Jump to content

mVeliki

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mVeliki's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Without mod_rewirite support, you can try to read PHP_SELF constant, in some systems it contain whole path so you can analyse it.
  2. mVeliki

    unlink??

    There is no cure against safe mode. Try to delete this file via FTP, or wait for PHP 6 where safe mode will be removed (as i read somewhere).
  3. Add in begin of script: error_reporting(E_ALL); It is posible that you tray to read that constant before you initialize it.
  4. Is it enough ? .. $Disp = mysql_real_escape_string(trim($_POST['display'])); .. .. $sql="INSERT INTO $tbl_name (Producttype, ProductNo, ProductName, Description,Price,Display) VALUES ('$Type','$ProductNo', '$ProductName', '$Description', '$Price', '$Disp')"; .. .. echo $_POST['display'];
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.