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
Is php still used?
What is basename php?
Explain how to execute a php script using command line.
Is false empty php?
What are the three classes of errors that can occur in php?
What is the value for this auto incremented field user_pri_id?
How is csrf token generated?
How can you send email in php?
How many types of php frameworks are there?
What u mean by query?
What is the integer?
Write down the code for save an uploaded file in php.
Write a php function to convert all null values to blank?
How do you check if a variable has not been set in php?
What is the differences between $a != $B and $a !== $B?