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
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
>
> -----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
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!
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