Quote:
Originally Posted by Sreyas
You can't use \ just like that use \\ also no need of 2d array its just plane set of characters.Use this
PHP Code:
new symbols[]= {'!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '-', '+', '=', '~', '`', '/', '\\', '.', '|', '?'};
|
thanks dude for your help but i have one question why should i use \\ not \
?