runQuery("SELECT * FROM users WHERE user_id=:user_id"); $stmt->execute(array(":user_id"=>$user_id)); $userRow=$stmt->fetch(PDO::FETCH_ASSOC); ?> welcome - <?php print($userRow['user_name']); ?>

home   profile


User Home Page

Programming Blog Featuring Tutorials on PHP, MySQL, Ajax, jQuery, Web Design and More...

tutorial link