Thread
:
Php
View Single Post
05-13-2009, 01:36 PM
#
4
(
permalink
)
CrazeD
Wizard Techie
Join Date: Feb 2006
Location: Maine
Posts: 3,688
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
View Public Profile
Send a private message to CrazeD
Find More Posts by CrazeD