Jump to content

Iooker

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Iooker

  1. Can anyone help me to fix this two error?

    #upload directory path
        $uploads_dir = '/images';
        #To move the uploaded file to specific location
        move_uploaded_file($tname, $uploads_dir.'/'.$pname);

    mysqli_select_db($conn, "test2") or die(mysql_error());

    Thank you !

     

×
×
  • 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.