Need help.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kayfer
Forum Newbie
Posts: 6
Joined: Tue Dec 02, 2008 11:54 pm

Need help.

Post by kayfer »

Hello guys, I am new to PHP and MySQL and I don't know much about making PHP tables and connecting to MySQL, is there a way to make like one page .php instead of making 20, like I put movie parts in my website and i had 20 files for it and every time I had to change something I had to go through all the files and change something like part1.php part2.php (examples), so I want to know how to make only one .php file and put all those 20 pages in it or more, is it possible to do it and if yes can you please tell me how? Thank you.
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Need help.

Post by papa »

No you need 20 pages. :)

It's all about how you design your functions etc. However noone here will write this for you. Show us your code and people can give suggestions. Not just 20 pages of code at a time.
Post Reply