Lisa23 Posted January 4, 2012 Share Posted January 4, 2012 Hi i am have this word which is styled using span like this <span style="color:blue;">php</span><span style="color:green;">academy</span> i used this word often on my site but i have to all the time retype so i was wondering what would be the best way to use the php include one way i was thing is create a variable on my header <php $phpacademy=<span style="color:blue;">php</span><span style="color:green;">academy</span> <?php or is better to include in a file on its own.? or are both the wrong way of doing if so what would be the best option just tired of having to style it everytime i need to use that word all the time! Link to comment https://forums.phpfreaks.com/topic/254377-what-would-b-the-best-way-to-include-word-which-is-used-alot/ Share on other sites More sharing options...
trq Posted January 4, 2012 Share Posted January 4, 2012 If your hard coding your content into your pages theres probably not a great deal you can do anyway. Link to comment https://forums.phpfreaks.com/topic/254377-what-would-b-the-best-way-to-include-word-which-is-used-alot/#findComment-1304334 Share on other sites More sharing options...
Lisa23 Posted January 4, 2012 Author Share Posted January 4, 2012 hard coding you mean typing the html correct? but even if so would it be incorrect to set that styled word as variable like i mentioned above and then called everytime i use it instead of retyping it? Link to comment https://forums.phpfreaks.com/topic/254377-what-would-b-the-best-way-to-include-word-which-is-used-alot/#findComment-1304337 Share on other sites More sharing options...
trq Posted January 4, 2012 Share Posted January 4, 2012 You could do that, sure. Link to comment https://forums.phpfreaks.com/topic/254377-what-would-b-the-best-way-to-include-word-which-is-used-alot/#findComment-1304340 Share on other sites More sharing options...
Lisa23 Posted January 4, 2012 Author Share Posted January 4, 2012 OK thanks for the help Link to comment https://forums.phpfreaks.com/topic/254377-what-would-b-the-best-way-to-include-word-which-is-used-alot/#findComment-1304342 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.