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
Thought I has this figured out especially after all the help i received?
Cags, Salathe, Daniel helped me with this yesterday, but not sure i took it all in.I am attempting to open the URL and grab all the links within using preg_match_allThe problem is Parse error: syntax
simple php table loop
Hi all,I've the following code <?php // Create category options $query = "SELECT * FROM categories ORDER BY category ASC"; $result = mysql_query
FILTER_CALLBACK -- Files?
Hi All,I'm using the php filter functions to validate my form data. For custom filters, I'm using the FILTER_CALLBACK filter but when I'm using files, this never seems to be called? It may be that the
New to PHP and just trying to understand a little code.
I hope I'm not annoying anyone or breaking the rules but I was wondering about this bit of code right here: " <?php$people = Array(Array('name' => 'Kalle', 'salt' =>
Help with search.php
Hello AllI need the search engine on a site I am building at the moment to display the search results inside the main section of the web page. At the moment I have got as far as connecting the search
Help With Showing Users On the Index Page
Ive got this code which works just how i want it to.Code: <? $timenow=time();$select = mysql_query("SELECT * FROM users WHERE online > '$timenow' ORDER by id ASC");$num =
Inter Company -- Resources Related Billing (Services Industry)
Hello,
Access database inside of a validation class
Hello,For quite some time, I have been using functions to validate form input and access the databse. I have recently started using OOP, which is far faster and better when it comes to programming
difference between datetimes
($row['totime']-$row['fromtime'])/60this is giving me 0example of totime and fromtime are:2009-12-26 01:10:05 and 2009-12-26 1:03:01i was thinking that with those values i would end up with something
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?