Yo ppl, ok a small request by me...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nebulos
Forum Newbie
Posts: 2
Joined: Tue Apr 25, 2006 7:36 am

Yo ppl, ok a small request by me...

Post by Nebulos »

Hi!

I have a small request..

I have one upload script, but the problem is that i'd like to add some more protections to it, like that you can only upload .zip files. etc.. i tried that but it didn't work :/ . anyway the upload script is here.. http://scripting.nebulos.net/index.zip k show me how to do it, k thx.

-n-


if you have something, mail me Neb@nebulos.net k thx
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Hi, welcome to the forums!

One thing you'll quickly notice is that very few of us like to just hand over code on how to do something - learning is so much more fun ;). Please tell us what you've tried (in detail) and why you think it didn't work. Posting code (with the appropriate [syntax=php],[/syntax][syntax=php], or [syntax=...] tags) will also help us help you.

I'm moving this thread to the "PHP Code" forum as well.[/syntax]
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply