• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

qeustion about PHP and it's advantages

Burnt

Platinum Member
Hey, what are the advantages of encoding my webpage in PHP? How would I go about changing everything to PHP? I know the basics of, but what parts should i change?
 
I assume that the page in your sig is your page


You could use php to make the front news page
You could use php for the form there

Not much else that would be "better" to use php instead of html there
 
PHP is for dynamic content, ie you build a look and then fill a database with data then use PHP to render it using the look you program. This works well for highly dynamic sites like slashdot.
 
Back
Top