Hi all,
Just a quick and small project that should take a good programmer 10-15 minutes.
I need a script for the following:
Echos a button that when pressed does the following:
– Adds the users IP to a table called ‘block’ in a column called ‘user_ip’.
– Adds the value of ‘$server_id’ to the table ‘servers’ in the column ‘id’
– Adds 1 on to the current number in table ‘servers’ in the column ‘vote_count’ alongside the relevant ‘server_id’
– checks if the users IP is in the table …
