Hi,
I am having some problems with cookies not being set properly, seems to me
that only the last cookie is being set.
Here is the code, can anyone tell me if there are any problems with it?
if($loginsubmit) {
$password = md5($password);
$query = $db->query("SELECT * FROM $table_
*** [all-recursive] Error 1
any ideas? I know others have also had similar problems but no I havent
seen any replys on how to fix it.
Cheers
Tony
"Tony White" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> Hi there,
>
> I
Hi there,
I seems to have discovered a problem with the configure script when you use
the option --with-apxs2 (so you can use php4 under Apache 2.0).
this is the command I try:
./configure --with-mysql --enable-force-cgi-redirect --with-apxs2=/usr/local
/apache2/bin/apxs
it fails with:
--
ch