Which function would you use to replace a record in a database in php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me what is the difference between ereg_replace() and eregi_replace()?
Which function would you use to insert a record into a database in php?
What is super keyword in c++?
hi abinashg i think u have experience in php plz tell me more about php now i raearlly want to do php wat is the future.my email id atul_saini2@yahoo.co.in.plz guide me thanks...........
What is a null coalescing operator in php7?
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', )
how to select single row from table and insert into same table as a new record by using a single sql query.
Which functions are used to remove whitespaces from the string?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is abstract class in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
How do you set the browser timeout?