Project

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
indienboyde
Forum Newbie
Posts: 2
Joined: Fri Nov 21, 2003 7:13 pm

Project

Post by indienboyde »

please help meeeeeeee.....i got a project 2 work out but i dont what i ve 2 do .....ve to do this everything in PHP codes

this is the project:

Features
Layout, content, and source code files are strictly separated. It must be possible to add new content without touching the source code, changing the layout of the website without changing content files, etc.
The main entry script should use GET-parameters to indicate what content is required: e.g. http://www.somedomain.com/?content=whatever. Internal Links on the content pages will use this link format also.
If a specific content is demanded from an agent the content management system should provide the best matching content before displaying an error message.
Development Tools
Any of these tools and resources can be used
Any text editor
Any information found on the internet
Any free-to-use additional source code
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

well, if you are just looking for scripts that do this type of thing, 2 places of interest would be :

http://www.evilwalrus.com
http://www.hotscripts.com

if you are wondering how you can write your own code to do this, you're gonna a vast majority of php references, and all of which are located at http://www.php.net ( click on manual ).

other useful resource :

http://www.phpbuilder.org
indienboyde
Forum Newbie
Posts: 2
Joined: Fri Nov 21, 2003 7:13 pm

project

Post by indienboyde »

thanx...but what should i do exactly? show me some eg: then i will be able to do it after u show me some exmaples. ill be very grateful if someone does it 4 me. i only ve 2 more days to send this project :-(
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Re: project

Post by vigge89 »

indienboyde wrote:thanx...but what should i do exactly? show me some eg: then i will be able to do it after u show me some exmaples. ill be very grateful if someone does it 4 me. i only ve 2 more days to send this project :-(
i think that the project will take more than 2 days :idea:
Post Reply