Quote:
|
Originally Posted by simptech
no forms necessary. just need the db connection to look for "IP_ADDRESS:3306" instead of "localhost"
ie:
mysql_connect("192.168.1.102:3306", "username", "password");
|
Sorry to ask another dumb question: The above will have to be done on the server right?
What I mean is, do I have to write the code to look for the incoming IP's?
Please don't laugh: How will other users (on other workstations) have access to the database? I know you mentioned something like this before - do I have to set up something on their respective workstations (a shortcut, perhaps)?
I'm not getting a clear picture of what I need to do, sorry.
Thanks for being patient and your help!
Last edited by common_sense; 03-31-2005 at 09:27 AM..
|