Mar 13, 2008 ·
2 minute read
phpzip
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub There aren’t many things you can’t do with PHP. One of the things you can do is deal with zip files. PHP has a built in class for dealing with zip files which allows you to create them, unpack them, add and delete things from them and generally use them within your scripts.
Read On →
Mar 10, 2008 ·
2 minute read
search engine optimisation
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub What could be more convenient than having all of your business systems integrated into one online package. No more hassles moving information from online to offline systems.
Read On →
Mar 5, 2008 ·
3 minute read
spideringecommerceproduct catalogueproduct feedscraping
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub One of the big tasks that any ecommerce retail business must undertake is the continual updating and inserting of products into the catalogue. Done one by one, this task can take a ridiculous amount of time.
Read On →
Mar 4, 2008 ·
2 minute read
search engine optimisationmod_rewriteapache
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Dynamic database driven web sites tend to use various GET variables to define which content to display on that particular page. This is perfectly normal and reasonable.
Read On →
Mar 3, 2008 ·
1 minute read
mysqlweb developmentprogramming
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Sometime in MySQL you want to copy an entire table from one database to a separate database. One example of when you would want to do this is if you are making a backup of a table before you apply some kind of processing to that table.
Read On →
Mar 3, 2008 ·
2 minute read
php
This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub This is a simple mysql query function that gives you a nice understandable error message if something goes wrong. You probably would not want this kind of error reporting on a live site, but for testing and developing its pretty handy.
Read On →