Search results

  1. A

    $_server['document_root']

    Will the following script not work on this server? include $_SERVER['DOCUMENT_ROOT'].'/includes.magicquotes.inc.php';
  2. A

    import data to mysql tables

    I get error #1148 "The used command is not allowed with this mysql version" when trying to use: 'load data local infile' to upload data to a table in my database. I'm using the format CSV using LOAD DATA and check the use local keyword, plus using appropriate field terminated, enclosed...
Top