Re: [php-list] feedback Error page phpv2

2008-06-08 Thread John Black
I tested you original script because I figured out what your problem is after I turned my computer off yesterday. Your PHP installation is set to not report errors. Your original script is missing the closing bracket. Most hosting companies have error reporting set to off, some allow you to cha

Re: [php-list] feedback Error page phpv2

2008-06-08 Thread John Black
[EMAIL PROTECTED] wrote: > // * my Emailer PHP Code *// That script is not complete and will not run but I patched it up a bit The script below will run and when loaded will direct my browser directly to your woops page. The main problem with header() is that you can not send ANY out put o

Re: [php-list] A PHP switcher

2008-06-08 Thread Hayden's Harness Attachment
Phill My HTML file is now. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> http://www.choroideremia.org/new/layout.css"; /> http://www.choroideremia.org/new/'layout_medium':$sitestyle ?>.css" /> switch ($sitestyle) { default: $sitestyle = e

Re: [php-list] A PHP switcher

2008-06-08 Thread Hayden's Harness Attachment
Phill Hi Angus, I believe that your problem is not in the setting code above but instead in the output of your as shown here: It looks fine, except for the ß though perhaps consider the following alternative... switch ($sitestyle) { default: $sitestyle = empty($_SESSION['sitestyl

Re: [php-list] feedback Error page phpv2

2008-06-08 Thread [EMAIL PROTECTED]
well i misspelled it for a reason, it actually http://www.mcsmicro.net/pages/whoops.php yeah its there, here is a revised edition but still doesn't work http://www.mcsmicro.net/pages/thanks.php"; ); } elseif (empty($email) || empty($description)) { //Message to alert User that For

Re: [php-list] feedback Error page php

2008-06-08 Thread John Black
[EMAIL PROTECTED] wrote: > i'm trying to Commit a formmailer.php to goto a error page whenever a > user Doesn't Enter a email or a comment > // i have // it always goes to a blank iframe and never Shows the > error page "yes the page exists" >hel Are you sure the page exists? I g

Re: [php-list] A PHP switcher

2008-06-08 Thread Phill Sparks
On Sat, Jun 7, 2008 at 11:33 PM, Hayden's Harness Attachment <[EMAIL PROTECTED]> wrote: > Phill > > Thank you. I am such a newbie to all of this I would not be suprised if I am > messing up. In my header I have a default fontsize "layout_medium" and the > following PHP code in My header. > > if