Soldato
		
		- Joined
 - 24 Nov 2002
 
- Posts
 - 16,379
 
- Location
 - 38.744281°N 104.846806°W
 
I'm using 
	
	
	
		
and then echoing $IDs for each...
However, the info is stored in the table as xxx,xxy,xxz,xzz for the IDs..... I need to somehow strip this as each xxx is a variable for an url.
I.e. when I echo, I want to echo xxx,xxy,xxz,xzz where each individual entry has an url (e.g. www.url.com/xxx etc..).
Why can't I figure this out? :S
	
		
			
		
		
	
				
			
		Code:
	
	$IDs=mysql_result($result,$i,"ID(s)");
	and then echoing $IDs for each...
However, the info is stored in the table as xxx,xxy,xxz,xzz for the IDs..... I need to somehow strip this as each xxx is a variable for an url.
I.e. when I echo, I want to echo xxx,xxy,xxz,xzz where each individual entry has an url (e.g. www.url.com/xxx etc..).
Why can't I figure this out? :S
	
 
