Jump to content

text delimiters in PHP


htmlDVWeaver

text delimiters  

  1. 1. text delimiters

    • php
      0
    • mysql
      0


Recommended Posts

Any 1 can help me with this.

 

I do have a set of data in a PDF file in the form of (first name: xxxxx, Last name: xxxx, Address, xxxx, and a lot of other info that I really don’t need..(The PDF file is about 500 sets of these fields).)  The problem here is the fields are in the following format:

 

First Name: xxxxxx

Xxxxxx (which is the last name without the label ‘Last Name:’)

Address: xxxxxxx

 

I want to write a script to go over the PDF file and extract only the three first fields (First. name, Last name and Address) to put them in a mySQL database.

 

Thanks a lot

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.