Need your opinion about this site

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
lanapt
Forum Newbie
Posts: 2
Joined: Sun Sep 24, 2017 3:35 am

Need your opinion about this site

Post by lanapt »

Hi!

O need to start a web site project based in php/mysql.

My client show me the exemple site he wanted:
http://www.loc.gov/teachers/classroommaterials/

Need some advices how and where i can start.

Is there any base php script that can do this kind of search directory index system?


Thanks :banghead:
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need your opinion about this site

Post by requinix »

You have a client and don't know how to make a website? Web development isn't copy and paste: most of the time you have to actually make stuff yourself.

That site looks fairly simple. Do you have any idea where to start?
lanapt
Forum Newbie
Posts: 2
Joined: Sun Sep 24, 2017 3:35 am

Re: Need your opinion about this site

Post by lanapt »

Hi!

Yes. I have some ideias. But i just dont have time.

Thanks
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need your opinion about this site

Post by requinix »

Then what are you doing taking on a client!?

The web design portion aside (being a part there's no way I can judge) the database interaction stuff should take a day or two at most. It's the basic of basics for database-driven pages. Set up a simple hierarchy for the types of content and use basic parent/child navigation pages to show what there is. Searching is a matter of a query based on form data.
Post Reply