Re: [PHP] Re: php and ssl

2006-05-04 Thread Schalk
Schalk Neethling wrote: Barry wrote: Schalk schrieb: Greetings All, I am currently implementing a form for a client that will run over https. Now, all is good and well except, for some reason when the form loads in IE the lock in the status bar displays for a short while and then goes away,

Re: [PHP] Re: php and ssl

2006-05-04 Thread Schalk Neethling
Barry wrote: Schalk schrieb: Greetings All, I am currently implementing a form for a client that will run over https. Now, all is good and well except, for some reason when the form loads in IE the lock in the status bar displays for a short while and then goes away, it is fine in Firefox th

[PHP] Re: php and ssl

2006-05-04 Thread Barry
Schalk schrieb: Greetings All, I am currently implementing a form for a client that will run over https. Now, all is good and well except, for some reason when the form loads in IE the lock in the status bar displays for a short while and then goes away, it is fine in Firefox though. The way

[PHP] Re: PHP and SSL Path Reference

2003-12-29 Thread Manuel Lemos
Hello, On 12/29/2003 06:37 PM, D.H. wrote: PROBLEM 1 I am trying to implement SSL with PHP. When trying to use the include() function to insert an external PHP file, I am only able to make it work in the local directory and without SSL. I believe the following calls to external files should be co

[PHP] Re: PHP and SSL Path Reference

2003-12-29 Thread Matt Grimm
In response to your first problem: "As long as allow_url_fopen is enabled in php.ini, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter. In addition, URLs can be used with the include(), include_once(), require() and require_once() statements. " http://u