MySQL Forums
Forum List  »  PHP

Re: Php not display any error or result with Mysql
Posted by: Carl Beckelheimer
Date: February 15, 2006 09:13AM

Try putting this at the top of your php

ini_set('error_reporting', E_ALL);
ini_set('display_errors', TRUE);

This will show more warnings and errors that are usually supressed.

Options: ReplyQuote


Subject
Written By
Posted
Re: Php not display any error or result with Mysql
February 15, 2006 09:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.