
How can I allow a symbol to be permitted in PHP?
I creating this Twitter application and I can’t see to get the php script to accept #ANYTOPIC, where as ANYTOPIC has been inserted by the user in a previous form. However the error lies in the fact the # is there. It needs to be there in order for Twitter to see it as a topic. How can I keep the # without PHP attempting to read it as a part of code?
Use the character entity for the “#” symbol if the escape doesn’t work for you:
& #35 ; (without spaces)
& #35 ; = #
Ron
|
|
TWITTER BOT AUTOMATION SOFTWARE $8.99 |
|
|
Get 100,000 + twitter followers $110.00 |
|
|
Viral Loop: From Facebook to Twitter, How Today’s Smartest Businesses Grow Thems $4.51 |
|
|
“Twitter Marketing Made Easy” $0.50 |
|
|
ALL A TWITTER – TEE MORRIS (PAPERBACK) NEW $17.31 |
Tags: characters, html, reference, symbols, twitter symbols codes, webdesign
