Thread: Php Question
View Single Post
Old 09-04-2006, 01:49 AM   #2 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

PHP is used on the back end of your website to handle dynamic content. HTML and CSS are used to render your site in a browser. If you're only wanting to affect the way your site appears in a web browser, use either HTML or (preferably) CSS. When one of the buttons in the navbar is clicked, your php code will handle that request.

Create your navbar using HTML and CSS, then add dynamic functionality with PHP.
jaeusm is offline