Jump to content

[SOLVED] using post


pietbez

Recommended Posts

please help

 

using this link should increase the vote count of catagory 3 by one. what am i doin wrong?

 

http://www.website.co.uk/vote/vote.php?id=3

 

<?
include('../qazwsxedc/config.php');

mysql_connect($server,$username,$password);
@mysql_select_db($database) or die ("Unable to connect to the database");

$id=$_POST['id'];
$do=mysql_query ("UPDATE vote SET votes=votes+1 WHERE id ='$id' ");
?>

Link to comment
https://forums.phpfreaks.com/topic/128509-solved-using-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.