[PHP] PHP on Windows CE

2004-10-05 Thread Tomás Liendo
I wondered if is possible to run PHP applications in a PDA with Windows CE. Do you know? Ahead of time, thak you very much, Tom. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] The session finishes unexpectedly

2003-07-28 Thread Tomás Liendo
For pasign the session variables I'm using the $_SESSION array. I am not sure if this responds your question.. Tom. Curt Zirzow [EMAIL PROTECTED] escribió en el mensaje news:[EMAIL PROTECTED] * Thus wrote Tomás Liendo ([EMAIL PROTECTED]): Hi people, I made a system in PHP wich uses sessions

[PHP] The session finishes unexpectedly

2003-07-27 Thread Tomás Liendo
Hi people, I made a system in PHP wich uses sessions. While I'm testing the system some times the session finishes unexpectedly. Some times the system works during one hour without problems but other times the system finishes after five minutes and return to the login page. I think that the

[PHP] The session finishes unexpectedly

2003-07-22 Thread Tomás Liendo
Hi people, I made a system in PHP wich uses sessions. While I'm testing the system some times the session finishes unexpectedly. Some times the system works during one hour without problems but other times the system finishes after five minutes and return to the login page. I think that the

Re: [PHP] FTP

2003-04-02 Thread Tomás Liendo
You are right! :-) Other question: When I try to put a file as an anonymous user, I always receipt this error: Permission denied on server. (Upload). Does some form exists of allowing to anonymous users upload files or it is impossible? Thank you very much, Tom. Jon Haworth [EMAIL

Re: [PHP] PHP and Front Page XP

2003-04-01 Thread Tomás Liendo
to use $f1_name, or even better $_FILES['f1']['name'] Tomás Liendo wrote: Hello people, I have the following strange problem: I designed a form with Front Page XP, and with PHP I save the fields in a MySQL data base. All fields work perfect, except one. This is a control to upload files: INPUT type

[PHP] FTP

2003-04-01 Thread Tomás Liendo
Hi people I need help with FTP functions: What's the meaning of this error?: FTP_PUT: Could not determine CWdir: No such directory. Thank you very much, Tom. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and Front Page XP

2003-03-31 Thread Tomás Liendo
Hello people, I have the following strange problem: I designed a form with Front Page XP, and with PHP I save the fields in a MySQL data base. All fields work perfect, except one. This is a control to upload files: INPUT type=file name=f1 The problem is that in the data base the value selected

[PHP] Problem with setcookie function

2003-03-26 Thread Tomás Liendo
Hi people I'm a beginner... I'm trying to pass variables between pages, I need use a variable that I get in the first page, 3 or 4 pages later on. For this I'm using the setcookie function: setcookie(name, Jhon Malbeck); The problem is that I receipt only the value Jhon Why I don't receipt all