hi list
this piece of code isnt working
copy("c:\\php\\uploads\\sample.txt", "d:\\neweb\\ainek\\");
can anyone give me a hint?
i am running winxp professional with iis5.1 and php 4.3
best regards
mark
Sent by Medscape Mail: Free Portable E-mail for Professionals on the Move
http://www.meds
hi list. does anyone have a clue on managing access to a script
written in perl from php? is there a way they can work together?
thanxs in advance.
mark
Sent by Medscape Mail: Free Portable E-mail for Professionals on the Move
http://www.medscape.com
--
PHP Windows Mailing List (http://www
Hi everybody:
I have php 4.3.2 running as a isapi module on WinXP with IIS 5.1.
When I run the following script:
setcookie("auth_login",$cookie_val['auth_login'],time() + 3600);
or
setcookie("auth_level",$cookie_val['auth_level'],time() + 3600);
it fails to set the cookie in browsers different o
Hi!
I'm running an apache server 1.3.24 and php 4.2.1 as a module on
win2000 professional. i just cant read the cookies from the clients
nor can the session_start, session_register and other functions of
this library.
does anyone have a solution?
thanks in advance
mark
Sent by Medscape Mail
Hi!
I'm running Apache/1.3.24 (Win32) and php 4.2.1 as a apache module on
a windows2000 professional box. everything seems to be fine but
sessions. The problem is that although it's able to write the session
information in the php/tmp directory were it's suppouse to write the
information relat