Do you use php strings?, i LOVE php strings and php in general |
Do you use php strings?, i LOVE php strings and php in general |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 793 Joined: Jun 2006 Member No: 425,250 ![]() |
Ok.
It JUST hit me how amazing PHP is. SCENARIO: I'm making cursor code box pop-ups on my site, and without PHP, I would have to go in on each individual page and change three different things for each page to make them different for each cursor. But! With PHP, all I have to do is make a template page, and then on each page, all I have to do is define the string and include the template. DONE! CODE <?php include(template.php); $cursor_name = "pizza"; ?> ^THAT'S ALL I HAVE TO DO FOR EACH PAGE! It's SO AMAZING! Do you use PHP!?? YOU SHOULD IF YOU DON'T! |
|
|
![]() |
*The Markster* |
![]()
Post
#2
|
Guest ![]() |
Lol. Someone's a little late with the magic of PHP.
![]() |
|
|
![]() ![]() |