PandaDynamite Posted January 15, 2017 Share Posted January 15, 2017 Hello! I'm looking to make a PHP/MySQL website where there is a form that allows the user to input a zip code. It would then search the database and output a picture, the person's name, their record etc. And return these results. What's the most efficent way to do this? I admit I'm just starting out. Quote Link to comment Share on other sites More sharing options...
benanamen Posted January 15, 2017 Share Posted January 15, 2017 (edited) Your question is way too broad. Do you already know PHP and Mysql? Do you know PDO? What about HTML and CSS? What have you tried? Have you set up a local LAMP stack such as XAMMP? You are going to have to have some knowledge in all of those. Edited January 15, 2017 by benanamen Quote Link to comment Share on other sites More sharing options...
NotionCommotion Posted January 15, 2017 Share Posted January 15, 2017 I'm looking to make a PHP/MySQL website where there is a form that allows the user to input a zip code. It would then search the database and output a picture, the person's name, their record etc. And return these results. Does only one person live in each zipcode? 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.