มันเป็นที่ Server หรือเปล่าครับพี่ ไม่สามารถอ่านค่า Session ได้เลยนะครับ แต่ถ้ากำหนดเป็นแบบ cookie ทำได้นะคับ
ไม่รู้ว่าตอนลง phpmyadmin บน Linux ต้องไปแก้ไฟล์อะไรหรือเปล่าครับให้สามารถอ่านค่า session ได้ครับ
Date :
18 พ.ค. 2549 23:24:24
By :
sukit
No. 3
Guest
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<?
session_start();
include('../config/config.inc.php');
mysql_connect( $host,$username,$password) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");