Date: 11/30/00
- Next message: Tyson Lloyd Thwaites: "[PHP-DB] 'Best' DB for Linux/Apache/PHP?"
- Previous message: John W. Holmes: "RE: [PHP-DB] anyway to get password if encrypted by PASSWORD() ?"
- In reply to: Mattias Johansson: "[PHP-DB] Making a variable out of variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$cheese = "cheddar" . $row[1] . $row[2];
---John Holmes...
-----Original Message-----
From: Mattias Johansson [mailto:smart <email protected>]
Sent: Thursday, December 28, 2000 4:17 AM
To: php-db <email protected>
Subject: [PHP-DB] Making a variable out of variables?
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>-- 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: Tyson Lloyd Thwaites: "[PHP-DB] 'Best' DB for Linux/Apache/PHP?"
- Previous message: John W. Holmes: "RE: [PHP-DB] anyway to get password if encrypted by PASSWORD() ?"
- In reply to: Mattias Johansson: "[PHP-DB] Making a variable out of variables?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

