Jump to content

jessebirr

New Members
  • Posts

    2
  • Joined

  • Last visited

jessebirr's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. When there are no photos uploaded i get and unidentified index notice. I get 4 of them from line 46-49. <?php // File Variables $name= $_FILES['image']['name']; $temp= $_FILES['image']['tmp_name']; $type= $_FILES['image']['type']; $size= $_FILES['image']['size']; page_form.php edit_page.php new_page.php
  2. Hi, I'm new to php freaks and php in general. I'm working on a church website, i have most of of the CMS build already. I need help with one part though. I need to upload photo to a database using php and mysql, this photo has to be displayed on the public site. The table is already made using phpmyadmin,p i have not typed any php for the photo upload form just the html. can you point me in the right direction. thanks
×
×
  • 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.