Name some of the functions in php.
No Answer is Posted For this Question
Be the First to Post Answer
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
What is the scope of a variable defined in a function?
What is difference between mysql_connect and mysqli_connect?
A process is identified by a unique___
How do I find out the number of parameters passed into function?
Write a program using while loop in php?
What are the advantages of stored procedures?
What are static variables in php?
Explain why would we use === instead of ==?
why we use @symbol before the variable
What is php? Why it is used?
Which is better mysql or sql?