Thread: Php
View Single Post
Old 05-13-2009, 01:36 PM   #4 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Php

PHP Code:
$result mysql_query($query,$con); 
Change this line to

PHP Code:
$result mysql_query($query,$con) or die (mysql_error()); 
And post back the message.
__________________

Need website help? PM me!
CrazeD is offline