What happens when submit button is clicked?
No Answer is Posted For this Question
Be the First to Post Answer
How can I retrieve values from one database server and store them in other database server using PHP?
2 Answers DRC Systems, Photon,
Tell me how do you execute a php script from the command line?
What is a composer?
Tell me what is needed to be able to use image function?
What is put method in php?
Hi all,, im completely new to PHP, started learning just 2 days before. Can anybody tell me how to run a PHP file to see the program's output? i have created some simple program in Dreamweaver CS3 but don't know how to run it...
Is php fully object oriented?
Is php case sensitive?
For image work which library is used in php?
How to run a php script?
How is it possible to remove escape characters from a string?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.