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 strongm 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: *

  • Users: vlakas1981
  • Order by date
  1. vlakas1981

    uploading with ftp functions problem

    no can do! my isp says it is stable, so it is good!! any way around that then?? any other way to upload a file in a directory at the server where my web page is?? i tried the normal way (http file upload) but i have no write permissions to the server from the php scripts. any way to submit...
  2. vlakas1981

    uploading with ftp functions problem

    i can ftp with an ftp client to the remote server from anywhere, including the machine viewing the ftp page. the settings are the default timeout settings (90 secs i think). when connecting from an ftp client the connection is immediate, so i don't think this is the problem. the problem is...
  3. vlakas1981

    header problem

    when using headers youould make sure that nothing else prints out to the screen before the header() function. check for echo() commands and errors.
  4. vlakas1981

    uploading with ftp functions problem

    yes i can resolve the address (i have even tried to use the ip address directly, and the gethostbyname function), and i can connect via an ftp client to the server. any other suggestions?? this is really becoming a nightmare!!
  5. vlakas1981

    uploading with ftp functions problem

    yes, i even have the option of using my own php.ini file. i have also checked and the ftp functions are supported (i used the phpinfo() function and the ftp library shows up)
  6. vlakas1981

    get data from a java applet from the client

    thanks everyone for your answers, it seems that i haven't pointed out a couple of things: 1. the applet i want to contact doesn't run on my page, so i guess this liveconnect won't work (i took a look at the page and it only speaks about the same page) 2.the data i want to send in and out of...
  7. vlakas1981

    get data from a java applet from the client

    i know it is overcomplicated!! i have spent some time and this is the solution that i think i should use-the dll won't be anything special. however this is the problem: i have an applet that is used to interact with a card reader. the applet sends data to the server from which it is downloaded...
  8. vlakas1981

    get data from a java applet from the client

    Hello all, i'm not sure if this is the correct place to post this, but here it goes: i need to get data from a java applet that is running on the client machine and get it to my php form. the code to do this cannot be implemented in the applet, only sth like an "include" can be...
  9. vlakas1981

    Library item won't insert correctly!

    maxformed thanks for your answer, but it wasn't the solution to my problem. lebisol helped me out. the problem was in the code. some javascript needed to be changed. the library item had not all the javascript it needed, you had to copy it manually.
  10. vlakas1981

    Library item won't insert correctly!

    yes, that's right! thanks to lebisol however :) i'll give him a star for his help!!
  11. vlakas1981

    Library item won't insert correctly!

    i don't want to use frames for 2 reasons: a) i've heard they cause some problems with search engines and their rankings and b) i have developed my site so as not to have problems due to screen resolutions and i don't know what happens when you use frames. Thanks for your answer but i 'd like...
  12. vlakas1981

    Library item won't insert correctly!

    Hello to all, I have a fireworks image with buttons and pop-up menus, which i use as a navigation bar. The problem is that i have to change it often and i don't want to go through all my site's pages inserting it all the time. I tried to make it a library item, but when i drag & drop it, it...
  13. vlakas1981

    batch update fireworks image code in dreamweaver pages

    Hi everyone! I still have a problem! The library item now! Please take a look at the new thread i have started! Thanks in advance
  14. vlakas1981

    batch update fireworks image code in dreamweaver pages

    thank you for your time! replace is not an option because i have to replace about 200 lines of code! i will however try the library thing (which i haven't yet used but i think i will find my way!) i'll let you know if there is any other problem. Thanks again!
  15. vlakas1981

    batch update fireworks image code in dreamweaver pages

    hello everyone, i need to change often my fireworks image, which i use as a navigation bar with links and pop-up menus. i have inserted it in every page of my site (the code is in each page's html code) and my problem is that i have to cut and paste in every single page of my site the new...
  16. vlakas1981

    download script problem

    yes i have. i also have tried application/save but to no differrent result. i have noticed that this problem is not always the same. for no obvious reason some filenames appear correctly in the text box, but others do not. the filename in the messagebox however is always wrong, it is the name of...
  17. vlakas1981

    download script problem

    hello everyone. i have a problem with my download script. it gets the filename and file from a mysql database, but when downloading the name seen in the download msgbox is the name of the url, and the filename given as default is an invalid, not having the correct extension, which ends up in...
  18. vlakas1981

    printing in php

    i think you'd like to try using javascript. php has no such options, since printing will not occur at the client, but at the server machine. (at least that's what i've understood). and the pronting capabilities of php are limited to windows users.
  19. vlakas1981

    mail with attachment from the server

    try the phpmailer class phpmailer.sourceforge.net/phpmailer
  20. vlakas1981

    DELETE FROM problem, is it php's fault?

    Hi everyone, I have encountered a problem in my only use of a DELETE statement. Here is the code: $deleteSQL="DELETE FROM temp_professors WHERE id='$id'"; mysql_select_db($database_sadaes, $sadaes); $Result2 = mysql_query($deleteSQL, $sadaes) or die(mysql_error()); note that in the...

Part and Inventory Search

Back
Top