[PHP] Re: Parse Error, Unexpected $

2004-07-19 Thread Harlequin
Really sorry for taking up so many people's time on such a small issue. -- - Michael Mason Arras People www.arraspeople.co.uk - "Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've checked my syntax but obviously

[PHP] Re: Parse Error, Unexpected $

2004-07-19 Thread Craig Donnelly
Put all your values in the following {}... So: VALUES('{$Title}','{$ChristianName}','{$MiddleName}','{$Surname}'. and so on. HTH Craig "Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've checked my syntax but obviously missing something. > > Would anyone mind a q

[PHP] Re: Parse Error, Unexpected $

2004-07-19 Thread Daniel Kullik
Hello. Cannot find any unexpected dollar-sign ($) in this code. But please enclose the associative array-indexes within quotation-marks and run your script again. [code] $foo = $_POST['assoc_index']; [/code] Daniel Harlequin wrote: I've checked my syntax but obviously missing something. Would any

[PHP] Re: Parse Error, Unexpected $

2004-07-19 Thread Jason Barnett
Did the error actually say "Unexpected $end" ? That would mean that PHP hit the end of the script before it expected to, and could be caused by an unclosed string. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Parse error, unexpected T_STRING!!

2004-03-05 Thread Brian V Bonini
On Thu, 2004-03-04 at 21:39, Andre Cerqueira wrote: > > Enrique Martinez wrote: > > Hello, I'm getting an error that says: > > > > Parse error, unexpected T_STRING on line 73 > > > > line 73 is: > ?> > > > > this is what I have below line 73: > > > > > Transitional//EN" > > "http://www.w3.

[PHP] Re: Parse error, unexpected T_STRING!!

2004-03-04 Thread Andre Cerqueira
Enrique Martinez wrote: Hello, I'm getting an error that says: Parse error, unexpected T_STRING on line 73 line 73 is: this is what I have below line 73: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> I have PHP-4.2.2, Apache 2.0 on RedHat Linux 9.

RE: [PHP] Re: parse error, unexpected $end ...

2003-01-24 Thread John W. Holmes
> include("includes/encabezado_xml.php"); > include("includes/conexion.php"); > > mysql_select_db("latinencounters"); > > $u_login=""; > $u_pwd=""; > if(isset($url_login)){ > $u_login=$url_login; // parametro login del usuario > } > if(isset($url_pwd)){ > $u_pwd=$url_pwd; // parametro pa

[PHP] Re: parse error, unexpected $end ...

2003-01-24 Thread Octavio Herrera
This is the source code Your Login or Password is Incorrect"; }else{ echo "\n"; for($a=0;$a<$filas;$a++){ $fila=mysql_fetch_array($rs); echo " \n"; echo " ".$fila["id"]."\n"; echo " ".$fila["name"]."\n"; echo " ".$fila["born"]."\n"; echo " ".$fila["occupation"]."\n"; echo "