A href problem under php

Posted on 16th Feb 2014 by admin

Hello...

I tried to explain the issue in an earlier post.. but was not clear enough....

So let me try again:

I think that the problem happens in Loops (while).

When I add a simple html a href (link)... then the linked word goes back to the line (as a
would do).

No idea why... tried on different websites... different servers... hell.. with different wives... still the problem follows me as a bad emoroid.

<?php
while ($whatever=mysql_fetch_array($youwant)){?>

no idea why on earth my <a href="nowhere.html">link</a> goes back to the line when I run this script!!


<?php}
?>

result :

no idea why on earth my
link


Also... if the link applies on a multiple word link.. every word goes separately to the line... example:


<?php
while ($whatever=mysql_fetch_array($youwant)){?>

no idea why on earth my <a href="nowhere.html">link goes back</a>to the line when I run this script!!


<?php}
?>

resulting :
no idea why on earth my
link
goes
back
to the line when I run the script.

Thank you for the help

Other forums