what is PHP accelerator ?
Answers were Sorted based on User's Feedback
Answer / ahmad pujianto
It is a cool thing that zend company make for accelerating
the code processing in php. But don't bother to install it.
B-coz it has been installed in our php server engine.
Just use the latest php server.
You can check the zend engine version by your php server
configuration.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rashmi
http://en.wikipedia.org/wiki/Alternative_PHP_Cache#Alternati
ve_PHP_Cache
| Is This Answer Correct ? | 3 Yes | 0 No |
List functions available to sort an php array?
Which function is used in php to delete a file?
What is the use of @ in php?
How to create a mysql connection?
Write a program to find the factorial of a number in php?
Is it difficult to learn php?
What is the difference between php and cakephp?
What is phpsessid?
How many different types of messages available in php?
What is the exact Diff. between include_once() and require_once() in PHP?
Do you know how can we check the value of a given variable is a number?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?