Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
    Search code samples  
 
  Keyword
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

PHP >> General

Can I use echo inside a ternary expression?

Visitor Ratings (0) :

Description
No.

This is due the fact that echo isn't a function, it's an expression.
so you can't use it precisely like that. Either of the following will
work, however:
Code
Select All
 Rate this Resource