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
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
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
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
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.
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.
> 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
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 "
8 matches
Mail list logo