Jump to content

make all IDs in a string.. how?


KickRocksBish

Recommended Posts

ok I need to know how to do this

 

say I have variables.. like so

 

$a[] = 12345;

$a[] = 23456;

$a[] = 35424;

 

what do I have to do to get those variables to combine the value? and make that a variable?

 

so it would be like

 

$aCompiled = 12345,23456,35424,

 

puts them in a string then I can use the variable later on in the script..

 

Link to comment
https://forums.phpfreaks.com/topic/217993-make-all-ids-in-a-string-how/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.