0
<?php

$db = mysql_connect("localhost", "test", "test");
mysql_select_db("test");

// yada yada ..code ...


echo ("<p><a href='" . $item_link . "' target='_blank'>" . $item_title . "</a>");


$sql = mysql_query("insert into myTable(item_link , item_title ,) values('$item_link ', '$item_title ')");


mysql_close($db);
?>
Anant Kumar Singh
  • 68,309
  • 10
  • 50
  • 94
user315819
  • 29
  • 5

0 Answers0