[PHP] Help a newbie 2.

2003-07-05 Thread Michael Whiting
Sorry - here's the HTML source. Don't laugh :) !doctype html public -//W3C//DTD HTML 4.01 Transitional//ENhtml head style type=text/css !-- body {margin:50;} -- /style titleai-em.net | image gallery/title link rel=stylesheet href=style.css type=text/css meta http-equiv=Content-Type

Re: [PHP] Help a newbie 2.

2003-07-05 Thread Reuben D. Budiardja
On Saturday 05 July 2003 11:47 am, Michael Whiting wrote: Sorry - here's the HTML source. Don't laugh :) snip if ($view1 = true): That statement will always evaluate to true. You may need if($view1 == true) notice the double equal sign if ($view1 = false): Same here RDB -- PHP