[PHP-DB] Re: special characters in odbc-queries

2001-07-20 Thread Artur Correia
Hey I'm kinda rookie here, but i rekon you'd have to double escape the escape char like: 'select * from $table where primary-key=\'1\\' ' and maybe replace the single quotes ' ' with double quotes " " I couldn't test this because I got my web/php server down. Markus Wagner wrote: > Hi there

[PHP-DB] Formatting Strings in MySQL

2001-06-30 Thread Artur Correia
Hey How can I get a string (or number) from mySQL like "123123123" to display "123 123 123"?? Tks I'm kinda rookie Artur -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administr