Recent content by xsecurit

  1. X

    mysqlnd Driver for PHP

    Hi, any updates on your plan for PHP?
  2. X

    mysqlnd Driver for PHP

    When do you apply that patch? And i would like to know where can i see the version to know the patch was installed? Thanks in advance!
  3. X

    mysqlnd Driver for PHP

    My script works well on my localhost. Please take a look below: <?php session_start(); $iptUsername=$_POST['iptUsername']; $iptPwd=$_POST['iptPwd']; if ( !$iptUsername || !$iptPwd) { header("Location:../index.php"); } require("../dbscript/config.php"); $conn = new mysqli($host, $username...
  4. X

    mysqlnd Driver for PHP

    Hi, Today when i upload a test website to host, i got this problem for login example when using OOP in PHP: Call to undefined method mysqli_stmt::get_result() The error mean mysqlnd Driver was not installed or enable in server. So i would like to know does free host support for mysqlnd Driver...
Top