Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message from a client compu ter

Status
Not open for further replies.

NightGhos

Programmer
Nov 5, 2004
25
US
I have PHP and MySQL server in a server but right now i'm programming from a client computer how i can setup so i can receive the error message back directly to my client computer?? i'm not getting any errors back just "The page cannot be displayed"

===================================
Never underestimate the power of stupid people in big numbers
===================================
 
You might also want to look at the settings for the error display level. Read in the manual about warnings and notices and set the error reporting accrodingly.
You can use ini_set() to override most of the settings. Include that in a common include that is in each of your scripts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top