its my upload form exemple
<html>
<head><h1>Uploadujte omiljene slike </h1>
<title>upload</title>
<body>
<form enctype="multipart/form-data" action="upload.php" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="3000000" />
Send this file:<br> <input name="file" type="file" />...
ok I read http://www.php.net/manual/en/features.file-upload.php
And still dont know where the file is going .
I mean ,how to write in php script, where the script put the uploaded file?
something like this
$uploadeddir="upload/";
and that folder did I put on ftp beside other files ???
hi all!
I made in html an upoload form well. But do not know how to write php script that could upload the file on server!
please help
I try a lot of code from the google.com but some thing wrong always.
I don't know for sure that the uploaded file goes to the data base or goes in some folder...
yes vacunita I mean that u wrote uphere!
so if I want to link some variable from other page i need to
use $something=$_POST['Some_variable_from_other_page'];
right????
I tryed and it works
actuali I do something like this this! This is page registration.php
<html>
<head>
<title>registration</title>
<body>
<form action="save.php" method="POST">
<table>
<tr>
<td width=90><span class=style12>Ime:</td><td width=150><input type="text" name="firsname" /></td></tr>
<tr><td...
hi all!
I got the page registration.php and another page save.php .
From registration.php if Someone insert his name and other infos,how could link that $name variable to save.php page to INSERT INTO ???
please help someone
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.