I have two questions...
1. I need to enable registrations on my forum on another website. My forum is Invision. I wanted to know if there's a way to know what all SQL statements are carried out or what all database updates were performed after a particular step because the coded of the original script is really complex to make out any sense.
2. I want to connect to my forum's database from the other website. How would i do that? I mean Remote SQL Connection...
Please Help...
MySQL Statement Syntax and Logic
Moderator: General Moderators
Use your Mysql server's IP address in mysql_connect(). And allow the user to connect remotely. e.g.2. I want to connect to my forum's database from the other website. How would i do that? I mean Remote SQL Connection...
Code: Select all
$link = mysql_connect("21.34.56.123", "user", "pass");- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm