Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. veronika1982

    upload problem

    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" />...
  2. veronika1982

    upload problem

    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 ???
  3. veronika1982

    upload problem

    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...
  4. veronika1982

    variable problem

    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
  5. veronika1982

    variable problem

    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...
  6. veronika1982

    variable problem

    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

Part and Inventory Search

Back
Top