Dive into the archives.
- Import CSV data
How do i import a csv file into MySQL?
FTP the csv file up to your web root, and login the PHPMyAdmin. Drop this in the ‘SQL’ box and tweak the table / field names.
LOAD DATA LOCAL INFILE ‘/importfile.csv’ INTO TABLE table_name FIELDS TERMINATED BY ‘,’ LINES TERMINATED BY ‘\n’ (field1, filed2, field3);
Browse your table.
Drink […]
- mercseller.com refreshed
The new mercseller.com launched this week.
The site is a ’shop window’ for a small bit perfectly formed bespoke matching service for classic Mercedes cars and owners.
The site has been built/designed from scratch, its key feature being a powerful search and car index which gives visitors a really easy and fast facility to locate cars of […]
- Optimisation Rarely Gets Better Than This …
I’m not really one to blow my own trumpet, but these results are so good I simply can’t resist.
Four weeks ago at the beginning of September, I launched a new web-based application - http://votewise.co.uk. The site provides election candidates a (free) platform to post there campaign manifesto, engage with voters and harvest feedback on various […]
