How to stop the execution of php script?
No Answer is Posted For this Question
Be the First to Post Answer
when ever the user logged in the database table the current registered date will be appeared
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
Do you know what is the difference between the include() and require() functions?
What is session expiry?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
What is difference between require_once(), require(), include()?
Explain me how to include a file to a php page?
Does strlen include null?
How can i send a HTML file to mail account.
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Who is known as the father of php?
What is the functionality of the function html entities?