johnwayne77 Posted February 3, 2007 Share Posted February 3, 2007 i am thinking of making a shipment tracking system and this is my logic: user enters a tracking # in a text field. the form sends the number via _GET to a template php page. the template page populates with a number of predefined fields fetched from the mysql database (for example: sender's name; sender's address; delivery date; etc.). now, when the scripts see the number from the _GET, it will run a check with the mysql db to see if it exists. if it does, then it will use all the other info related to the number in the predefined fields from the template. good. and if it doesn't then i suppose i'll redirect to an error page. i have two questions: 1) how do I check the _GET result with the db table 2) how do I fetch the mysql results only for the _GET result? Any suggestion are greatly appreciated, thanks! Quote Link to comment https://forums.phpfreaks.com/topic/36929-solved-fetch-info-from-mysql-for-a-specific-table-field/ Share on other sites More sharing options...
ldsmike88 Posted February 3, 2007 Share Posted February 3, 2007 Did this just get answered in your other post? Quote Link to comment https://forums.phpfreaks.com/topic/36929-solved-fetch-info-from-mysql-for-a-specific-table-field/#findComment-176243 Share on other sites More sharing options...
johnwayne77 Posted February 3, 2007 Author Share Posted February 3, 2007 yep, invalid post problem resolved Quote Link to comment https://forums.phpfreaks.com/topic/36929-solved-fetch-info-from-mysql-for-a-specific-table-field/#findComment-176245 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.