Jump to content

OsiViper

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

OsiViper's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok, i have looked all over the internet for something like this. I just want a simple file upload script that people can upload pictures to a folder on the website and once the file upload is complete, it will display a link to the uploaded file -- i would also like to have a size limit on files if possible. Does anyone know of a script that can do this? i have found alot of upload scripts, but they are all just overly complicated for what i need.
  2. Cool, that worked :) Thanks a ton!
  3. Ok quick question with some php code and i have no idea how to have it do what i want Im retreiving these 3 vars from a previous page: $name = $HTTP_POST_VARS['Name']; $class = $HTTP_POST_VARS['Class']; $level = $HTTP_POST_VARS['Level']; Which are then emailed to me, the email contains a link to a different page what has some HTTP_GET_VARS on it http://www.webpage.cc/test.php?name=$name&class=$class&level=$level That all works out fine. My problem is, on the main page where people put the information in the textboxes, is some of the stuff they need to put spaces, commas, etc in, and in the email that breaks the link, how do i have it encode the url removing the spaces/commas/other symbols so it comes out as a whole link in the email? I know this is probably pretty simple, but im still just learning PHP
×
×
  • 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.