Php > Databases
Fix to PHP4-MySQL problem
Fix to PHP4-MySQL problem Example : ======== In PHP3, the code: ... $row=mysql_fetch_row($res); $fielddata=strval($row[0]); .... becomes (in PHP4): .... $row=mysql_fetch_row($res); $fielddata=mysql_unescape_string(strval($row[0]));
Php Codes
Algorithms
Arrays
Authentication
Calendar
Code Snippets
Programs
Content Manage
Contest Related
Cookies
Credit Cards
DBase Related
Databases
Date Time
Directories
E-Mail
Errors
File
File System
Forms
Handling
Graphics
HTML and PHP
Informix
Ingres
InterBase
LDAP
Look and Feel
Miscellaneous
MySQL
Other
PHP Classes
Searching
Navigation
Statistics
Strings
User Manage