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

 Hidden Parameters in GET or POST

Print topic Send  topic

Author Message
datadoit.com
Posted: 07/26/2004, 2:53 PM

I've seen this solution in this forum before - just can't seem to find it
now.

I'd like to be able to hide URL parameters, but still use them. :-)
CCGetFromGet() I suppose to retrieve, but how do I send them hidden?

TIA.

datadoit.com
Posted: 07/26/2004, 2:54 PM

Oops. CCS, PHP4 and MySQL4 on Apache 2.

Damian
Posted: 07/26/2004, 6:15 PM

What parameters are you trying to pass?
You can get details about current logged in user, but I dont know about
other paramters.


"datadoit.com" <mike@datadoit.com> wrote in message
news:ce3uip$pbs$1@news.codecharge.com...
> Oops. CCS, PHP4 and MySQL4 on Apache 2.
>
>

dataobjx


Posts: 181
Posted: 07/26/2004, 7:00 PM

If you don't want to pass the params in the URL, you have three choices

You could write cookies - bad idea
You could use hidden fields on the requesting page and then perform a Request.Form("txtHiddenField") rather than Request.Querystring("name"), Or
You could use Session Variables
_________________
www.DataObjx.net
www.mydigitalapps.com
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.

MS Access to Web

Convert MS Access to Web.
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.