Jump to content

b_kitty

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Female

b_kitty's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It is a LINUX server. I tried the script in XAMPP environment and it worked! But it doesn't where it should...in the LINUX server Anyway, for security reasons, the hosting guys dont allow ftp for any user..only internal users, so i need the browser version of upload for the users to upload from anywhere!
  2. sorry i couldn't reply immediately...but anyway, it didn't work :'( Anny other idea ??
  3. Ok...i am attaching it...but i am new in designing web - pages so don't get scared when you'll see my strange code lines [attachment deleted by admin]
  4. mmmmmmmm...no. But i am checking it from my FTP and no upload is happening! Maybe i should ask for the appache and php configuration files to be checked ??? By the way...thank you for your help and replys
  5. It didn't work Anyway...can i use a path like this $archive_dir = "../../Index/imazhe";????
  6. yes, i am copping the files in a directoy on the web server. My upload script is: function upload_file() { global $userfile, $userfile_name, $userfile_size, $userfile_type, $archive_dir, $WINDIR; if(isset($WINDIR)) $userfile = str_replace("\\\\","\\", $userfile); $filename = basename($userfile_name); if($userfile_size <= 0) die ("$filename is empty."); if(!@copy($userfile, "$archive_dir/$filename")) die("Nuk mund të kopjojë $userfile_name tek $filename."); //if(isset(!$WINDIR) && !@unlink($userfile)) //die ("Can't delete the file $userfile_name."); echo "Imazhi $filename u upload-ua me sukses.<BR>"; echo "<a href=mod_imazhe.php>Klioni ketu per te bere upload nje imazh tjeter</a>" ;}
  7. i checked the permission...I made them 777 ..but nothing happens Also the max size seems to be OK! ???
  8. I have a script that allows file upload. It seems like it works when i use it in my local webserver but when the scripts are transfered in a different web server, it does no long work. I think this my be a path problem, maybe something wrong with my $archive_dir value! Is there any rule on this value????? Or maybe there is something wrong with the webserver itself?! :-\ I really Hope someone could Help..!!
  9. I've got the point and i appreciate all the help but the point is that as i mentioned i have to gather information from different tables. For example..3 tables, A, B and C where B holds primary keys of A and C. now if i make a search from fields of table A then i have to search on table B based on A's ID and then in table C from C's ID in B. if i search with a field from C than it is the viceversa. so..now i am lost....:)))))..i don't know if i made the point but i tried to figure out how to build this search page that goes through 4 tables and i couldn't!!! If anyone understood what i meant...the help ME!! ::)
  10. MArk..I am a "she" not a "he"  ;D..anyway..you are right! thnx for the answers to all of you! I am working on the material Daniel0  sent to me and i will  let you know :)
  11. I have a PHP-MYSQL application and i want to create an advanced search. I have 4 tables and i want to make it possible for the user to chose from different fields and to make a search based on each field. the point is that i only know a way in which you check which field isset() end u make a search based on that. for the moment i have 5 fields so i have to make quite a lot combinations if i want to see which fields are set. I' am sure there is another way that i have to learn..can someone help me expand my horizons?!(sorry for being so begginner!!) :)
  12. THNX Daniel! I found a very nice link in that thread! The only problem is that the example was for a USB in LINUX and I need it for a CD on Windows but i'll try to adapt it for my needs! (if it was ready it would have been better ;D)
  13. I spent some time on the web and i found some SW that made it possible but i'll need to buy the licenses.  one of them was http://www.indigostar.com/microweb.htm anyway..money are not on my side..i was wondering if i could manage it for free ;D Anyway..Thnx. for the answers!
  14. i hope this will be the right place to ask---I have just finished working with a mysql-php application working properly on an Appache web server. Now, i have been required to export my application to CD's and give anyone the possibility to acces the application from the CD. The solution i got from other people was to convert everything in Access-VB but this is not what i want. Is there anny way i can avoid this solution..maybe build some configuration files etc?! I would really appreciate some help because i am feeling lost!!! ::) PLZZZZZZ.HELP me!!!!
×
×
  • 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.