php-db | 2001041
Date: 04/13/01
- Next message: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Previous message: Lisa Elita: "[PHP-DB] Re: Domain registration"
- In reply to: Thomas: "[PHP-DB] Escape for MSSQL?"
- Next in thread: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Reply: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Reply: Jeff Carnahan: "Re: [PHP-DB] Escape for MSSQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3AD71444.E670CE13 <email protected>>, Yin.Yang <email protected> says...
}
}Does anybody know how I can store a double-quote (") within a string in
}a MSSQL-database?
}
See: http://www.mysql.com/doc/S/t/String_syntax.html
And the handy PHP function addslashes()
http://www.php.net/manual/en/function.addslashes.php
-- Jeff Carnahan - jcarnahan <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Previous message: Lisa Elita: "[PHP-DB] Re: Domain registration"
- In reply to: Thomas: "[PHP-DB] Escape for MSSQL?"
- Next in thread: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Reply: Manuel Prieur: "RE: [PHP-DB] Escape for MSSQL?"
- Reply: Jeff Carnahan: "Re: [PHP-DB] Escape for MSSQL?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

