Ooops, ok, sorry.
I simplified my coding to be the following:
db file (testdb.txt):
Stuff in Field 1|n001|More Stuff in 3|Even more in four
Rec 2 in Field 1|n002|More Rec 2 Stuff in 3|Even more Rec 2 in four
Listing page:
[PHP]<?php
$fp = fopen('testdb.t xt','r');
if (!$fp) {echo 'ERROR: Unable to open file.</table></body></html>';...
User Profile
Collapse
-
Flat File DB, PHP, and charaters
Please forgive me for my newbie-ness.
I am one week into PHP and am having some minor issues.
1. Using a flat file db, is it not possible to pass the "&" sign and quotations to another page. I am not using a form and couldn't figure out how to pass info using POST.
porn site link removed - moderator
2. Is there a way to pass one field to the next page and then retrieve all...
No activity results to display
Show More
Leave a comment: