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...
User Profile
Collapse
-
Yes vssp, The html value goes to the if($_post. How can i solve that? -
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... -
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.Leave a comment:
-
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
...
No activity results to display
Show More
Leave a comment: