Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~72 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for nihinladejoe

I am new in this forum. I am a php mysql starter. please help me see what is wrong with this code: It is giving me parse error [code=php]<?php $dbhost='localhost'; $dbusername='root'; $dbuserpass=''; $dbname='users'; if (isset($_COOKIE['user'])) { echo "Welcome $_COOKIE[user]"; }else{ //connect to the mysql database server. mysql_connect ($dbhost, $dbusername, $dbuserpass); …

Member Avatar for ShawnCplus
0
72