What are the variables in php?
No Answer is Posted For this Question
Be the First to Post Answer
What does PEAR stands for?
Tell me what is the use of "ksort" in php?
Is multilevel inheritance possible in php?
What is a variable cost example?
what is the maximum size of databasi in mysql?
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 session and why do we use it?
Explain preg_Match and preg_replace?
Explain the ternary conditional operator in php?
what is the default method of form in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
what the new feature add in php 7.2?