I get the following error message....
oky, heres the first 10 lines....
I just can't spot it....
can anyone see it?
Thanks
:edit
oky, I added the brackets.....
now getting the error
Code:
[b]Parse error[/b]: syntax error, unexpected T_VARIABLE, expecting '(' in .....
oky, heres the first 10 lines....
Code:
<?php require_once('Connections/pink_db.php'); ?>
<?php
if $Auth=="y" { $Auth = "Y"; }
if $Auth=="" { $Auth = "N"; }
if $Auth=="n" { $Auth = "N"; }
if $Auth!=="N" {
$errors=0;
$error="The following errors occured while processing your form input.<ul>";
if($Name=="" || $address1=="" || $address2=="" || $town=="" || $county=="" || $postcode=="" || $phone=="" || $DOB=="" || $bid=="" || $Auth=="" || $time_stamp=="" ){
I just can't spot it....
can anyone see it?
Thanks
:edit
oky, I added the brackets.....
now getting the error
Code:
[b]Parse error[/b]: syntax error, unexpected '}', expecting ',' or ';' in
Last edited: