Jump to content

sgs

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by sgs

  1. Ok, these is the variables which are included in the "index.php" file to include other files easily here is my three files:
  2. Sir, I've created a php file which creates a MySQL table named 'features' in the 'sgs_sgpaste' database. But when I'm running the php file to create the table, I'm getting an error. The error is: So, I want to know that, why these error occures! And how I can solve the problem. Here is the url of the file: www.sgservices.tk/sgpaste/install/create_tables.php
  3. I've created a php file which creates MySQL Tables. I've added a error variable and a success variable, $err[]=Error messages, $ok[]=Success messages. When running the file I'm neither getting the erro messages nor the success messages. So, can anyone fix my code? Here is my full php script: http://www.pastebin.com/zDEXR06h
  4. Ok. Can I create a custom php.ini file?
  5. I've create a php file named "lint_php.php" which need to call the passthru() function. But after calling the passthru() function, I'm getting the following error message from php: So, I've created a php.ini file to enable the passthru() function on the "/home/sgs/public_html/" folder and as well as on the same directory where my "lint_php.php" file is located, and also I've created a ".htaccess" with following contents to set the config path. The content of htaccess: but it still giving the error message listed above at first. So I want to know that, how to fix the problem... Please help me as soon as possible.
×
×
  • Create New...