> -----Original Message-----
> From: Costas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 04, 2001 8:08 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] equivalent of asp's <%= strTest %>
> 
> 
> Is there an equivalent in PHP of the following code:
> 
> equivalent of asp's <%= strTest %>
> 
> But not echo ""

If you've got asp-style tags enabled in your PHP configuration (see
http://www.php.net/manual/en/configuration.php#ini.asp-tags for more
info) then the syntax turns out to be just the same (see
http://www.php.net/manual/en/language.basic-syntax.php for more info on
that.)


---
Mark Roedel ([EMAIL PROTECTED])  ||  "There cannot be a crisis next week.
Systems Programmer / WebMaster  ||   My schedule is already full."
     LeTourneau University      ||                    -- Henry Kissinger


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to