Jump to content

[SOLVED] Quick question in relation to mysql_real_escape_string


mikebyrne

Recommended Posts

trim(string,charlist)

The trim() function removes whitespaces and other predefined characters from both sides of a string.

string

    *  Required. Specifies the string to check

charlist

    *  "\0" - NULL

    * "\t" - tab

    * "\n" - new line

    * "\x0B" - vertical tab

    * "\r" - carriage return

    * " " - ordinary white space

 

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.