Link to home
Start Free TrialLog in
Avatar of KraLord
KraLord

asked on

Tutorial PHP Pages Help

Hello, I would like to make a program for my PHP Website. I have a big tutorial section [like about 480] and I like to update it each week and put ten new questions. I have all the old tutorials in other pages [like ten per page] and I would like to make something so that everytime I add a new question - the old ones get sent to another page [with all the old tuts.] so I don't have to edit all the pages each time I want to add a question.
ASKER CERTIFIED SOLUTION
Avatar of ldbkutty
ldbkutty
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For EDITING (insert/update) , you can look into the online demo of the application

http://www.gotocode.com/apps.asp?app_id=8

and free download the source code...it also has PHP paging...(but its not as effective as my previous coding..., hopefully).

Please Tell me if you have any further difficulties if you face in my comments.

Avatar of KraLord
KraLord

ASKER

ldbkutty, is there another script like the one you wrote but without using mysql
Avatar of KraLord

ASKER

trying to get help from other sites but still cant find something good
hai,

i would like to know where do u you place the new pages, if not in a DB..
I mean Without DB, how do you store the tutorial section...

Best Regards,
ldbkutty.
Avatar of KraLord

ASKER

web/tutorials/design/photoshop/3D_Ball/index
web/tutorials/design/photoshop/Graphical_Watermarks/index
web/tutorials/design/photoshop/Interface_Skin_and_Bone
web/tutorials/design/photoshop/Reflection
web/tutorials/design/photoshop/Shape_Tutorials
----------------
but each day i add more in the dir web/tutorials/design/photoshop
i would like to show the last tut i made in the first section!