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
insert PHP code into function
Hi,I'm having problems when trying following:I have:Code: [Select]createBar("Download: <b>$kwd</b><Br />", "100%")and I'm trying to
generating all possible random letters
hi'how can i randomize the letters a,b,c,d,e all possible ways, and i want to print the resultand unique from each?thanx
Simple Variable Question
Hi everyone.... again,I am really getting into php still. Learning more every day. I love it.But I have run into a problem I cannot solve.From what I understand, you can only "echo
ECC6 - Single sign-on
We are in the process of upgrading to ECC 6 which will support single sign on with user passwords aligned by our active directory to the same as those used to access the Network. My query is that we
Displaying image pathname instead of image
HelloIm trying to upload and then display images from a mysql database - Its only basic and i only need one pic per user on the database hence why using mysqlI really need osme help as ive been going
Snapshot from video
anyone knw how to make a snapshot maker from avi n mkv format.for example if i give a direct link (mysite.com/song.avi) then it will give a snapshot in jpg format
Hi, explode and strstr.
Hi, I seem to be confused about the strstr function, eg. i have a string like:"a.b.c.d.e.f""a.b.c.d.e"I always want it to split at the second "." from the end, so
Undefined offset when using a flat file with pipe symbols
Hi, I've got a flat file/text file which I'm currently using as a member database for my site (not advisable I know.. but still learning here).In a section of code I need to separate the fields to
How to convert this array to string
I am having problems converting this array to a stringusing print_r($val[1]); I get: Code: [Select]Array( [0] => Array ( [name] => John ) [1] =>
Help to integrate whois Domain Details to website
Hi, can i know is their any php script r methods to add domain details to my website.I mean when user wants to know the details about a particular domain they will type in a text box, so that we need