How check submit button is clicked in php?
No Answer is Posted For this Question
Be the First to Post Answer
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', )
Is empty java?
What is the salary for php developer(Fresher)?
what is mean by portal
Which functions are used to count the total number of array elements in php?
How can we check the value of a given variable is alphanumeric?
Tell us what is the difference between session_unregister() and session_unset()?
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
How many bootable file in O/S - XP,2000, and 98. which are the files.
Tell me how to set a page as a home page in a php based site?
difference between clanguage and c++
How many escape sequences are recognized in single-quoted strings?