How do you match the character ^ at the beginning of the
string? - ^^
Answer Posted / subhash
echo ereg("^[\^]","^subhash");
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is putenv?
How many escape sequences are recognized in double-quoted strings in php?
List some of the features of php7.
Can I use php in visual studio?
What is difference between echo and print in php?
How do I stop a php script?
How to write php function in html onclick?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
Do you know how to enable error reporting in php?
Why shouldn't I use mysql_* functions in php?
What is mysql in php?
What are the 3 types of sessions?
How can you execute php script from the command line?
What are the php variables?