PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When I try and connect to a database using php, I get this error:
PHP Parse error: parse error, unexpected T_STRING in D:\Documents and Settings\Administrator.THAKES_SERVER\Desktop\Intranet\Development\Website\index.php on line 168
PHP Fatal error: Call to undefined function mysql_select_table()
Obviously php doesn't like the mysql_select_table function. So being new, I have probably messed it up. Can anyone provide me with a solution to this one?
Obviously php doesn't like the mysql_select_table function. So being new, I have probably messed it up. Can anyone provide me with a solution to this one?
Unless you are mucking around in the configuration you can't really mess PHP up. If it says a function is undefined it probably means the function is undefined, its not out there to trick you ok?