I have a form that I'm using to post to a php script that populates a MySql database. One of the form fields is a URL. I'd like to pull specific information from the URL string and use that info as a unique id in the database. Below you'll find an example of what I'm wanting to accomplish. The info I'd like to pull from the URL is in red font. It will be used as the unique product ID in the database.
Pull specific data from url string via php??
4
I have a form that I'm using to post to a php script that populates a MySql database. One of the form fields is a URL. I'd like to pull specific information from the URL string and use that info as a unique id in the database.
Below you'll find an example of what I'm wanting to accomplish. The info I'd like to pull from the URL is in red font. It will be used as the unique product ID in the database.
An example URL:
Of course it may be better to just generate a unique Product ID when populating the database. However, the numbers in the URL string are already unique. They are already specific to that product. They are generated by a separate script when the URL is generated so changing them is not an option. And keeping one set of product ID numbers for each product just seems to make sense.
Of course, if those of you with more experience than I are of the opinion that I'm trying to re-invent the wheel here, then I'll surrender to your wisdom and just generate another product ID when populating the database.
Thanks for the help,
Gene
Below you'll find an example of what I'm wanting to accomplish. The info I'd like to pull from the URL is in red font. It will be used as the unique product ID in the database.
An example URL:
Code:
h**p://somesite.com/productcategory/-a-specific-name-for-the-product
Of course, if those of you with more experience than I are of the opinion that I'm trying to re-invent the wheel here, then I'll surrender to your wisdom and just generate another product ID when populating the database.
Thanks for the help,
Gene
- maxleadford
- [ 1 ] Thanks
- gyar29
- maxleadford
Next Topics on Trending Feed
-
4