How do I convert a spreadsheet of clients into a searchable website?

riley454

New Member
I've got an extensive list of clients organised in Excel and I want cutomers to be able to find them via postal code or suburb name.

I can build the content of the pages, but I need to know how to incorporate a "text input" form so visitors can view clients in the postal code/suburb name they enter.

What is the best way to incorporate my database of clients into a simple searchable website?

What applications are readily available that I can insert into my pages?
 

Brett

New Member
me either, though I have a great beginner's book for php and MySQL:
"PHP and MySQL Web Development, Second Edition" - Luke Welling, Laura Thomson - ISBN 0-672-32525
 

riley454

New Member
Thanks for the help.

I've been using some helpful resources to build the PHP part and I am working the SQL side.

My ISP doesn't support PHP so I need to test-drive my PHP & SQL skills before I go "live". I've been advised to download a web server, PHP and MySQL. There are a lot of choices within each of these downloads.

What do I really NEED to download so I can run my website from my computer?
 
Top