php calculate
this code echoes correctly the sum but the inserted result is 0??
Code: <?php
$TotalNum
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
Baffled by Undefined Index in Simple Array: Please Help!
Hello. I have a form which posts an array to this script. However, I can't seem to access the values
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
A rank users order by points
I want to make an insert from table 'rank' , with number (rank) from the cod blow, to fild users.ran
Required to login help
I'm trying to set up my site so users have to be logged into the forum to access the site.I've been
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur
pageination not working right... coping images over 4 pages
Code: <?php //This code will obtain the required page number from the $_GET array. Note that
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,