View Single Post
  #18  
Chojin Chojin is offline
was never good
Chojin's Avatar
Join Date: Apr 1999
Chojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contestChojin won the popularity contest
Old Jan 20th, 2007, 07:11 PM       
oaky a friend of mine helped me out already. at the top of the entry page I had to change it to:

Code:
if(isset($_POST['favorite'])) $favorite = 'y'; else $favorite = 'n';
and i had to take out the []s in the name variable so that it would no longer be an array.

Now, how do I password-protect a file or folder? I don't want other people to use my wiikitty submitter app.
Reply With Quote