How to get the position of the character in a string in php?
No Answer is Posted For this Question
Be the First to Post Answer
Who is known as the father of php?
what is the diffrence between for and foreach?
11 Answers Hirolasoft, IBM, Photon,
Is php is dying?
What are the special characters you need to escape in single-quoted stings?
What is the use of post in php?
Tell me what is the difference between the functions strstr() and stristr()?
What are the advantages and disadvantages of Cascading Style Sheets?
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
What backslash character will match whitespace?
What is htmlspecialchars?
How can php and html interact?
How to find length of an array in php ?