CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 i need "CCGetFromGet" 2 times...

Print topic Send  topic

Author Message
Seichobob

Posts: 55
Posted: 11/06/2007, 12:28 AM

hi,

i have the following ccgetfromget which works perfect:

CCGetSession("number_1") + CCGetFromGet("number_2",0);

in this case i have two numbers which will be added.

what do i have do do if i want to do the same with text? for example:

$Container->complete_text->SetValue(CCGetFromGet("text_1", "") + CCGetFromGet("text_2", "") );

text_1 is for example: "hello"
text_2 is for example: "world"

i have a textfield on my page and i retrieve the value for control... the result in the textfield should be: "hello world"

sorry for my bad explanation, hope you all understand...

thanks
View profile  Send private message
wkempees
Posted: 11/06/2007, 3:06 AM

  
$Container->complete_text->SetValue( CCGetFromGet("text_1", "")  . " " .   
CCGetFromGet("text_2", "")  );  

Walter

Seichobob

Posts: 55
Posted: 11/06/2007, 3:20 AM

hi walter,

thank you very much, it works :-) great :-)
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.