Posted: Thu Aug 19, 2004 9:17 am
I assue you have remembered to put http:// in the href? i.e.
<a href="http://www.google.com"> google </a>
<a href="http://www.google.com"> google </a>
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$post = $_POST["news"];
$insert = "insert into news(post) values('$post')";
mysql_db_query("sb", $insert);
?>