Date: 12/27/00
- Next message: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Previous message: David Tod Sigafoos: "Re: [PHP-DB] anyway to get password if encrypted by PASSWORD() ?"
- Next in thread: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Reply: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Reply: John W. Holmes: "RE: [PHP-DB] Making a variable out of variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for all the responses on my previous question! Anyhow - I decided to
follow Douglas suggestion and scrap IP checking, and instead use cookies -
so I have run into another problem, of course.
How can I set a variable to be a set of variables? Let me show you:
$Row[1] = 3
$Row[2] = 5
$cheese = cheddar$row[1]$row[2]
And I want it to return cheddar35. Can this be done? If so, ho do I set the
$cheese variable?
Thanks for your help - I've learned lots of PHP so far!
/Mattias
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Previous message: David Tod Sigafoos: "Re: [PHP-DB] anyway to get password if encrypted by PASSWORD() ?"
- Next in thread: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Reply: Sam Masiello: "RE: [PHP-DB] Making a variable out of variables?"
- Reply: John W. Holmes: "RE: [PHP-DB] Making a variable out of variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

