傳遞這是我的代碼: <?php
ob_start();
session_start();
include("index.php");
if (isset($_POST['user'],$_POST['pass'])):
$con=mysqli_connect("connect info");
if (!$con){
die('Could not connec
我正在構建一個CodeIgniter網站,並試圖在控制器中使用php ABTest。 我將phpabtest.php file作爲phpabtest_helper.php保存在「helpers」文件夾中,並將其加載到控制器中。它在PHP邏輯初始化爲這樣: public function view($name)
{
$this->load->helper('phpab');