CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 $_POST woes

Print topic Send  topic

Author Message
p3ptools

Posts: 19
Posted: 04/27/2004, 4:29 PM

Hello,
I,m attempting to intercept a form value that may arrive
by either a GET or POST method (the ccs program is designed to operate from either an ahref call or from a form action.

Unfortunately both CCGetParam is failing to retrieve the form field value as is $_POST or $HTTP_POST_VARS

the annoying thing is that performing an

while (list($var, $value) = each($_POST)) {
echo "$var = $value<br>\n";
}

will show the form value pair as being present?

any ideas? Im stumped if I cannot figure this out I,ll have to write two programs one to process the GET and one for POST.

Stephen
_________________
Sometimes the complaints will be false...
View profile  Send private message
peterr


Posts: 5971
Posted: 04/28/2004, 11:57 AM

Hi,
The response I got from our developers was the CCGetParam is commonly used in the PHP generated by CCS and it works there, therefore they are not aware of any issues related to this function.
However, they recommended that you try changing the "Superglobal Arrays" property of the project (click on the project name in Project Explorer, then look for it in the Properties window).
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.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.

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.