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
Need help making a script that moves data into acrhive table
Hi,I'm kinda new to php/mysqlAnd i wrote a simple script to store sales lead for a buisness and they are posted out into a table after they are submitted in a form. The page where you can see all your
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the data into database.Why can this happen? how to prevent this?
A WBS element with the name XXX already exists in version FREI_VERSION
Hi.
Slow data retrieval which requires improvement..please help
I am working on a Help Desk Ticketing system and have a page called MY TICKETS which shows all tickets in grids. the problem is that the number of records are around 30 to 40 but there is a lag
Blocking video streaming
Hello everyone,I post a message here because i didn't find any solution yet.I just finished video streaming service on my website. I use xmoov script (http://xmoov.com/xmoov-php/) to do that. It works
session_destroy();
new to phpI have a simple login and am trying to write a logout.I set a $_SESSION var to 1 if they are logged in:if(isset($_POST['logname'])){ $UserArr = chk_lgn($_POST['logname'],$_POST['passwd']);
captcha error
I have been trying to implement a captcha in php...here is the code..Code: (php) [Select]<?php// Set the content-typeheader('Content-type: image/png');// Create the image$im =
How to add an image/C++ OpenGL?
Hi,
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??Any idea how I rectify this issue?
BSP Ext - tableView - Sort - NEWBIE
Hi,