Hi all,
Im currently working on a php script that adds information to a database I created. I know the php script works because when i run localhost/signup.php?Name=test&User_ID=1 it works, however I cannot run the script from another computer. I have tried x.x.x.x:3306/signup.php?... and x.x.x.x:8080/signup.php?... however none of this seems to work. I have also tried setting listen in httpd.conf to the specific ip of the host computer, however that did not work.
What could be the reason?
Thanks!