What could be wrong with the following code;
1.the striplslashes function doesnt remove the slashes b4
special xters in the output,rather it prints out stripslashes along with the output.
2.the username is not echoed in the output and thus i cannot use it in other script.
Code:while($row=mysql_fetch_array($result)) { echo "<span class=style18b>$row[title]</span><br>"; echo "<style=text-align: justify>stripslashes($row[description])</style><br>"; echo "<b>Other Link(if any): </b>"."<a href=http://$row[url] target=blank>$row[url]</a>"."<br>"; echo "<b>Price: </b>".$row[price]."<br>"; echo "To order,click <a href=order.php?username=$row[username]>here</a><p>"; }






Bookmarks