CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Ragnarok
<? 
$config['hostdb'] = "localhost";
$config['userdb'] = "";
$config['passdb'] = "";
$config['db_game'] = "";
$config['key'] = "SAODFIOSDFSPODIPOSIF"; //ตั้งค่ารหัสอะไรก็ได้
 
mysql_connect($config['hostdb'], $config['userdb'], $config['passdb']) or die("ติดต่อฐานข้อมูลไม่ได้");
mysql_select_db($config['db_game']) or die("เลือกฐานข้อมูลไม่ได้");
?>
by Aummua   October 26, 2010 @ 1:57pm
301 Views
no comments
 
<?php
class Ragnarok 
{
 
    var $db;
    var $error;
 
    function add_userid($userid, $user_pass, $sex, $email) {
        global $mysql;
by Aummua   February 01, 2010 @ 8:06am
595 Views
2 comments
 
<?php
header("Content-Type: text/html; charset=TIS-620");
include "config.inc.php";
include "connect_db.php";
 
    $userss = $_POST['userss'];
    $passss = $_POST['passss'];
    $passss2 = $_POST['passss2'];
    $emailss = $_POST['emailss'];
    $gender = $_POST['gender'];
by Aummua   January 17, 2010 @ 5:44am
312 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate