Jump to content

[SOLVED] Beating myself senseless over a parse error


karikamiya

Recommended Posts

okies, i have three lines of code:

 

$user_name = mysqli_real_escape_string($cxn, $_POST['user_name']);
$f_name = mysqli_real_escape_string($cxn $_POST['f_name']);
$password = mysqli_real_escape_string($cxn, $_POST['password']);

 

and i don't know how i hove broken it.

 

any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.