anonymous
2008-10-26 01:17:46 UTC
func(para1,para2)
So, there are 2 parameters...
Now, the only issue is that even though I have the function ready with the i/p , o/p values
I want this to be kind of hidden i.e. at least one parameter to the function should not be viewable if the user does a View Source..
The para1 value can also be remote fixed value, but should be hidden to the user in some way.
Thank you.
accep