PDA

View Full Version : php3 web to email script


Benson
12-31-1998, 08:21 PM
I got Gilmore's script to work, but I notice that php doesn't parse this line:
PRINT "<A HREF="http://kurebeach.com/index.html">Back to Kure Beach</A>";

kurebeach.com/testform.html (http://kurebeach.com/testform.html)

Other html tags are in the script, why doesn't this one work?

------------------
alba gu brath

Deb
12-31-1998, 08:24 PM
Can you post the url for the php page itself for us to view?

e.g. make the extension to the PHP page .phps so we can view the code ...

Thanks
Deb
(p.s. that script is working great for me now at www.midnightmerchants.com/php/contact.html (http://www.midnightmerchants.com/php/contact.html) I'll be playing with it tonight)


[This message has been edited by Deb (edited 12-31-98).]

Benson
01-01-1999, 01:06 AM
make the extension to the PHP page .phps
You kinda lost me with this, but I think it works now, changed to this:
PRINT "<A HREF=\\index.html>Back to Kure Beach</A>";



------------------
alba gu brath

Deb
01-01-1999, 04:43 PM
What I meant was....

If you make a duplicate copy of a file with a .php (.php3 .phtml etc) extension... and name that file.phps we can view the code.

Try it and you will see what I mean.

file.php
and file.phps
Notice that in file.php if you view the source you can not really see the code... but if you goto file.phps in your browser the source will be there color coded and everything http://www.aota.net/ubb/smile.gif

Hope this helps explain it.. and glad you fixed the problem you were having.

Deb
p.s. thank you as always for the kind words http://www.aota.net/ubb/smile.gif