We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42e98 commit b686afbCopy full SHA for b686afb
wp-content/themes/canvas/track.php
@@ -2,7 +2,6 @@
2
$conn = mysql_connect('localhost','root','raspberry') or die('Could not connect.');
3
mysql_select_db('villagescience',$conn);
4
$url = $_POST['url'];
5
-$now =
6
$string = "insert into vs_track(url, time_viewed) values('".$url."', now())";
7
mysql_query($string,$conn);
8
mysql_close();
0 commit comments