How to get path of php.ini with a php script?
Answer / priti
phpinfo(); return php.ini location under 'Loaded
Configuration File' title.
| Is This Answer Correct ? | 18 Yes | 0 No |
What should be the length of variable for SHA256?
How is the comparison of objects done in php?
Which is the latest version of php?
Should I learn php before wordpress?
How do you explain independent and dependent variables?
How to remove leading and trailing spaces from user input values?
What is the difference between $message and $$message?
Tell me what types of loops exist in php?
What is the function file_get_contents() useful for?
How to return ascii value of character in php?
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.
Explain mixed and callback functions?