Adding variables
Posted: Wed Apr 11, 2007 10:00 pm
How do I do,
$votes=fopen("votes.txt", "r");
where inside votes.txt is just the number 1.
and then,
$votes++;
so that $votes becomes 2. When I do $votes++ it messes up
$votes=fopen("votes.txt", "r");
where inside votes.txt is just the number 1.
and then,
$votes++;
so that $votes becomes 2. When I do $votes++ it messes up