Jump to content

Database reading


Sebolains

Recommended Posts

Hi, I've a very small product database I'm using for my website. The database is a simple .txt file. each field is separated from the other by a tab. I'm looking for what I need to put in this part of the code:

 

  list($ID, $name, $description)=explode('HERE',$line);

 

I know is something like \t or /t. Does anyone know?

Link to comment
https://forums.phpfreaks.com/topic/125144-database-reading/
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.