Is php a cms?
No Answer is Posted For this Question
Be the First to Post Answer
How would you declare a function that receives one parameter name hello?
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.
How does php work?
Tell me what is the difference between get and post?
How to do single and multi line comment in php?
What changes I have to do in php.ini file for file uploading?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is The difference between ' and " where they can ben in between or outmost and how
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
How to make a file encrypt and decrypt?
Write a program using while loop in php?
What is php addslashes?