|
|
![]() |
#1 |
Certified Nice Person
|
I Need a Batch Import Script
As the title states, I'm looking for a batch import script (hopefully PHP) that I could modify and super glue into my link list script. I want to be able to add pipe delimited text into my database, as such:
Site 1 Title | URL | description | other shit Site 2 Title | URL | description | other shit Site 3 Title | URL | description | other shit Site 4 Title | URL | description | other shit I just checked my budget and I see that the script must cost somewhere between $00.00 and $3.95. ![]()
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
|
This is the code I use for batch importing. It takes a .txt file, parses it and inserts info into my MYSQL DB.
It needs to be rewritten (I just ripped it off one of my scripts), it'll create undeletable files on your server depending on server setting, its a bit clunky 'cause it doesn't use regexp... and you need an HTML with a form that takes files with BROWSE, but I'm about to hit the sack .. so I'll just post it. PHP Code:
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
#3 |
Internet! Is that thing still around?
|
Here's around er... $2.15 worth of PHP code that should get you started...
PHP Code:
rich
__________________
ICQ# 6820996 |
![]() |
![]() |
![]() |
#4 |
Certified Nice Person
|
I knew I should of up'd my budget to the full 5 bucks.
![]() Thanks guys.
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
|
|