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 |
How are Variables Defined in PHP?
How can we get the properties (size, type, width, height) of an image using PHP image functions?
What does mvc stand for and what does each component do?
What is php session id?
What is difference between static and constant?
What is mean by an associative array?
what is the url rewriting?how to rewrite the url? give any example
How do I run a php script in windows?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
What is difference between variable declaration and variable definition?
How to randomly retrieve a value from an array?
Which is used to maintain the value of a variable over different pages?