[PHP] PHP & PGP

2001-06-28 Thread Pepe Lopez
Hi there, I want to encrypt mails coming from my webform with pgp. Is it possible? regards, Lopez -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] pc/mac and ie/nav

2001-06-28 Thread richard greene
Hello all, Can anyone see what's happening here? I'm trying to pass some variables (font stuff) to a cgi script so that it will appear the same as the current theme being used. Everything seems to be working except the replacements. here's the code. Any help much appreaciated, thanks! Or would

RE: [PHP] file("http://www.php.net") error?

2001-06-28 Thread James Cox
You will also find that file(); may have been disabled - due to the possible security issues.. ie file ( /etc/shadow); or file (/etc/passwd); I believe that may apply to fopen, too. James -Original Message- From: atan [mailto:[EMAIL PROTECTED]] Sent: 23 June 2001 02:46 To: [EMAIL PROTE

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-28 Thread Bernie Kruger
I had PHP 4.0.5 ISAPI running in Win2K IIS5. It also crashed every few minutes. I switched over to CGI and now its running like a dream. Bernie Kruger "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 01062709242201.02176@linux">news:01062709242201.02176@linux... > On Tuesday 26 June 2001 2

[PHP] EMAIL to FAX

2001-06-28 Thread elias
Hi! Is there is any code or class written already that allow PHP to send emails to fax machines? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

Re: [PHP] Passing XML Doc's

2001-06-28 Thread Manuel Lemos
Hello, Niel Zeeman wrote: > > Hi there > > Is there anyway of passing a xml document to a php page as raw data. > > What I want to do is eg. > send a page a xml document and recieve a response ( in xml ) from that page. > > I could eg get the result using fopen( 'http://url.com/xml.php' , 'r'

Re: [PHP] Stopping stolen / spoofed / linked sessions

2001-06-28 Thread teo
Hi adam! On Wed, 27 Jun 2001, adam (dahamsta) wrote: > [Please copy replies off-list.] > > I want to use PHP4 sessions for authentication, but I'm having difficulty > understanding how to get around users spoofing, stealing or linking sessions. > Here's an example: Alice sends Bob a link from

Re: [PHP] Convert

2001-06-28 Thread Alva Chew
use implode("separator", $array). the separator joins the array together. For example, if you got 'cat', 'run', 'dog' in the array using implode("-", $array) will give you: cat-run-dog. Got it? regards, Alva Chew <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP] Want To Know about Databse Connection

2001-06-28 Thread Manuel Lemos
Hello, Manisha wrote: > > Hi, > > We are developing web application. The client wants it to get connected to > their central database server in USA. Web server is in Singapore. > > Web server configuration - Situated in Singapore, unix / php / mysql - > this database is only for some special

Re: [PHP] Line Breaks in

2001-06-28 Thread Alva Chew
try the function nl2br($value) regards, Alva Chew "Nathan Cook" <[EMAIL PROTECTED]> wrote in message 00cf01c0ff3d$72992160$[EMAIL PROTECTED]">news:00cf01c0ff3d$72992160$[EMAIL PROTECTED]... > Hello- > > I am selecting a value from a blob field in a mysql db. The value looks like > this: > > Tes

Re: [PHP] setting output_buffering for certain hosts or directories

2001-06-28 Thread Christian Reiniger
On Thursday 28 June 2001 02:08, Mark Maggelet wrote: > Is there any way to set output_buffering per directory or host? > I tried putting: > php_value output_buffering On > > in my virtual host, also in , , and .htaccess > the only place it seems to get noticed is in php.ini Try using php_flag ins

[PHP] Convert

2001-06-28 Thread tvkarthick
Hi How do I convert arrays to string ??. ~ Karthick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] PHP Menu.

2001-06-28 Thread Les Neste
Here's some code to include in your HTML to create the popups.