thetechmind
Forerunner
Ok....
1st time on PHP today , self learning....managed to configure PHP - do the various settings on IIS and also have PHP read and write to a sample DB on MYSQL......
So at the end of the day , I have managed to read a particular column data and also write to a specific column data....
Now what I am interested in knowing / learning is : How can I have PHP - "mail" me the contents of the user form.....
for example....the php page which i created....opens a page with a txt box...on clicking submit it writes the data to mysql db.....
now what I want to do is have the inputed text 'emailed' to a particular email address...(along with the data going into the DB ).....can it be done ?
or has it to go only to 1 , i.e either the db or either the mail....
looking forward for some help here regarding this.....please post examples with codes and how to go abt it if possible.....
thanks in advance for the assistance.
1st time on PHP today , self learning....managed to configure PHP - do the various settings on IIS and also have PHP read and write to a sample DB on MYSQL......
So at the end of the day , I have managed to read a particular column data and also write to a specific column data....
Now what I am interested in knowing / learning is : How can I have PHP - "mail" me the contents of the user form.....
for example....the php page which i created....opens a page with a txt box...on clicking submit it writes the data to mysql db.....
now what I want to do is have the inputed text 'emailed' to a particular email address...(along with the data going into the DB ).....can it be done ?
or has it to go only to 1 , i.e either the db or either the mail....
looking forward for some help here regarding this.....please post examples with codes and how to go abt it if possible.....
thanks in advance for the assistance.