User Profile

Collapse

Profile Sidebar

Collapse
artdezine4
artdezine4
Last Activity: Feb 1 '07, 04:38 PM
Joined: Jan 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • artdezine4
    replied to Flat File DB, PHP, and charaters
    in PHP
    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>';...
    See more | Go to post

    Leave a comment:


  • artdezine4
    started a topic Flat File DB, PHP, and charaters
    in PHP

    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...
    See more | Go to post
No activity results to display
Show More
Working...