GET Sockets
Hello to all, i have a problem, i try to sent a text with separator (space)
Quote:
PS: live.php saves informations from plugin in a database (MYSQL) Thanks ! |
Re: GET Sockets
You have to encode it. A space is %20
|
Re: GET Sockets
Does't work with %20 apper an error in console incorrectly format
Error: String Formatted icorrectly - parameter 8 <total7> Parameter error line 66 (where is get with %20 (space)) |
Re: GET Sockets
To get a % symbol to be put into the final string with any formatting function, you need to escape it: "%%".
|
Re: GET Sockets
Like this?
Quote:
|
Re: GET Sockets
I said "%%" not "%SomethingHere%". You would have already know that it wouldn't work if you actually tried it.
|
Re: GET Sockets
isnt the default escape char ^ ?
|
Re: GET Sockets
Quote:
|
Re: GET Sockets
Does't work, in page appear 10.1%table but in .sma is v=10.1%%table
|
Re: GET Sockets
Print the message to your console and then show it to us
|
| All times are GMT -4. The time now is 21:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.