This might be a silly question, but is there some reason you don't use an array? Something like:
$question[1]['text']="anything good has happened since our product was used"; $question[1]['answer']=$response; where response is what is typed into a form (Im assuming it's for a form - possibly a bd assumption). that way, you have more flexibility, and are not hard coding odd variable names. (unless, you're using variable variable,s, inwhich case this is a moot point). Did I qualify that response enough? ;-) M --- Bob <[EMAIL PROTECTED]> wrote: > Re: the link you gave, there is no limit to a variable name. > These $vars are generated by some site program they are using. > Once the page is generated, it stops like that unless they run the > program again and add another item to the form later. > As they never look at the php, I won't bother saying anything to > them. > Thanks. > > > ----- Original Message ----- > From: "Patrick Bierans" <[EMAIL PROTECTED]> > > > They sould have replaced spaces by underscore to make it more > readable. ;) > > > > This is one of the "I don't want to think"-examples. Maybe they > should write > > an extract out of it and name the var with that: > > $anything_good_has_happened_since_our_product_was_used - this > would be the > > maximum I would allow as a teamleader. > > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> > <font face=arial size=-1><a > href="http://us.ard.yahoo.com/SIG=12h466mlk/M=362131.6882499.7825260.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123843294/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org > ">Get Bzzzy! (real tools to help you find a job) Welcome to the > Sweet Life - brought to you by One Economy</a>.</font> > --------------------------------------------------------------------~-> > > > Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > > Shortcut URL to this page: > http://groups.yahoo.com/group/php-list > Yahoo! Groups Links > > > > > > > Mark Weinstock [EMAIL PROTECTED] *************************************** You can't demand something as a "right" unless you are willing to fight to death to defend everyone else's right to the same thing. *************************************** ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hagb3nl/M=362131.6882499.7825260.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1123859900/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
