Hello, I have this code: $_POST['username'] = $username; $_POST['password'] = $password; userLogin($username,$password); Code (markup): And heres the function, userLogin: function userLogin($name, $pass) { echo $pass . $name; } Code (markup): But it doesn't seem to work! Any suggestions? Thanks!
Haha, i'v been coding in too much different languages lately. Forgot that the order of those make a difference. Thanks!
I was thinking c++, but I guess I was wrong, just did a little testing and it doesn't work. Coulda swore I'v done it before though. Oh well.
Just another example why you should code sober! No more jack and coke for you when your coding. (just joking around)