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
~6K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for gacoekchip.pokher

hi all, help me please. CREATE TABLE `a_table` ( `id` int(11) NOT NULL, `phone` varchar(20) NOT NULL, `group` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `a_table` VALUES (1, '111', 'cd'); INSERT INTO `a_table` VALUES (2, '222', 'cd'); INSERT INTO `a_table` VALUES (3, '333', 'cd'); INSERT …

Member Avatar for veedeoo
0
141
Member Avatar for gacoekchip.pokher

Hi All, help me please!. How to create Query for my project problem. Mysql table: CREATE TABLE `outbox` ( `id` INT( 11 ) NOT NULL , `phone_number` VARCHAR( 20 ) NOT NULL , `text` VARCHAR( 160 ) NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM ; …

Member Avatar for Member #949455
0
173
Member Avatar for gacoekchip.pokher
Member Avatar for Member #949455
0
862
Member Avatar for bonsoirval
Member Avatar for gacoekchip.pokher

Hi All, Help me please...! How to get harddisk serial number and motherboard serial number using php?. Thank.

Member Avatar for gacoekchip.pokher
0
4K
Member Avatar for gacoekchip.pokher

Hi all, Help me please. i have two table: outbox and contact. condition outbox table befor query/ insert. CREATE TABLE outbox ( id int(11) NOT NULL, phone_number varchar(30) NOT NULL, message varchar(200) NOT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Contact table: CREATE TABLE contact ( id int(11) NOT …

Member Avatar for pritaeas
0
244
Member Avatar for gacoekchip.pokher

Hi all, help me please. how to protect php script that can only be installed only for the one PC?. Thank you.

Member Avatar for jbennet
0
121
Member Avatar for stupid guy

//line1 $sql="UPDATE table1 SET col2='$p' WHERE col1='$p' AND col2 IS NULL"; //line2 $sql="INSERT INTO user(u_id,u_uname, u_fname, u_lname) VALUES ('$q','$username','$fname','$lname')"

Member Avatar for gacoekchip.pokher
0
160
Member Avatar for gacoekchip.pokher

Hi all, Help me please. i have two table: outbox and contact. condition outbox table befor query/ insert. CREATE TABLE `outbox` ( `id` int(11) NOT NULL, `phone_number` varchar(30) NOT NULL, `message` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Contact table: CREATE TABLE `contact` ( `id` int(11) NOT …

Member Avatar for gacoekchip.pokher
0
149

The End.