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
Post a Comment