PHP using define for images -


does php allow use of define function images

define("if", '<img src="image.jpg" width="50" height="50" />'); 

this doesn't define image, defines string html tag image. can php define constants string values? yes.


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

email - PHP Mail Error "The Page at X Says: E-Mail can not be sent!" -

Optimized Line drawing in QT -