How do you develop your own PHP extension ?
Answers were Sorted based on User's Feedback
<?
echo 'PHP';
?>
this file save as .php extention.
| Is This Answer Correct ? | 4 Yes | 13 No |
What is new static in php?
What are psrs? Choose 1 and briefly describe it?
PHP serverside scripting language or client side scripting language>
List data types in PHP?
Is php procedural or oop?
Does not want to see PHPSESSID in the url. How can be done this ?
Tell me what does the array operator '===' means?
What are traits? How is it used in php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Would you initialize your strings with single quotes or double quotes?
Explain how to submit form without a submit button.
What are the characteristics of php variables?