Jump to content

Lil' Help


EpicKev

Recommended Posts

1) get_magic_quotes_gpc = returns true or false if magic_quotes are turned on by default.  magic_quotes adds backslashes \ before "quote" marks so it doesn't screw up your database. "Hello" becomes \"Hello\"

 

2) mysql_num_rows = the number of rows returned from a database query

 

3) addslashes = magic_quots aren't turned on, you need to manually addslasshes.

 

4) !=  NOT EQUAL

 

FYI, if you add a function name to the end of www.php.net/ you will see the manual entry on that function.

 

ie:

http://www.php.net/get_magic_quotes_gpc

Link to comment
https://forums.phpfreaks.com/topic/95063-lil-help/#findComment-486932
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.