This is a discussion on "Problem returning results into table" within the PHP Forum section. This forum, and the thread "Problem returning results into table are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Problem returning results into table
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Problem returning results into table
hi guys, I am pretty new to PHP but i am making a search script. Basically the user searchs the db via 2 fields (which are artist and song title), then the results are returned into a table. The code i have for this is as follows...
When the results are returned, i have a table like: || Artist || Song Title || Greenday Wateva Greenday Wateva Greenday Wateva Etc etc As you can see it repeats greenday down in the left column but i only need to have it once, next to the first song which is returned... i.e. || Artist || Song Title || Greenday Wateva ________ Wateva ________ Wateva ________ Wateva (with the ____ meaning blank space:P) I have been told about using the "group_concat " function, but my host users an older version of mysql meaning it will not work. So i have to find an alternavtive....could someone pleaseeeeeeeeeee help, Many thanks Lobster |
|
|
|
|||
|
![]() |
| Tags |
| problem, returning, results, table |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with results of form | Otter | PHP Forum | 2 | Nov 7th, 2006 13:35 |
| new problem. document.getElementById().width returning unassigned. why? | sanchopansa | JavaScript Forum | 2 | Jul 22nd, 2006 20:23 |
| Index Server search results problem | starrbuck | Classic ASP | 0 | Feb 22nd, 2006 17:20 |
| mysql_fetch_array - problem displaying results | jswebdev | PHP Forum | 4 | Oct 15th, 2005 17:01 |
| Returning results into a table with no repeat of data | lobster1983 | PHP Forum | 7 | Sep 24th, 2005 20:23 |