Help Me About Video Website Script Setup Making

Raja Badar

Newbie
Joined
Feb 23, 2012
Messages
23
Reaction score
0
I have 1 Porn website Script I Want To Setup This. I enter database Information but He Requir That "mysql_select_db($db_name,$con);" But I Does Not Know How To Setup "CON" And What is Con Please Help Me
 
you need to put the require database name only, or pm me the script to check it
 
Its a reference for the mysql connection handle established earlier. The second parameter of mysql_select_db is option, so you can simply get rid of it, and it will default to picking the last created connection handle. To be honest, if you're not sure what $con is doing there, you should probably be paying someone to set-up the script for you.
 
Back
Top