//-- Anybody can help me with this problem (I think
//-- it's simple but im to stupid to know the answer)

==================================================
while ($myrow = mysql_fetch_row($result)) {
echo("
<a href=m_template.php?nick=$myrow[3]>$myrow[3] ."</a>");
}
==================================================

If I have a database in $myrow[3] and it has "space", it didn't work.

Example Database :  John Doe
__________________________________________________

it will shown 
                 m_template?nick=John

I NEED PHP to show the space and Doe also
so it's suppose to be :

                 m_template?nick=John Doe



_____________________________________________________________
www.kaskus.com - FREE EMAIL SERVICE

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to