RE: [PHP-WIN] Re: Automated Login

2004-04-28 Thread Ken Sanderson
You can use fsockopen() to build the HTTP header you are sending to a web site in order to mimic a post form submission. Ken -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 3:25 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Automated Login Ron He

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
After I hit send I thought of something I should have added. The beauty of doing it with PHP is that it becomes browser independent, which is likely a drawback of doing it in straight javascript like I described. Ken -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
In order to use xslt_process your PHP must also support sablotron which is the xslt extension that does the work. Looking at your bit of code you don't actually need to that in PHP or ASP, works fine in javascript. Here is a bit of code from one of my scripts that's in an html page, all javascript

[PHP-WIN] dom xml extension questions

2003-05-31 Thread Ken Sanderson
Every time I uncomment the extension line for the dom xml extension my PHP stops working, or atleast every PHP page I have times out before doing what they are supposed to, regardless if it has any domxml functions or not. I am running PHP 4.2.2. Taking a look at the manual it says you need to mov