YouTube Video Search And Download. !!
demo
SQL
add
this
in search.php after <?
after $vq = urlencode($vq);(line 40)
add
$keyword = mysql_query("INSERT INTO search SET keyword='".$vq."'");
if still script show errors then post it here i will solve.
Last Update : Sunday 31, October. 2010
demo
SQL
Code:
CREATE TABLE IF NOT EXISTS `search` ( `id` int(100) NOT NULL auto_increment, `keyword` varchar(100) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `search` --
this
Code:
include("config.php"); include("core.php"); connectdb();
after $vq = urlencode($vq);(line 40)
add
$keyword = mysql_query("INSERT INTO search SET keyword='".$vq."'");
if still script show errors then post it here i will solve.
Last Update : Sunday 31, October. 2010
Comment