I think ive talked about this b4 but since i cant pass database information in the url what other options am i looking at
What i have in mind is this
User has 2 files
1 index page,dbconnect.php
the index.php send a request some how to my server at willbc.com and displays the information from the user database only thing is how can my php files at willbc.com read database information from another host eg hostgator.com or somthing like this?
would i need to use the $_Get[‘cmd’]==“watever” then the functions with that get called would i need to relace it with anything and anything with in the $_GET[‘cmd’]==“watever” {echo “watever”; //rest of php code} with the above service.php code?