[wdvltalk] MySQL irritation - mysql_num_rows returns blank string

2005-08-05 Thread Galatek Webmaster
Hello all ( at least I hope it is getting somewhere, my last few emails disappeared) Got an irritating little problem that is starting to drive me up the wall, I am making an online catalogue for a client using PHP and MySQL to populate the pages. I want the code to check to see if any rows

Re: [wdvltalk] MySQL irritation - mysql_num_rows returns blank string

2005-08-05 Thread Stephen Caudill
if ($numrows = 0) { should be if ($numrows == 0) { comparison, rather than assignment. - Stephen On 8/5/05, Galatek Webmaster [EMAIL PROTECTED] wrote: Hello all ( at least I hope it is getting somewhere, my last few emails disappeared) Got an irritating little problem that is starting

Re: [wdvltalk] MySQL irritation - mysql_num_rows returns blank string

2005-08-05 Thread Galatek Webmaster
Thanks but ive tried that and it displays the message about no items in that category snippet src=original message if I use ($numrows == 0) then it displays the warning text saying nothing is in the category, /snippet Stephen Caudill wrote: if ($numrows = 0) { should be if

Fixed - Re: [wdvltalk] MySQL irritation - mysql_num_rows returns blank string

2005-08-05 Thread Galatek Webmaster
Fixed the problem .. ended up being a typo in the code execution, didnt catch it right away. Thanks anyway Stephen Galatek Webmaster wrote: Thanks but ive tried that and it displays the message about no items in that category snippet src=original message if I use ($numrows == 0) then it

[wdvltalk] CSS behaviors?

2005-08-05 Thread T--
I had no idea that you could do this: td#tdMenuSolutions:hover ul#ulMenuSolutions { left:551px; width:160px; display:block; } http://www.DisneyInstitute.com/ Mouse over SOLUTIONS button. (That being said, I can't quite get mine to work right. Is showing drop down list before mouseover.)

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread Portman
T-- wrote: I had no idea that you could do this: td#tdMenuSolutions:hover ul#ulMenuSolutions { left:551px; width:160px; display:block; } http://www.DisneyInstitute.com/ Mouse over SOLUTIONS button. (That being said, I can't quite get mine to work right. Is showing drop down list before

Re: Fixed - Re: [wdvltalk] MySQL irritation - mysql_num_rows returns blank string

2005-08-05 Thread Stephen Caudill
D'oh! Sorry... saw that email just before I ran to a meeting and dashed off a response knowing full well I was skimming. Ah well. - Stephen On 8/5/05, Galatek Webmaster [EMAIL PROTECTED] wrote: Fixed the problem .. ended up being a typo in the code execution, didnt catch it right away.

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread Matt Warden
On 8/5/05, Portman [EMAIL PROTECTED] wrote: I had no idea that you could do this: td#tdMenuSolutions:hover ul#ulMenuSolutions { left:551px; width:160px; display:block; } http://www.DisneyInstitute.com/ Mouse over SOLUTIONS button. (That being said, I can't quite get mine to

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread T--
display:hidden or visibility:hidden? T- - Original Message - From: Matt Warden [EMAIL PROTECTED] To: wdvltalk@lists.wdvl.com Sent: Friday, August 05, 2005 3:39 PM Subject: Re: [wdvltalk] CSS behaviors? On 8/5/05, Portman [EMAIL PROTECTED] wrote: I had no idea that you could do

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread Matt Warden
On 8/5/05, T-- [EMAIL PROTECTED] wrote: display:hidden or visibility:hidden? Sorry, I meant display:none; -- Matt Warden Miami University Oxford, OH, USA http://mattwarden.com This email proudly and graciously contributes to entropy. • The WDVL Discussion List from WDVL.COM • To

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread Galatek Webmaster
Matt Warden wrote: On 8/5/05, T-- [EMAIL PROTECTED] wrote: display:hidden or visibility:hidden? Sorry, I meant display:none; • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface

Re: [wdvltalk] CSS behaviors?

2005-08-05 Thread Galatek Webmaster
visibility: hidden; works as well Matt Warden wrote: On 8/5/05, T-- [EMAIL PROTECTED] wrote: display:hidden or visibility:hidden? Sorry, I meant display:none; • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or