tiaguimMember |
Last Activity: 11/13/2024 13:41
About Me
- About tiaguim
- Biography
- I'm Gud
- Location
- Portugal
- Interests
- Messing around DK servers
- Occupation
- Accounting
- Discord
- SisterFister#6323
Mentions
05/28/2018 |
00:51 - ZKDev mentioned tiaguim in post Registration.php tiaguim
INSERT INTO [TBL_USER] (column_1, column_2, column_3, column_4, column_5, column_6, column_7) VALUES (
'09101410275532',
'tiaguim32',
'12345',
'wefew',
'wefewefw',
'wefeww',
... |
Quotes
02/04/2020 |
14:47 - Deleted Posts |
14:37 - mrfizzlesticks89 quoted tiaguim in post problem client I might come back again! Let's see where do i get stuck :D
is not getting stuck client just not starting at all
I might come back again! Let's see where do i get stuck :D
Problem... |
14:21 - mrfizzlesticks89 quoted tiaguim in post problem client Damn, you are full of problems man :D! Good luck with that!ya i'm learning dud been so long i didn' work on a server been like 10 years so i don't remember
:D:D:D:D:D |
06/04/2018 |
12:39 - yarin1115 quoted tiaguim in post After 1 week! I did it! <?php
$serverName = "(local)";
$connectionInfo = array( "Database"=>"account", "UID"=>"tiaguim", "PWD"=>"1234" );
$conn = sqlsrv_connect( $serverName, $connectionInfo);
if( $conn === false ) {
die( print_r( sqlsrv_errors(), true));
}
$sql = "INSERT INTO ... |
05/30/2018 |
16:35 - Dekaron;36920520']i have similar problem because my server is a dedicate machine but i use Windows Server 2008 Enterprise x64 and all works ok. Probably you need add in Firewall a
n... |
05/28/2018 |
01:39 - iMostLiked quoted tiaguim in post Registration.php ...
include('MysqliDb.php');
$db = new MysqliDb ('localhost', 'sa', '1234', 'account');
$db->insert('TBL_USER', array(
'user_no' => '09101410275532',
'user_id' => 'tiaguim32',
'user_pwd' => '1234567',
'user_mail' => 'defdewfrwef',
'user_answer' => 'fdwefrfwefrwe',
'user_question' => 'efdwefewfewf',
'IP' => '1523615'
));
?>
Wa... |
01:28 - iMostLiked quoted tiaguim in post Registration.php ...p
include('MysqliDb.php');
$db = new MysqliDb ('localhost', 'root', '', 'account');
$db->insert('TBL_USER', array(
'user_no' => '09101410275532',
'user_id' => 'tiaguim32',
'user_pwd' => '1234567',
'user_mail' => 'defdewfrwef',
'user_answer' => 'fdwefrfwefrwe',
'user_question' => 'efdwefewfewf',
'IP' => '1523615'
));
?>
Resu... |
01:17 - iMostLiked quoted tiaguim in post Registration.php Hello! Where do i put the "MysqliDb.php" file? So i can used it in the script?
Put it next to your script in the same directory. |