RE: [PHP-DB] ?? Login problems ??

2003-06-09 Thread JeRRy
Hi,

This message is regarding my original post of the
following subject/topic:

[PHP-DB] ?? Login problems ?? 

I wish to say that the problem has been fixed. 
Thankyou to those people that helped me with the
problem via this message board and direct email.

I no longer require help on this topic.

Thankyou again.

Jerry

http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] ?? Login problems ??

2003-06-08 Thread JeRRy
Try again. Post the exact error you're getting (what
you're getting is
most likely just a Warning) and a _FEW_ lines around
where the error is
at. 

The exact error is:

Notice: Undefined variable: Username on line 86

With the given error it mucks up my username/password
form by putting incorrect html values in and around
the form.  So when I try and submit it it goes to a
dead page that does not exist.  (but on the linux
server it works fine.

The source I get when I view source from the borwse
is:

User
Name
Notice:  Undefined variable:  Username on line
86
>Password

and my core source for that error of the page is:

echo "";
echo "User Name";
echo "";
echo "";
echo "Password";
echo "";
echo "";
echo "";
echo "";
echo "";

Maybe my php server side is not right or something,
any suggestions?

Jerry


For the likely problem causing your "error" read the
manual page on
error reporting.

http://us2.php.net/error_reporting

---John W. Holmes...

Amazon Wishlist:
http://www.amazon.com/o/registry/3BEXC84AB3A5E

PHP Architect - A monthly magazine for PHP
Professionals. Get your copy
today. http://www.phparch.com/




http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] ?? Login problems ??

2003-06-08 Thread John W. Holmes
> I have this script that logs people into a website
> using cookies.  On my linux web server it works fine
> but when I downloaded the Windows version of mysql for
> my personal PC to do offline work I get an error with
> the identical file.
> 
> The error is on line 86 undefined username
> 
> But on my linux server I don't get it.  But with the
> error I can't test things offline.
> 
> I have included the file that is producing the error.
[way to many lines of code snipped]

Try again. Post the exact error you're getting (what you're getting is
most likely just a Warning) and a _FEW_ lines around where the error is
at. 

For the likely problem causing your "error" read the manual page on
error reporting.

http://us2.php.net/error_reporting

---John W. Holmes...

Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php