Posted by Jerry Stuckle on 05/20/07 14:32
Tomislav wrote:
> Helo,
>
> as I am new to PHP my question is related to pure basics. I wrote
> simple PHP file for automated mail sending. It sends, of course, mail
> with fixed text but I need "mail()" function to retrieve string values
> from textfield controls in Dreamweaver instead of fixed string values.
>
> Any ideas ?
>
> Thanks,
>
> Tomislav
Look up your $_POST and $_GET arrays.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|