[PHP] Re: Studying IF statements

2009-03-17 Thread Gary
Shawn Thanks for the help, and your right, I peeked ahead and the lesson goes in that direction. Thanks again Gary "Shawn McKenzie" wrote in message news:cf.57.22219.f310f...@pb1.pair.com... > Shawn McKenzie wrote: >> Gary wrote: >>> Shawn >>> >>> Thanks for your reply. Some of what you are

[PHP] Re: Studying IF statements

2009-03-16 Thread Shawn McKenzie
Shawn McKenzie wrote: > Gary wrote: >> Shawn >> >> Thanks for your reply. Some of what you are saying is a little ahead of my >> lessons, but let me address as best I can. The script worked fine in the >> previous lesson where I was to send emails from my DB, this lesson is to >> kill the email

[PHP] Re: Studying IF statements

2009-03-16 Thread Gary
That workedthats much for all your help.. Gary "Shawn McKenzie" wrote in message news:94.66.22219.71ffe...@pb1.pair.com... > Gary wrote: >> Shawn >> >> Thanks for your reply. Some of what you are saying is a little ahead of >> my >> lessons, but let me address as best I can. The script w

[PHP] Re: Studying IF statements

2009-03-16 Thread Shawn McKenzie
Gary wrote: > Shawn > > Thanks for your reply. Some of what you are saying is a little ahead of my > lessons, but let me address as best I can. The script worked fine in the > previous lesson where I was to send emails from my DB, this lesson is to > kill the email from being sent if empty. >

[PHP] Re: Studying IF statements

2009-03-16 Thread Gary
Shawn Thanks for your reply. Some of what you are saying is a little ahead of my lessons, but let me address as best I can. The script worked fine in the previous lesson where I was to send emails from my DB, this lesson is to kill the email from being sent if empty. > On your very first line

[PHP] Re: Studying IF statements

2009-03-16 Thread Shawn McKenzie
Gary wrote: > Reading a book on php/mysql (Head First) and the following code is not > working, athough I am pretty sure I have it as they say to. Trying to kill a > sendmail script if I forget to enter a subject or text in body of email. I > am getting the echo, but it is still sending the ema