Forum Moderators: coopster
been diggin around trying to find a smart way to do this..
I got a static HTML page with some data I wanna insert it into mySQL. I ended up writing my own thing.. where I search the source and put it to sql in php... but it does not work 100%, it sometimes add weird blank spaces and such..
so I wonder if theres any existing tool / script / php source to do this that you guys might know of?
Saves me time since I dont know what its called so I dont know what to google etc.
Name : "random name here"
Location : "whatever here"
Age : "something"
and sometimes some field might be blank, maybe there´s no known location for someone etc..
so its not really same all the time :(
(note this is only an example I am not trying to setup a online dating service hehe)