PROTECTED]
Sent: August 17, 2003 8:45 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Newbie Question regarding Syntax
* Thus wrote Creative Solutions New Media ([EMAIL PROTECTED]):
> Sorry guys.It think there is a bit of confusion.
>
> I miss typed what I need to do.
>
>
* Thus wrote Creative Solutions New Media ([EMAIL PROTECTED]):
> Sorry guys.It think there is a bit of confusion.
>
> I miss typed what I need to do.
>
>
> HREF=mailto:'.$row_rep_RS['repEmail'].'>'.$row_rep_RS['repEmail'].''; ?>
You should make sure to quote your html values ( href="va
Zirzow [mailto:[EMAIL PROTECTED]
Sent: August 17, 2003 8:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Newbie Question regarding Syntax
* Thus wrote Creative Solutions New Media ([EMAIL PROTECTED]):
> HREF="mailto:[EMAIL PROTECTED]">'.$row_rep_RS['repEmail'].'
* Thus wrote Creative Solutions New Media ([EMAIL PROTECTED]):
> HREF="mailto:[EMAIL PROTECTED]">'.$row_rep_RS['repEmail'].''; ?>
>
> Obviously this isn't working. What is the proper syntax when you have to use
> double quotes inside the tag?
I usually prefer this method, its a style choice and
I would encourage you to use double quotes instead of single quotes
inside the PHP code. After this, you must comment HTML double quotes so
the PHP engine does not consider these as part of its code. I would type
your example like this:
mailto:[EMAIL PROTECTED]">".$row_rep_RS['repEmail']."";
?>
5 matches
Mail list logo