Skip to content

Skylight Studios

A Web Developer's Life

Archive

Category: Studies

When working with a web development company there is always an issue arises when someone rings up and asks if they could change the way their website works, either applying a CMS back-end or changing the way the users interact with the website. The odd occasion we have been asked to replace one specialised content management system with another.

continue reading…

As my Job is an ASP developer but my hobby is PHP I am constantly clashing with many issues between the both.  I am working on a project that deals with many array loops and conditions and shifting values between the indexes. This is one of the main pitfalls when working with classic ASP. Working with arrays turns half an hour job into a whole morning because with PHP, while it is quite messy it is packed full of routines and functions to handle arrays easily and effectively such as array_map and push.

One of the jobs is to create a function splitting a textbox form values into individual variables then inserted into database.  Why? it is a long story. It feels more like reverse engineering rather than making something which was pratical. It is quite complex to sort and validate without PHP’s useful functions.