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 -

Optimized Line drawing in QT -

datetime - str to time in python -