After much digging around on the net and of course Google I managed to cobble together a trouble shooting process to find out why I was getting the error message: Fatal error: Class ‘mysqli’ not found in E:\mysite\sql.php on line 17 PHP Warning: PHP Startup: Unable to load dynamic...
Fixes & Tweaks, Web Platforms
|
Posted byOliveron 31 Jul 2008
|
0
A simple function to replicate the funcationality of the depreciated mysql_list_fields() function. It returns a simple array with a numeric index of the column / field names. $database – String – The database you want to use $connect_string – String – Your connection string $table – String – The...
How to's, Web Development
|
Posted byOliveron 13 May 2008
|
0