On Tuesday 10 December 2002 00:03, Edward Peloke wrote:
> That's just it, for some reason the variable isn't being set.
>
> Here is the code:
> When the page loads, the form loads under
>   if (!$login_clients and !$register_clients){
>
> When I click the minus.gif image, I want the page to reload with the other
> code but it still loads the form under
>   if (!$login_clients and !$register_clients){
>
> If I use isset it does the same thing.

Quickest solution, stick a phpinfo() in the first line your code to see 
exactly what is and isn't being set.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Did you hear that there's a group of South American Indians that worship
the number zero?

Is nothing sacred?
*/


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

Reply via email to