|
|
|
ถ้า code php เรียกใช้ mysql แบบนี้ แล้ว mssql จะเรียกได้มั้ยคะ |
|
|
|
|
|
|
|
ได้ครับ อิอิอิอิอิอิ
|
|
|
|
|
Date :
2010-10-20 12:57:59 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วเรียกแบบเดียวกันป่ะคะหรือต้องเขียนยังไง
Code (PHP)
<?php require_once('Connections/web18file.php'); ?>
<?
mysql_select_db($database_web18file, $web18file);
$query_Recordset1 = "SELECT * FROM table;
$Recordset1 = mysql_query($query_Recordset1, $web18file) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
เขียนกับดรีมน่ะค่ะ
|
|
|
|
|
Date :
2010-10-20 13:12:39 |
By :
hua |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมว่านะครับ ลองทำเลยครับจะได้รู้ถึงปัญหาครับ เขียนแล้วลอง run ดูเลยครับ
|
|
|
|
|
Date :
2010-10-20 13:42:34 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|