Maybe I'm over simplfying this, but why don't you just populate your web page HTML objects from your DB after fetching their values? I would just populate your HTML objects directly from the DB fields; something like this:
Code:
$frm_name = $php_row->name;
Leave a comment: