User Profile

Collapse

Profile Sidebar

Collapse
Redapple
Redapple
Last Activity: Mar 22 '07, 05:39 PM
Joined: Mar 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Redapple
    started a topic Image upload problem
    in PHP

    Image upload problem

    Hello everybody,

    Im a beginner in PHP and i'm thinking how i can make more things on my own made upload script:

    Sorry if this is the wrong forum or if its not allowed to ask for script help/reqeusts.

    [PHP]
    <?php
    if (isset($_POST['uploadedfile'])) {
    if($_POST['uploadedfile'] == NULL) {
    die();
    }
    $target_path = "images/profiles/";
    $target_path...
    See more | Go to post

  • Redapple
    replied to Post error value
    in PHP
    Yes vssp, The html value goes to the if($_post. How can i solve that?
    See more | Go to post

    Leave a comment:


  • Redapple
    started a topic Post error value
    in PHP

    Post error value

    Hello everybody

    I have a script that looks like this:

    [PHP]
    <?php

    if (isset($_POST['name'])) {
    echo "$_POST[name]";
    }
    else
    {
    echo "Here the form with the insert name and submit";
    }

    ?>
    [/PHP]

    Now if a user press submit the form goes to if (isset($_POST['name'])) {

    But there is...
    See more | Go to post

  • Redapple
    replied to PHP Image Upload
    in PHP
    Sorry, I did not know that, I will keep that in mind.

    I had a script that just uploaded it to images/ but i doesnt have it anymore. Overwrote it with other sample's.
    See more | Go to post

    Leave a comment:


  • Redapple
    started a topic PHP Image Upload
    in PHP

    PHP Image Upload

    Goodmorning everybody.

    Im started using PHP yesterday and i was wondering if anybody has a fully non-bug example of a php upload script. I want to learn how to upload a image true PHP with the follow functions:

    - Rename the file once uploaded (Like random name).
    - 2,5 MB Max (I believe php is doing bytes so that will be 2500000)

    Im sorry if this is the wrong forum, But i just want to learn
    ...
    See more | Go to post
No activity results to display
Show More
Working...