Jump to content

[SOLVED] PHP to pull infor From MySQL and create a text file name


woocha

Recommended Posts

Hey Guys...

 

I have a quick question and I am hoping you can help...  I am pulling data from a Mysql DB and the code looks like this:

$file1 = $r['item_numb'];

this works just fine but I need to concat and extension to $r['item_numb']; so that if $r['item_numb']; equates to 210210, I need $file1 toe be 210210.txt

 

This way I can take a piece of information from a db and turn it into a file name.

 

Thank you

 

 

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.