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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -