Re: Session Issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In message <45fb6f1f.5e58818e.74c3.75c8@xxxxxxxxxxxxx>, David Weeks
<teacherweeks@xxxxxxxxx> writes
>updated info on this problem, I have found two errors myself already on the
>lines of code listed below. If anyone can help me track down the last error,
>unexpected ';' T_error that would huge!

results = mysql_query($sql, $DBconn) or die(mysql_error());
should be
results = mysql_query($sql, $DBconn) or die(mysql_error();

Is that it?  It's quite difficult to read when the lines are wrapped
like this.

-- 
Pete Clark

Sunny Andalucia
http://www.hotcosta.com/comm_1.htm

[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux