Hi! I need a little help. I must create a project at school where I use jvectormap of a country and when I click on an region, I want to open a stylish pop-up window with jquery. I have the code to...
Ok, I understand. The idea is that I want every time when a visitor pressed a button to be counted and the count number to be displayed on the homepage. If you have an idea how can I make that easier...
Hi all! I need a script in javascript which is counting how many times a button was pressed and stores the count in a text file. Can anyone help me please? Thank you all!
<?php
mysql_connect('localhost', 'root', '') or die (mysql_error());
mysql_select_db('quiz') or die (mysql_error());
echo '<div id="main-quiz-holder">
<div...