I want perfom an operation like this:
If this is conditon is true
if ($Change == 'Change Password');
and this is conditon is true
if ($old == $dan);
and this is conditon is true
if ($checknewpass == $newpass)
{
Dance Up And Down
}
Instead of dance up and down i want it to say echo "Hello", so i can test if it works, i'm getting all in a tangle when i try to perform this operation, i want all three conditions to be true before it will perform the operation echo.
I know this is probably a stupid question but how do i lay this out so that it will work?
Hope you can help
Dan
Coatsy35@lycos.co.uk