Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.

Any good recruitment affiliates around?

Status
Not open for further replies.
Joined
Apr 6, 2009
Posts
1,002
Reaction score
15
I have some good job domains that I want to develop. I am after good feed / widget / white label recruiters. Something like Simply Hired but for the UK. Any ideas? Thanks!
 
I dumped it to mysql np

Save as CSV , delimited and load mysql with

LOAD DATA LOCAL INFILE 'monster.csv' INTO TABLE 'table_name' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'
IGNORE 1 LINES
 
I dumped it to mysql np

Save as CSV , delimited and load mysql with

LOAD DATA LOCAL INFILE 'monster.csv' INTO TABLE 'table_name' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'
IGNORE 1 LINES

Thanks! I'll try this one and may serve few sites out of one MySQL database. Might do an auto-update script (time permitting).
 
Status
Not open for further replies.
Top Bottom