Search results

  1. V

    how do i make an image into a preloader for my webpage?

    i want to make it so that when a user visits my website, an image fades onto the screen on a black background, before going to the actual page. is there a way to do this easily with javascript/css?
  2. V

    what type of file doe PHP recognize a PDF as?

    in writing a PHP upload file, i know that the command for allowing a jpg is || ($_FILES["file"]["type"] == "image/jpeg") but what would it be for a pdf? ive gotten this far || ($_FILES["file"]["type"] == " is it an image? document? or should i just put file?
  3. V

    are there any account management systems for websites for PHP?

    all i need is an account management system. i have PHP, APACHE, and MySQL on my server already.
Back
Top