Hey guys i need to know if there is a way to make a html email that includes mysql querys?
like i want to make a script that will send a description by email ?
or can i make a html page and include it in an email?
Hey guys i need to know if there is a way to make a html email that includes mysql querys?
like i want to make a script that will send a description by email ?
or can i make a html page and include it in an email?
To create HTML emails I use FormMail from www.tectite.com.
It is a free PHP application and is very powerful, there are others available if you do a search.
I find this one to be well documented and has some great features.
As to including the results of MYSQL queries, I also do this.
I include these as hidden fields in my form, these can then be used in the HTML email
nice i will try it out.thx
Bookmarks