PHP Questions Home
Categories
Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Functions
PHP Functions

More PHP
Top Questions
Ask a Question
Sponsors

sponsor ad
Advertise Here

Questions and Answers


Here are all the questions currently listed on PHP Questions that are waiting for an answer:

Can you answer any of these questions? If so, simply click on the link below for that question and type in an answer.

Remember to give your name and website with your post so we can credit you accordingly when the answer is added to the site.

What does file_get_contents do?
How do we sort an array of names taken from a text file, displaying only unique names?
Explain the following code
How to write sessions in php code?
HOW CAN I VIEW THE WORD DOCUMENT IN THE PHP PAGE
How can ishow an image from mysql.?
I'm attempting to automatically generate printable blueprints by drawing lines on a PDF document using PHP's Haru library... http://us3.php.net/manual/en/book.haru.php My problem is that of scale... how can I adjust the coordinate system to use so
Hello, I have a problem with the warning message: PHP Warning: Cannot modify header information - headers already sent by (output started at /srv/htdocs/Common/add_comment.php3:251) in /srv/htdocs/Common/add_comment.php3 on line 260, referer: http://P
I retrieve data from a Mysql database and insert it into a textfield form. The data that I retrieve have a / at the end of the string. The data in the database does not have this / in the data. How do I remove this /?
PHP Fatal error does not result in HTTP error code 500. When PHP code throws a Fatal error, I would expect Apache to respond with HTTP 500, not a 200. Is there a way to configure PHP so that if Fatal error occurs in the code - a 500 will be returned,
How do i get number of days between two dates in php ? ex:07.09.2008-07.09.1985= 23
How can retrive the image from database?
Can I use a variable from a .php file to give a value to an HTML FormMail form field thus: ? Thank you