return string from sql
Hey, how to get string from sql ???
The string is with spaces also... I've tried just creating array: PHP Code:
PHP Code:
|
Re: return string from sql
Code:
// new string[33][32] |
Re: return string from sql
OK thanks it works well, but one more question, what if I'm getting string with messagemode, and the text contains \, then I've checked the MySql and the text was without "\" :(( it doesn't save slashes
|
Re: return string from sql
MySQL Doesnt accept that simbols.
|
Re: return string from sql
So that's impossible ?
|
Re: return string from sql
Quote:
Example: \\ |
Re: return string from sql
Backquote string before saving it in sql using SQL_QuoteString.
|
| All times are GMT -4. The time now is 02:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.