
<?php $max_width=890; define("MAX_WIDTH",890); echo MAX_WIDTH; ?>As you can see in the above code, I have used the define() method for creating a new constant named 'MAX_WIDTH'.
iOS Developer
<?php $max_width=890; define("MAX_WIDTH",890); echo MAX_WIDTH; ?>As you can see in the above code, I have used the define() method for creating a new constant named 'MAX_WIDTH'.
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.