build table from external text source




I am completely new to PHP.

I am looking for a code snippet which would take as argument an external
text file which concists of multiple lines of 2 columns with each column
in quotes or somesuch and then generate in place a table holding that
information.

Any pointers or ideas?
.



Relevant Pages

  • RE: [PHP] PHP - Web/list Question...
    ... this is simply a demo of breaking a list up across multiple pages... ... No offense taken. ... However, now seeing what you actually asked, I would use a database to record each item the user picked and then when displaying the pages again, would check the dB first to see if the item should be noted as checked or not. ... This of course would require the user to post/get each page UNLESS you use ajax and write to the dB via a slave php script. ...
    (php.general)
  • RE: [PHP] How to Execute Multiple SQL Updates Using PHP
    ... [PHP] How to Execute Multiple SQL Updates Using PHP ... values) are being placed in the SQL query. ...
    (php.general)
  • Re: A good editor
    ... Create a macro so you ... * Multiple languages - I use UE for php, html, css, javascript, perl and c. ... I work at an advertising agency where there are all Macs. ...
    (comp.lang.php)
  • Re: [PHP] php / mysql performance resources
    ... MULTIPLE SELECTS allows you to join the data yourself, ... MULTIPLE SELECTS can be faster than a JOIN if your database is under ... PHP process to do the joining work. ... better than database servers. ...
    (php.general)
  • Re: [PHP] php / mysql performance resources
    ... MULTIPLE SELECTS allows you to join the data yourself, ... PHP process to do the joining work. ... better than database servers. ...
    (php.general)