What are the different ways we can retrive the mysql results
using php ? Explain each
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
How to add a cookie?
What is local variable in php?
Why should I learn php?
How can I display text with a php script?
Tell us how can we display the output directly to the browser?
What u mean by query?
Is php used in 2019?
What are the ways we can destroy a session variable ?
What are the basic steps to store PHP session in to Database?
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 the basic function to search files for lines (or other units of text) that contain a pattern.