RE: [PHP] Re: Assigning the contents of a file to a variable

2002-04-12 Thread Edward R. Bailey
$7a7bb7e0$[EMAIL PROTECTED], [EMAIL PROTECTED] (Edward R. Bailey) wrote: I want to assign the contents of a separate file (a web page) to $message instead of inserting the contents of the file as a string in the actual script. I want the body of the email to come from a separate

RE: [PHP] Re: DreamWeaver/PHP ability?

2002-02-07 Thread Edward R. Bailey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually Ultradev does support PHP if you buy a php application server extension. A company in Romania (The name escapes me) makes the extension and I have heard it works very well. I am sure somebody can find the name of the company by searching

[PHP] Easy Question -- Show/ Hide text based on output of query

2002-02-05 Thread Edward R. Bailey
Hi, I am working on a page the displays the output of a query in a table and I only want to show the field labels that have corresponding output from the database. I am only really concerned with the last label in the table. The label is called Notes and the corresponding field in the database

RE: [PHP] Easy Question -- Show/ Hide text based on output of query

2002-02-05 Thread Edward R. Bailey
2002 02:14, Edward R. Bailey wrote: Please keep the discussion on the list! Thanks for responding! Yes the memberNotes database field only contains information in about a third of the records so I wanted to hide the entire field and label when their was no relevent data. I made

RE: [PHP] Easy Question -- Show/ Hide text based on output of query

2002-02-05 Thread Edward R. Bailey
, February 05, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Easy Question -- Show/ Hide text based on output of query On Wednesday 06 February 2002 02:38, Edward R. Bailey wrote: I used echo($notes) at the bottom of the page and the output of $notes prints reardless of whether

RE: [PHP] Easy Question -- Show/ Hide text based on output of query

2002-02-05 Thread Edward R. Bailey
To: [EMAIL PROTECTED] Subject: Re: [PHP] Easy Question -- Show/ Hide text based on output of query On Wednesday 06 February 2002 02:53, Edward R. Bailey wrote: Sorry -- Here it is ?php If ($memberNotes) { $notes = div align=leftfont size=-1bNotes:/b/font/div; } else

[PHP] One form - Two emails, I need some help please

2002-01-29 Thread Edward R. Bailey
Hi, I am trying to submit the contents of a form via email to a set address and then send a confirmation email based on the entered email address from the form. Sending the confirmation email works fine but the second email confirming delievery of the email is not working. Right now the script

[PHP] Custom email after form submission

2002-01-29 Thread Edward R. Bailey
Can anyone point me in the right direction about how to send a custom email to a user after a form submission. The user would provide their email address in the form. Thanks Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional