[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. 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 session variables forget their values for some
reason.
  Something in the PHP configuration may be? But the time is not always
the
  same.
  Well, I hope you can guide me with this problem. Ahead of time, thank
you
  very much.

 Are you using cookies or GET method for passing the session around?



 Curt
 --
 I used to think I was indecisive, but now I'm not so sure.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 session variables forget their values for some reason.
Something in the PHP configuration may be? But the time is not always the
same.
Well, I hope you can guide me with this problem. Ahead of time, thank you
very much.

Tom.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 session variables forget their values for some reason.
Something in the PHP configuration may be? But the time is not always the
same.
Well, I hope you can guide me with this problem. Ahead of time, thank you
very much.

Tom.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
 Hi Tomás,

  What's the meaning of this error?: FTP_PUT: Could not
  determine CWdir: No such directory.
^
 Are you trying to save a file in a directory that doesn't exist?

 Cheers
 Jon




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP and Front Page XP

2003-04-01 Thread Tomás Liendo
Thanks! Your help solved my problems!
Is there some form of obtaining the complete path??? I tried $f1_path, but
don't work... :-)

Thank you very much,

Tom.

Marek Kilimajer [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
$f1 is the temporary file namen your server, you need 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=file name=f1
The problem is that in the data base the value selected for the user is not
recorded. Instead of that a value as /tmp/phpd7Fski is recorded.
I don't know if my problem is Front Page, PHP or my Web server (Apache)...
As a test I printed the value of the varible $f1:
?
echo $f1
?
 This shows the following: /tmp/phpd7Fski, instead the value selected by
the user.

Well I hope somebody can help me, from already thank you very much,

Tom.











-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 for the user is not
recorded. Instead of that a value as /tmp/phpd7Fski is recorded.
I don't know if my problem is Front Page, PHP or my Web server (Apache)...
As a test I printed the value of the varible $f1:
?
echo $f1
?
 This shows the following: /tmp/phpd7Fski, instead the value selected by
the user.

Well I hope somebody can help me, from already thank you very much,

Tom.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 the string

Well, from already thank you very much,

Tom.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php