[PHP-WIN] ASP to PHP

2005-09-08 Thread cybermalandro cybermalandro
So I have I this problem. I have asp page that has a link to a PHP page, when I click on the link I get the PHP with no problems but if I click back to the asp page and click on the PHP page I get a HTTP 500 Internal server error. If I hit the refresh button I get the php page again. The PHP pag

Re: [PHP-WIN] Re: ASP to PHP

2005-09-09 Thread cybermalandro cybermalandro
Sorry for the confusion. I am going from and asp page to a php form via a link in the asp page. In order for the user to see the PHP page the variable _VIEWSTATE has to be set as input hidden type. This variable is actually a session variable. The thing is that this value should always be the sa

Re: [PHP-WIN] Re: ASP to PHP

2005-09-09 Thread cybermalandro cybermalandro
> > -----Original Message- > From: cybermalandro cybermalandro <[EMAIL PROTECTED]> > To: Mark Rees <[EMAIL PROTECTED]> > Cc: php-windows@lists.php.net > Sent: Fri, 9 Sep 2005 11:58:30 -0500 > Subject: Re: [PHP-WIN] Re: ASP to PHP > > Sorry for the confusion. I a

[PHP-WIN] newbie XML question

2005-09-27 Thread cybermalandro cybermalandro
Hi! I need to read XML output from an URL such as " http://myfoo.foo.org/cgi-bin/foo.pl?name=12345"; using PHP4 but I am not sure how to do so and what way would be most efficient, can anybody give me some ideas? Thanks!

[PHP-WIN] php.ini ODBC errors

2006-05-05 Thread cybermalandro cybermalandro
I keep getting ODBC errors displayed to the browser although I have changed the php.ini file to error_reporting = E_ALL & ~E_NOTICE display_errors = off log_errors = on html_errors= off error_log = "c:\tmp\php-error.log" I have restarted the web server and restarted the server and the errors sti