lhekitel · Beginner

About

Username
lhekitel
Joined
Visits
0
Last Active
Roles
Registered Users
Thanked
0
Badges
0

Comments

  • ty so much it worked :)
  • <?php // Connect to the database $server = "localhost"; $dbuser = "name"; $dbpass = "pw"; $dbname = "lhekitel_accounts"; mysql_connect($server,$dbuser,$dbpass) or die ("Could not establish connec…
  • CREATE TABLE `categories` ( `catid` INT( 11 ) NOT NULL AUTO_INCREMENT , `parentid` INT( 11 ) NOT NULL , `name` VARCHAR( 255 ) NOT NULL , `description` TEXT NOT NULL , PRIMARY KEY ( `catid` ) ); i can signup and it does show names in databa…
  • Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/lhekitel/public_html/login.php on line 73 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/lhekitel/public_html/login.ph…
  • Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/lhekitel/public_html/login.php on line 73 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/lhekitel/public_html/login.ph…