Re: [PHP] PHP noobie

2005-07-28 Thread Mary-Anne Nayler
I've used Cutenews before and found it to be ok: http://www.cutephp.com/ Bob Stia wrote, On 29/07/05 08:47 AM: Hello PHP list First allow me to apologize if this is the wrong place for this and direct me to the proper place. (be nice now!) I know nothing about PHP and have read at least 1

Re: [PHP] Re: hey dip shit

2005-05-17 Thread Mary-Anne Nayler
This is a perfect example of the reason why you should lock your screen when you are away from your desk!! Jason Motes wrote, On 18/05/05 07:53 AM: Sorry for this post. A coworker was messing around with my computer and sent it. Please direct all flames to [EMAIL PROTECTED] Sorry!! Jason Motes

Re: [PHP] While and echoing HTML

2005-05-10 Thread Mary-Anne Nayler
Hi Mark, As far as I can see the only problem is that you have forgotten to add a semicolon after the i++ Cheers, Mary-Anne Mark Sargent wrote, On 10/05/05 02:23 PM: Hi All, this page, http://www.freewebmasterhelp.com/tutorials/phpmysql/5 has the below code, $first=mysql_result($result,$i,"fir

Re: [PHP] While and echoing HTML

2005-05-10 Thread Mary-Anne Nayler
oh, and the i++ should be inside the while loop and there is also a missing semi colon after the echo, ie; $i=0; while ($i < $num){ $product_type=mysql_result($result,$i,"product_type_detail"); echo ""; $i++ ; } Mark Sargent wrote, On 10/05/05 02:23 PM: Hi All, this page, http://www.freewebmaster

Re: [PHP] Accessible HTML - OT

2005-05-09 Thread Mary-Anne Nayler
I was under the belief that tables are very bad for accessibility. I once attended a conference on accessibility and standards and witnessed a blind person attempting to read a website that had it's information laid out in a table with a screen reader. It was awful and shamed me into never us

Re: [PHP] Re: Accessible HTML - OT

2005-05-09 Thread Mary-Anne Nayler
Nested tables are the absolute worst thing you can do! A screen reader is able to tab to a table and tab within a table but once you begin to have tables within tables, UGH! To quote accessibility guru Joe Clark; "With nested tables, a screen reader user ends up working from within a maze forme

[PHP] mail() Problem

2005-05-09 Thread Mary-Anne Nayler
Hi. I am very new to this group and this is my first request for help so please be patient. when I try to use the mail() function in a PHP based webpage I get the following error: Fatal error: Call to undefined function: mail() in on line I have tried changing some mail config details in php.