Tell me what is the difference between ereg_replace() and eregi_replace()?
No Answer is Posted For this Question
Be the First to Post Answer
What are properties in php?
Tell me what are the correct and the most two common way to start and finish a php block of code?
Explain $_FILES Superglobal Array?
What’s the difference between md5(), crc32() and sha1() crypto on PHP? -
How can you get the size of an image in PHP?
What is namespace and use in php?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Is php 7.0 stable?
How to create an array of a group of items inside an html form?
Is php an array?
What is api used for?
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?