How to get ip address of a server in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is the importance of "method" attribute in a html form?
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 is difference between mysql_fetch_array and mysql_fetch_assoc?
What is php.ini & .htacess file?
Explain what is the use of "echo" in php?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
What is meant by public, private, protected, static and final scopes?
How do you use an array in excel?
How to get the position of the character in a string in php?
Starting or restarting a computer is called
What are the different errors in php?
what is array_search() in php?