what does ":variable" mean ?
Posted: Tue May 05, 2009 9:54 am
What does it mean the ":" in front of phpro_username in the following line ?
thanks
Code: Select all
$stmt = $dbh->prepare("INSERT INTO phpro_users (phpro_username, phpro_password ) VALUES (:phpro_username, :phpro_password )");