cruxy Posted January 22, 2009 Share Posted January 22, 2009 Hi everybody, I have a small problem and I think you can help me. I have this information in my table: Team home Team away Info home Info away Barcelona Valencia W V Sevilla Barcelona G G Barcelona Madrid V W I need a query to return the info home & away of the club Barcelona. Something like that: Barcelona: W, G, V I could get only the info home of Barcelona and also only the info away. But the problem is how can I get both info home & away of the club Barcelona in one table or line. I appreciate any help. Many thanks in advance, Cruxy Link to comment https://forums.phpfreaks.com/topic/141979-query-for-returning-info-from-2-columns/ Share on other sites More sharing options...
corbin Posted January 22, 2009 Share Posted January 22, 2009 http://php.net/mysql_result http://php.net/mysql_fetch_row http://php.net/mysql_fetch_assoc That should answer your question. But incase it really is a MySQL question, you would just do: SELECT col1, col2 FROM table; Link to comment https://forums.phpfreaks.com/topic/141979-query-for-returning-info-from-2-columns/#findComment-743767 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.