Posts
 
Reputation
Joined
Last Seen
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 #4K
~676 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for tape enterprise

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]

Member Avatar for jrivera
0
145
Member Avatar for waveydaveywaves

would you rewrite your code without tags (only the sql command) I may help you :)

Member Avatar for waveydaveywaves
0
168
Member Avatar for hicman

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 …

Member Avatar for hicman
0
363

The End.