CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 CCAddParam function

Print topic Send  topic

Author Message
Robert Little
Posted: 08/08/2004, 1:43 PM

Hello, where I can get information about the function CCAddParam?. I have searched in the help but I don't find indications about their use and the parameters that it requires.

Thank you.
klwillis


Posts: 428
Posted: 08/08/2004, 3:05 PM

::: Here's a good example - from the online help. :-)

The current page is reloaded if the status URL parameter is missing.

function Page_AfterInitialize()
{
global $FileName;

if (CCGetFromGet("status","") == "")
{
header("Location: " . $FileName."?". CCAddParam(CCGetQueryString("QueryString", ""), "status", 1) );
}

}

_________________
Kevin Willis, VP/CIO
HealthCare Information Technology Specialist
http://www.nexushealthcare.com
"Fast - Convenient - Quality-Care"

Medical Software Consulting Services
Email : klwillis@nexushealthcare.com
Skype : klwillis2006
View profile  Send private message

Add new topic Subscribe to topic   


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

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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