Page 1 of 1

Need your opinion about this site

Posted: Sun Sep 24, 2017 3:49 am
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:

Re: Need your opinion about this site

Posted: Sun Sep 24, 2017 11:30 am
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?

Re: Need your opinion about this site

Posted: Sun Sep 24, 2017 6:41 pm
by lanapt
Hi!

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

Thanks

Re: Need your opinion about this site

Posted: Sun Sep 24, 2017 7:24 pm
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.