Ask a Question related to Dreamweaver AppDev, Design and Development.
-
..\\Dutch./.. #1
php question
Hi all
I created a webshop and thats working great
But i have a small problem which i cant get solved.
When a customer checks out he sees a confirmation page
which he can print. That same page sends also a autoresponder that shows the
customer what he just buyed.
The auto responder is plain text and looks like shit so i had the idea to
make that part html formatted.
I added all codes for that into the script but when i receive
the email i just see also the code and not the nice tables that i wanted.
Anyone here who can tell me what is the correct way to create this?
Thanks and sorry for my bad english.
..\\Dutch./.. Guest
-
Newbie Question: Biz Card Template Question
Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
Erwin Moller #2
Re: php question
...\Dutch./.. wrote:
Hi,> Hi all
>
> I created a webshop and thats working great
> But i have a small problem which i cant get solved.
>
> When a customer checks out he sees a confirmation page
> which he can print. That same page sends also a autoresponder that shows
> the customer what he just buyed.
>
> The auto responder is plain text and looks like shit so i had the idea to
> make that part html formatted.
>
> I added all codes for that into the script but when i receive
> the email i just see also the code and not the nice tables that i wanted.
>
> Anyone here who can tell me what is the correct way to create this?
>
> Thanks and sorry for my bad english.
2 things:
<Dutch>
Eerst geef ik je even op je flikker omdat je iets heel erg fout doet.
Verderop geef ik je antwoord.
OK?
</Dutch>
1) DO NOT POST TO MANY NEWSGROUPS!
That is considered rude (=onbeschoft)
For example: You are sending your question to:
alt.php.sql do you think your question has anything to do with sql??
and php.install
Does your question have anything to do with installing PHP?
No.
So don't send there.
In general: always send to 1 newsgroup unless you have some very good reason
not to.
Please understand MANY people don't answer your question if you post to many
newsgroups at the same time because they consider you an @^%^!!X!!
I guess you are new, so please check a FAQ on nettiquette.
(google for it)
2) Why does your HTML not show up?
Read this:
[url]http://nl3.php.net/manual/en/function.mail.php[/url]
It is all there.
And remember that your emailclient must be able to receive HTML-formatted
messages. Not all clients have that! So you might reconsider sending the
email in HTML.
Good luck/succes,
Erwin Moller
Erwin Moller Guest
-
..\\Dutch./.. #3
Re: php question
Hi.
Indeed i am new and was not aware that this was 'not to do' so please
forgive this newbie.
Thanks for your answer Erwin
"Erwin Moller"
<since_humans_read_this_I_am_spammed_too_much@spam yourself.com> schreef in
bericht news:40a4d30b$0$61616$e4fe514c@news.xs4all.nl...to> ..\Dutch./.. wrote:
>> > Hi all
> >
> > I created a webshop and thats working great
> > But i have a small problem which i cant get solved.
> >
> > When a customer checks out he sees a confirmation page
> > which he can print. That same page sends also a autoresponder that shows
> > the customer what he just buyed.
> >
> > The auto responder is plain text and looks like shit so i had the ideawanted.> > make that part html formatted.
> >
> > I added all codes for that into the script but when i receive
> > the email i just see also the code and not the nice tables that ireason>> >
> > Anyone here who can tell me what is the correct way to create this?
> >
> > Thanks and sorry for my bad english.
> Hi,
>
> 2 things:
>
> <Dutch>
> Eerst geef ik je even op je flikker omdat je iets heel erg fout doet.
> Verderop geef ik je antwoord.
> OK?
> </Dutch>
>
> 1) DO NOT POST TO MANY NEWSGROUPS!
> That is considered rude (=onbeschoft)
> For example: You are sending your question to:
> alt.php.sql do you think your question has anything to do with sql??
>
> and php.install
> Does your question have anything to do with installing PHP?
> No.
> So don't send there.
> In general: always send to 1 newsgroup unless you have some very goodmany> not to.
>
> Please understand MANY people don't answer your question if you post to> newsgroups at the same time because they consider you an @^%^!!X!!
> I guess you are new, so please check a FAQ on nettiquette.
> (google for it)
>
> 2) Why does your HTML not show up?
> Read this:
> [url]http://nl3.php.net/manual/en/function.mail.php[/url]
>
> It is all there.
> And remember that your emailclient must be able to receive HTML-formatted
> messages. Not all clients have that! So you might reconsider sending the
> email in HTML.
>
> Good luck/succes,
> Erwin Moller
..\\Dutch./.. Guest
-
Joost #4
Re: php question
...\Dutch./.. wrote:
Suppose you're coding php?> Hi all
>
> I created a webshop and thats working great
> But i have a small problem which i cant get solved.
>
> When a customer checks out he sees a confirmation page
> which he can print. That same page sends also a autoresponder that shows the
> customer what he just buyed.
>
> The auto responder is plain text and looks like shit so i had the idea to
> make that part html formatted.
>
> I added all codes for that into the script but when i receive
> the email i just see also the code and not the nice tables that i wanted.
>
> Anyone here who can tell me what is the correct way to create this?
>
> Thanks and sorry for my bad english.
>
>
In addition to the comments made by Erwin, please be more specific and
SHOW CODE. That will sharply increase the chance someone is gonna help.
Change
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/plain; charset=iso-8859-1\r\n";
to
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
<dutch class=gr>moi,</dutch>
Joost
Joost Guest
-
Justin Koivisto #5
Re: php question
...\Dutch./.. wrote:
Don't. Use plain text. If you want to create pretty tables, look into> The auto responder is plain text and looks like shit so i had the idea to
> make that part html formatted.
the printf and sprintf functions.
--
Justin Koivisto - [email]spam@koivi.com[/email]
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.
Justin Koivisto Guest
-
Nic #6
PHP question
Is their any special downloads or patched needed to use DWMX with PHP.
I downloaded PHP nuke with Mysql and Apache server.
I am just learning and am trying to figure out what I need.
I am using xp home.
Nic Guest
-
Alexandro Colorado #7
Re: PHP question
On Thu, 3 Mar 2005 11:02:55 -0600, Nic <innnn@2ndrfden.net> wrote:
You can use PHP natively with Dreamweaver. DWMX first ask you for a> Is their any special downloads or patched needed to use DWMX with PHP.
> I downloaded PHP nuke with Mysql and Apache server.
> I am just learning and am trying to figure out what I need.
> I am using xp home.
>
>
sevrver model when you start building your site. If you want to work with
PHP-Nuke please make sure you connect correctly to it through dreamweaver.
This means that your testing server and remote server should be pointing
to the server folder or Directory Root (/www/)
Also make sure that you Apache-PHP-MySQL are working togheter and
correctly.
Load the php-nuke database to your dreamweaver:
[url]http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_videos/0604_dreating_a_dynamic_table.mov[/url]
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest



Reply With Quote

