Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Empty Form Field Validation? Reply To: Empty Form Field Validation?

#160205
MBM
Participant

I’ve copied you code again just in case. I get :

Notice: Undefined variable: DBhost in connectPDO.php on line 19 Array

Which is :

$conn = new PDO( "mysql:host=$DBhost;dbname=$DB_name",$DB_user,$DB_pass );