This mean you need to click on the activation link to activate your account. Otherwise, you can change the value from backend.
Open "tbl_users" table and change the value for "user_activation_flag" from "M" to "R" and you can proceed to login.
You should put your folder inside htdocs folder. Assume your web server is running port 80, then you can browse to
http://localhost/api in your browser.
thanks for reply ... still have problems ... maybe my test appache-Server does not work with localhost/api ...
changed code to : ... Dim strURL As String = "
http://192.168.3.76:80/api/"
can you explain the mechanism to change the value for "user_activation_flag" from "M" to "R" via email ?
If i get the system running i can start further steps reading data from web database and storing to local database.