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...
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...
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!!
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)
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...
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...
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...
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.
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...
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...
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!
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...
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...
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...
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.
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...
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.