CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 IIS 4 & PHP 4 not generating ret_page Parameter

Print topic Send  topic

Author Message
Tom Sokolis
Posted: 03/21/2001, 2:39 PM

I am using PHP 4.0.4pl1 with IIS 4 on an NT 4.0 server with SP6a. After
generating the pages when I link to a page needing authentication, the URL
parameters does not have a value for ret_page. A successful login will
route me to the page defined in the form action field of the login page not
the original linked page.

This is not a problem if I use ASP, but ASP response is VERY SLOW on the
database I am using (15k+ records).

Any Ideas how to fix this?

Alexey Alexapolsky
Posted: 03/22/2001, 6:09 AM

> This is not a problem if I use ASP, but ASP response is VERY SLOW on the
> database I am using (15k+ records).
> Any Ideas how to fix this?
I don't understand. Do you ask a general question on how to speed up
your database+asp or something related to codecharge.
Please give more details.

--
Regards,
Alexey
CodeCharge Support




Oleg D.
Posted: 03/22/2001, 7:40 AM

> This is not a problem if I use ASP, but ASP response is VERY SLOW on the
> database I am using (15k+ records).
>
> Any Ideas how to fix this?

Hi,

As for the problem with ASP, please
http://www.codecharge.com/download/files/patterns/ASP%202.0.ccp
http://www.codecharge.com/download/files/patterns/ASP%202.0%20&%20Templates.
ccp

Thanks,
Oleg Dudko
CodeCharge

guest
Posted: 04/09/2001, 8:28 AM

I fixed this by putting this at the beginning of my Global Functions
module:

//Set Request_uri
$rstr = getenv("SCRIPT_NAME");
putenv ("REQUEST_URI=$rstr");

On Wed, 21 Mar 2001 17:40:22 -0500, "Tom Sokolis" <tsoko@gte.net>
wrote:

>I am using PHP 4.0.4pl1 with IIS 4 on an NT 4.0 server with SP6a. After
>generating the pages when I link to a page needing authentication, the URL
>parameters does not have a value for ret_page. A successful login will
>route me to the page defined in the form action field of the login page not
>the original linked page.
>
>Any Ideas how to fix this?
>
>

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.