|
|
|
ผมของจะ echo ชื่อ username ของ joomla ให้มันแสดงยังไงครับ |
|
|
|
|
|
|
|
ลอง
print_$($_SESSION);
|
|
|
|
|
Date :
2017-10-12 17:21:28 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
มันต้องใส่ function นี้ด้วยไม่งั้นมัน error JFactory
Code (PHP)
<?php
define( '_JEXEC', 1 );
define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../' ));
require_once ( JPATH_BASE .'/includes/defines.php' );
require_once ( JPATH_BASE .'/includes/framework.php' );
$id =&JFactory::getUser();
$Adder_id= $id->id;
?>
|
ประวัติการแก้ไข 2017-10-16 11:51:57
|
|
|
|
Date :
2017-10-16 11:42:53 |
By :
natt500 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยอดเยี่ยม
|
|
|
|
|
Date :
2017-10-18 11:58:43 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|