Using the 'mailto:' command I'm trying to format a 'default' message
something like...
$msg_body =
"?subject=whatever&body=This%20is%20the%20default%20part%20of%20the%20message%20..."
and soon on but I want to force some 'newlines' into the resultant
message body but to no avail.
If I just put \n
I'm trying to dynamically place a 'querystring' link in the body of an
e-mail message but it won't read past the & character in the string.
Tried
'urlencode(), addbackslash(), qoutemeta(), hex values, etc. etc. but
nothing
seems to work.
I know it can be done as I have received plenty of messages
Hi,
I have installed PHP5.03 to my Win2k workstation. I will be connecting
to a mySQL 4.17 database on my workstation and eventually our Windows
2003 server running IIS.
I know that mysqli needs to be configured to work on my workstation.
If someone could point me to a page with step by step instru