Search found 3 matches

by blckbrry
Sat Jan 03, 2004 11:32 am
Forum: PHP - Code
Topic: Workaround for using number at beginning of variable name?
Replies: 4
Views: 419

Thanks for the suggestion,
I will try to learn some Perl. I just have never used it before!
Randall
by blckbrry
Fri Jan 02, 2004 9:39 pm
Forum: PHP - Code
Topic: Workaround for using number at beginning of variable name?
Replies: 4
Views: 419

reason for variable

I can't change the variable because the end cgi variable is processed by another company. Their cgi script is set up to receive "hidden" field variables from html Posts, and in that case having the naming "1-name" doesn't cause any problems. But I am trying to process in the back...
by blckbrry
Fri Jan 02, 2004 6:22 pm
Forum: PHP - Code
Topic: Workaround for using number at beginning of variable name?
Replies: 4
Views: 419

Workaround for using number at beginning of variable name?

Is there a workaround for using a number at beginning of variable name? I need to send variables received into my server side php page to a cgi script on another server. I can't change the variable names that I must send and they have names like: 2-name 3-name etc.... If I could use $2-name etc... t...