What's Here?
- Members: 148,769
- Replies: 504,888
- Topics: 79,511
- Snippets: 2,661
- Tutorials: 705
- Total Online: 1,845
- Members: 83
- Guests: 1,762
|
How to read from a .txt file, and how the infomation should be stored.
|
Submitted By: RichardSA
|
|
Rating:
|
|
Views: 9,281 |
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
|