Re: [PHP] Passing string variable gets cut off

2001-03-11 Thread Jens Nedal
on 11.03.2001 16:16 Uhr, Fates at [EMAIL PROTECTED] wrote: > My strings are getting cut off when I pass to destination web page > > Example: > > Assign variable from database > $subcategory = mysql_result($result,$i,"subcategory"); > > Variable $subcategory is assigned "Graphic Editors" from

[PHP] Passing string variable gets cut off

2001-03-11 Thread Fates
My strings are getting cut off when I pass to destination web page Example: Assign variable from database $subcategory = mysql_result($result,$i,"subcategory"); Variable $subcategory is assigned "Graphic Editors" from database (notice two words) Next I make a link and pass the variables to ne