How do you develop your own PHP extension ?

Answers were Sorted based on User's Feedback



How do you develop your own PHP extension ?..

Answer / juhi

<?

print ".PHP";

?>

Is This Answer Correct ?    0 Yes 2 No

How do you develop your own PHP extension ?..

Answer / radha_9090

<?
echo 'PHP';
?>
this file save as .php extention.

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More PHP Interview Questions

Is empty java?

0 Answers  


What is empty () in php?

0 Answers  


Does php 5 support exceptions?

0 Answers  


How the values are ordered in an array?

0 Answers  


What are the difference between abstract class and interface?

4 Answers  






please explain me mail function in php

2 Answers  


How to use validations in php?(codelgniter)

2 Answers  


How can we enable error reporting in php?

0 Answers  


Is apache needed for php?

0 Answers  


How to get the number of visitors in a site?

2 Answers  


How to submit form without a submit button.

0 Answers  


What is the use of @ in php?

0 Answers  


Categories