hi
I am tring to pass variables in the url like this:
variables assigned to title, dataKeyAlpha and dataKeyBeta work fine but the others dataAlpha and dataBeta do not.
I am picking them up with _GET[]
It seems to have a problem passing the variables holding a value and they dont make it to the shape_cls file.
any help appreciated.
slh
I am tring to pass variables in the url like this:
PHP Code:
print '<img src="shape_cls.php?dataAlpha=$countMen&$dataBeta=$countWomen&title=Gender&dataKeyAlpha=Men&dataKeyBeta=Women">';
I am picking them up with _GET[]
It seems to have a problem passing the variables holding a value and they dont make it to the shape_cls file.
any help appreciated.
slh
Comment