[PHP] String Help PLEASE!

2002-10-08 Thread Shane
Greetings gang, this should be an easy one but it's kicking my butt today. I need to build a member number in the format of -00- from an auto increment ID field from my DB. I can get the last ID value easy enough, but how the heck can I tag the new ID on to the end of the string

Re: [PHP] String Help PLEASE!

2002-10-08 Thread Robert Cummings
Shane wrote: Greetings gang, this should be an easy one but it's kicking my butt today. I need to build a member number in the format of -00- from an auto increment ID field from my DB. I can get the last ID value easy enough, but how the heck can I tag the new ID on to the end