Just a couple of small ones which I can't find an answer to.
1) Can anyone any problems in the coding of this query, its doing my head in as I've been working on PHP/MySQL all day;
2) I need to get a PHP variable across to a servlet, WITHOUT using a form. I'd imagine this rules out using a POST method, does anyone else know any way of doing this easily with minimum effort?Code:$insert = "INSERT INTO users WHERE username = '$username' ( password, email, website, location, show_email) VALUES ( '$password', '$email', '$website', '$location', '$show_email')";
E.g; $_SESSION['myvariable'] > Servlet/Applet


LinkBack URL
About LinkBacks
Reply With Quote

SCAN.care@HEXUS
