[PHP] function to add %20 in place of blank spaces

2001-04-16 Thread Nando2
I'm trying to remember what is the function to replace blank spaces with %20. Can anyone remind me of that? Thanks, C.F.

Re: [PHP] Forcing a dynamic created text file to be saved

2001-04-10 Thread Nando2
(text). - Original Message - From: "Brad S. Jackson" <[EMAIL PROTECTED]> To: "Nando2" <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 7:00 PM Subject: Re: [PHP] Forcing a dynamic created text file to be saved Whether the save dialog is display

[PHP] Forcing a dynamic created text file to be saved

2001-04-10 Thread Nando2
Hello all! I have a PHP4 script that produces a text file and I would like that when the user access this script the text content of it was forced to be saved meaning that when the user selects it he/she will have the save dialog form to save the text file with the filename specified in the he

[PHP] Saving a page/text file from a query

2001-04-10 Thread Nando2
Hello all, I need to display a page on text format that will be the result of a query. This page will not be saved on my server harddrive but it has to allow the user to save it to their HD. The problem is that the page has to be saved on the customer HD automaticaly (He/She should not click

[PHP] dynamic checkboxes

2001-04-10 Thread Nando2
Hello All, I'm trying to build a way to transfer my orders to a HTML page instead of using GUI that I've designed. In order to do that I need to display all the orders of the day and have checkboxes on each so that the user can select only the orders that we will process. The number of check

[PHP] is PHP sftp ready?

2001-03-20 Thread Nando2
Hello everybody, I already am familiar with PHP's ftp capabilities. My question though is if anyone has ever used or know wether PHP is compatible or not with sftp (OpenSSH secure FTP). If so, can I use the same libraries or is there any PHP extention that I must download in order to enable it.

[PHP] is PHP sftp ready?

2001-03-20 Thread Nando2
Hello everybody, I already am familiar with PHP's ftp capabilities. My question though is if anyone has ever used or know wether PHP is compatible or not with sftp (OpenSSH secure FTP). If so, can I use the same libraries or is there any PHP extention that I must download in order to enable it