0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #18.7K
Ranked #4K
~676 People Reached
Favorite Forums
Web Development x 11
3 Posted Topics
if I understand you want to sort your authors for each category , well U shoul replace line 1 by this : [CODE] $sql = 'SELECT name, providers.id, catid, catagory.catagoryname FROM providers INNER JOIN catagory ON catid = catagory.id ORDER BY providers.id GROUP BY catagory.catagoryname'; [/CODE]
would you rewrite your code without tags (only the sql command) I may help you :)
hi every one I'm new and it really interesting what's happening here !! Well I'm a beginner in PHP , the problem is that when i use print_r($message) or echo in the same page where I call header I got this message [QUOTE] Warning: Cannot modify header information - headers …
The End.