What's Here?
- Members: 149,031
- Replies: 505,380
- Topics: 79,609
- Snippets: 2,663
- Tutorials: 705
- Total Online: 1,817
- Members: 81
- Guests: 1,736
|
How to read from a .txt file, and how the infomation should be stored.
|
Submitted By: RichardSA
|
|
Rating:
|
|
Views: 9,285 |
Language: PHP
|
|
Last Modified: March 4, 2005 |
Instructions: This will read from the set .txt file in this context:
[Picture 1]
id=1
name="Test Number one!"
This will make id = $data['id']. |
Snippet
<?php
// Easy, but usefull.
foreach($downloads as $name => $data)
{
}
?>
Copy & Paste
|
|
|
Be Social
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|