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
php require help needed
Ok i tried to use the search funtion but the word require is everywhere.i'm really new to creating websites... I've built them in the past but allways had some sort of template to go off of from a
Shuffle Array
Hi,I am writing a script for a game that needs players to randomly be assigned a target (another player) in a loop so that each player is matched with someone other than who has them. See below:Andy
records between 2 dates
Hello all,
Request for tunning the below query
Hi,
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto_increment.I need to pull the auto incremented ID # for the entry I just posted onto the page so the
Multi Level Array Problem
hi all,For example I have array like below:$temp = array(array('north america', 'us', 'california'), array('north america', 'us', 'hawaii'), array('north america', 'canada', 'vancouver'),
rookie looking for help coding a CSS form with PHP
I'm trying to figure out how to add PHP code to my xhtml form so that it is a working form embedded in the contact us page of a website that is still on my pc only. The end goal is to place the PHP
help need on ob_start()
HiI am a newbie in php, I have a codeLine number On/Off | Expand/Contract <?phpob_start();for($i=1;$i<=10;$i++){ sleep(1); echo $i; ob_flush();}?> I am trying to
Links not updating
I'm trying to fuel a simple navigation system for a news section. It works fine when it comes to retrieving and displaying data, but if I click on a valid link in the following code, the content and
Warehouse Management
Hi,