[PHP] using ahref tag in $msg variable

2002-03-11 Thread Claudia Smith
I would like to know how to code my mail msg to accept an tag my current code is: $msg = "$username wants you to check out \"The AdVentures of AdWoman: AdWoman's Dilemma.\"\n\n"; $msg .= "Play for a chance to win a Caribbean cruise presented by Carnival Cruise Line and Contus.com.\n\n";

[PHP] Passing variable with slashes in URL

2001-05-16 Thread Claudia Smith
Currently I have a problem with IE. The IE browser will not bring up my encoded url. When clicking on the link I either receive a script error or nothing happens. The issue is with the double quotes. IE does not recognized the encoded character %22 for quotes. IE does seem to process single quo

[PHP] verify phone number

2001-05-11 Thread Claudia Smith
I am looking for code to verify a phone number has been entered correctly on a form field. Requirements would include the area code: xxx-xxx-. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] passing string variables in url

2001-04-09 Thread Claudia Smith
I am passing a string value via a url to be used for printing on a page and for sending info via email. I first encode the string before passing it. The issue I have is for strings that contain single or double quotes. When I print the value that has been passed in the url the \ is printed. F