Re: [PHP-DB] If conditional behaviour

2002-11-15 Thread Bradley Crockett
That was it.

How embarrassing.

Thanks!

On Fri, 15 Nov 2002 21:12:42 -0800 (PST), Mihail Bota wrote:
>Did you try $city=="Victoria" ?
>
>On Fri, 15 Nov 2002, Bradley Crockett wrote:
>
>>AT http://crockett.ca/joinoptional.php I have a page posted. PHP
>>isn't set up on the server, so I've posted a screenshot of what it
>>looks like at http://crockett.ca/joinoptionalrendered.bmp (1/2 MB,
>>sorry). For some reason, it wants to repeat 'Victoria' in the form.
>>
>>If I comment out the If conditional:
>>
>>// if ($city = "Victoria") {
>>//  echo "selected ";
>>// }
>>
>>..the problem goes away and the different cities appear as
>>expected.
>>
>>The result of the query is at http://crockett.ca/queryresults.txt
>>
>>Can someone point me in the right direction?
>>
>>Brad Crockett
>>Duncan BC
>>
>>
>>--
>>PHP Database Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>>
>



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




[PHP-DB] If conditional behaviour

2002-11-15 Thread Bradley Crockett
AT http://crockett.ca/joinoptional.php I have a page posted. PHP isn't set up on the 
server, so I've posted a screenshot of what it looks like at 
http://crockett.ca/joinoptionalrendered.bmp (1/2 MB, sorry). For some reason, it wants 
to repeat 'Victoria' in the form.

If I comment out the If conditional:

// if ($city = "Victoria") {
//  echo "selected ";
// }

..the problem goes away and the different cities appear as expected.

The result of the query is at http://crockett.ca/queryresults.txt

Can someone point me in the right direction?

Brad Crockett
Duncan BC


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