What are the special characters you need to escape in single-quoted stings?
No Answer is Posted For this Question
Be the First to Post Answer
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?
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What are php magic methods/functions?
What is php array function?
How to convert a json string to an array in php?
what are Implode and Explode functions?
Design a class that should always return a single object ?
This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?
What is the use of explode() function?
Explain soundex() and metaphone().
What is properties of class?