[PHP-DB] Tables

2004-08-23 Thread Hafidz Abdullah
Hi everyone. I'm new to PHP. And so I'm so keen on finding people who are willing to share their knowledge with me. I've generated forms containing text boxes, check boxes, text areas, drop boxes, radio buttons & hidden fields as an HTML table with two columns, the first for the desciption, th

[PHP-DB] More than 2 rows

2004-08-24 Thread Hafidz Abdullah
Hi again. Ths time, the help I need is on making rows with more than 2 columns with checkboxes. The output would look something like: Accident & Emergency Equipment 8.6 Electrocardiography & accessoriesx 12.8 Incontinence & stoma aidsx 1.1 Ambulances & rescue vehicl

[PHP-DB] Text area

2004-08-24 Thread Hafidz Abdullah
Hi again, everyone. I also have a problem creating my text area. I meant to do a text area (measuring 5 rows by 70 columns) which accompanies the words: "First 50 words are free. Subsequent 50 words or part thereof, $50 will be charged:" function write_textarea() { return ""; } Doesn't w

[PHP-DB] E-mail as HTML

2004-08-25 Thread Hafidz Abdullah
Hi everyone. In PHP, how do I submit data by e-mail as HTML to a specified address? And where can I find samples of that in http://www.php.net/ ? Thanks & regards, Hafidz