Results 1 to 6 of 6
Thread: MYSQL PHP
Hybrid View
-
1st April 2008 14:45 #1Registered User
Join Date: Dec:2007
Location: BG
Posts: 2
MYSQL PHP
$db1 = mysql_pconnect('localhost', '******' , '******');
$createtbl = "CREATE TABLE `1234567890`............................ ..";
$crtbl = mysql_query($createtbl,$db1);
.
-
1st April 2008 15:09 #2
? , .
EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
1st April 2008 15:28 #3?PHP Code:
$dropTable = @mysql_query("DROP TABLE IF EXISTS `HWBG_Users`");
$createTable = @mysql_query("CREATE TABLE `HWBG_Users` (`Id` INT(100) UNSIGNED NOT NULL AUTO_INCREMENT, `Username` VARCHAR(150) NOT NULL, `Password` VARCHAR(150) DEFAULT 0 NOT NULL, PRIMARY KEY (`Id`))");
if(!$createTable) { echo "!"; } else { echo $createTable . " !"; }
-
1st April 2008 15:55 #4
-
1st April 2008 16:16 #5
-
1st April 2008 17:08 #6
, .
CREATE TABLE `1234567890`............................ ..;
, . , , , .Thre are 10 kinds of people in this world - people who know binary, and those who don't.
-, .




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in