[PHP] File management.

2004-05-06 Thread Carles Xavier Munyoz Bald
Hi
Is there any php set for file management ?
The only thing I want is a set of PHP functions that allows me add and remove 
lines from a file.
Is there any thing done ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



[PHP] PHP Calendar.

2004-01-15 Thread Carles Xavier Munyoz Bald
Hi,
Is there any PHP function or set of PHP files that allows me to print the 
current month in calendar format ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



Re: [PHP] PHP Calendar.

2004-01-15 Thread Carles Xavier Munyoz Bald
El Jueves, 15 de Enero de 2004 16:42, Brian V Bonini escribió:
 On Thu, 2004-01-15 at 09:27, Carles Xavier Munyoz Baldó wrote:
  Hi,
  Is there any PHP function or set of PHP files that allows me to print the
  current month in calendar format ?

 I've seen many classes floating around that do this. Google should turn
 up something.

Yes, but Google can not return me the users experience whith this classes for 
this reason I ask here ;-)

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



[PHP] PHP browser windows control.

2003-11-17 Thread Carles Xavier Munyoz Bald
Hi,
I would like to know if it is possible to have any kind of control from php 
over the web browser openned windows.

I have the main web browser window and another soon window. 
I want to know if this windows is open. If it is not open, open it, and if is 
already open, bring it to front.
May I do it using PHP ?

I believe thah I can do it using javascript ... may someone give me a web 
address where can I get any help about this iussue ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



[PHP] File creation date.

2003-11-06 Thread Carles Xavier Munyoz Bald
Hi,
I want to write a PHP function for delete the files in a directory older than 
1800 seconds.
Is there any function for it ?

If not ...
How may I obtain the creation date of a file in PHP ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



[PHP] Get fields values from a string.

2003-10-10 Thread Carles Xavier Munyoz Bald
Hi,
I have a string with the format: field_value1:field_value2:field_value3

Is there any PHP string manipulation function to extract this values from the 
string ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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



[PHP] PHP image get.

2003-09-18 Thread Carles Xavier Munyoz Bald
Hi,
I would like to write a PHP script for request an image file to a TCP server.
The PHP script will receive as a paramter the name of the image, it will 
connect to the TCP server using a socket and request the image to it and 
store in memory.
Then the PHP script will send the in memory image to the web client that 
requested it.

Is it possible to do this with PHP ?
Any guidelines about it ?
Any example that do something like this ?

Greetings.
---
Carles Xavier Munyoz Baldó
[EMAIL PROTECTED]
http://www.unlimitedmail.net/
---

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