farnoise Posted October 23, 2009 Share Posted October 23, 2009 Hey Guys, I've built a PHP page that has a for just imagine something like registration form, So obviously it posts data into my table in my DB, So Now what I’m trying to do is creating a form that show me the whole row by entering one or more of the fields For example: I want to look for David Thomson Cell#:88888, But I only know his first name, so I’ll use his first name in the form and click submits, in the next page I have to see a list of those members that has the first name David. Results: David Jones 9292838 David Thomson 888888 David James 7872726 Thanks for your help guys Link to comment https://forums.phpfreaks.com/topic/178763-solved-pulling-out-some-result-data-from-mysql/ Share on other sites More sharing options...
severndigital Posted October 23, 2009 Share Posted October 23, 2009 you be needing to poke around at the MySQL .. Like parameters http://www.htmlite.com/mysql011.php Link to comment https://forums.phpfreaks.com/topic/178763-solved-pulling-out-some-result-data-from-mysql/#findComment-943025 Share on other sites More sharing options...
farnoise Posted October 23, 2009 Author Share Posted October 23, 2009 Thanks man, But I think I found what I'm looking for, If anybody needs it just go here. http://www.designplace.org/scripts.php?page=1&c_id=25 Thanks again Arad Link to comment https://forums.phpfreaks.com/topic/178763-solved-pulling-out-some-result-data-from-mysql/#findComment-943053 Share on other sites More sharing options...
severndigital Posted October 23, 2009 Share Posted October 23, 2009 from the_table where 1st_field like \"%$trimmed%\" the work LIKE .. being the operative word. Link to comment https://forums.phpfreaks.com/topic/178763-solved-pulling-out-some-result-data-from-mysql/#findComment-943056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.