|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
Help w/ PHP
Hey, I'm an amateur webmaster. Can anyone give some advice with implementing PHP and MySQL with the following website: http://205.174.115.19/
|
|
#2
|
|||||
|
|||||
|
Re: Help w/ PHP
There are two easy things you can do to that page using PHP:
Right now, you are calling separate HTML files inside of a frame in order to create sub-pages. Instead of that, you could just write up your page template as separate file and simply have PHP automatically stick that header and footer into every single one of your pages. Then each individual page's code will look like: PHP Code:
If you get comfortable with that, you can get really fancy and build a membership system. This phpfreaks.com tutorial is what taught me how to create login systems that I have since used on a few of my own projects. It's extremely step by step, but by the end you should have a solid understanding of what each piece of the system is doing when a user logs in. You could use a user login system to protect sensitive documents, set up some sort of communication system, or just to be cool-looking. Good luck! PHP is some pretty amazing stuff. |
|
#3
|
|||
|
|||
|
Re: Help w/ PHP
Is there something specific you want to do? If so I can help you. What where you planning on using MySQL for?
|
|
#4
|
|||
|
|||
|
Re: Help w/ PHP
Quote:
|
|
#5
|
||||
|
||||
|
Re: Help w/ PHP
Another option if you have a lot of pages: you can create the basic layout page (the header and the footer) and replace the body content with this code:
PHP Code:
It's simple and I've seen a lot of websites use this method. |
|
#6
|
|||
|
|||
|
Re: Help w/ PHP
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| php/forms/posting/I NEED HELP!!!!!!!!! | general | Programming | 69 | 29-03-2006 14:36 |
| php/forms/posting/I NEED HELP!!!!!!!!! | general | Website Design/Showcase | 5 | 21-03-2006 16:36 |
| PHP Help | FRANK(WGH) | Website Design/Showcase | 5 | 22-02-2006 22:06 |
| PHP Coding HELP!!! | FRANK(WGH) | Website Design/Showcase | 9 | 26-01-2005 17:18 |
| PHP bb... | Stefan | Website Design/Showcase | 3 | 31-07-2003 13:48 |