[PHP] RE: BTML 2.0 released!!!

2003-11-07 Thread Rob A. Brahier
Some comments in the code would be nice too. It's too much of a bother to decipher code without indentation or comments. -Rob -Original Message- From: Bas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: BTML 2.0 released!!! Okay, i a

[PHP] RE: Congratulations You Win

2003-10-09 Thread Rob A. Brahier
I much preferred that email asking for my help to transfer some dead african warlord's funds. At least then I could believe I was about to be screwed over for a good cause. :) -Rob -Original Message- From: Francis Weeny [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 10:30 PM

[PHP] RE: HTML Printing problem.

2003-10-08 Thread Rob A. Brahier
If you are using PHP on a Windows server then this might be an option: http://us4.php.net/manual/en/ref.printer.php -Rob -Original Message- From: php coder [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 4:13 PM To: [EMAIL PROTECTED] Subject: HTML Printing problem. Issue: HTM

[PHP] RE: if..else condition for checkbox

2003-10-02 Thread Rob A. Brahier
Irin, Quite a number of issues here, actually. We'll start with your question and work from there. Using the checkbox as an example, the code you would use to check if it was set is: if($_GET['Cheque'] == 'Cheque') { // The Cheque checkbox was checked. } else { // The Ch