"John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> >> $query = mysql_query($sql);
> >> $mysql_result = mysql_query ($sql, $Connection) or die ("Invalid
> >>Query - " . mysql_error());
>
> You're running the query twice. Take out that first line.
Michael, that's where y
$query = mysql_query($sql);
$mysql_result = mysql_query ($sql, $Connection) or die ("Invalid
Query - " . mysql_error());
You're running the query twice. Take out that first line.
And I second the recommendation to please reply to the list and not
individuals unless they request it.
--
--
> Torsten
>
> I managed to work through it and this is the code:
>
> $NewUserID=$_POST['TXT_UserID'];
> $NewUserPassword=$_POST['TXT_UserPassword'];
> $NewUserComments=$_POST['TXT_Comments'];
> $NewUserFurtherComments=$_POST['TXT_F
3 matches
Mail list logo