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

2002-04-12 Thread Edward R. Bailey
; > > In article <00bc01c1e131$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 > >

[PHP] Assigning the contents of a file to a variable

2002-04-11 Thread Edward R. Bailey
Hi, I am trying to create an html automatic response email to users that fill out a form. Workflow - 1. User fills out form and selects submit 2. The contents of the form are then mailed to a secretary for record keeping 3. (Where the problem is) An html based email is sent to the email addres

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 fo

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

2002-02-05 Thread Edward R. Bailey
> Sent: Tuesday, February 05, 2002 1:53 PM > 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 i

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

2002-02-05 Thread Edward R. Bailey
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 whethe

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

2002-02-05 Thread Edward R. Bailey
> > On Wednesday 06 February 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 >

[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

[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 commands,

[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 i