Implementing the algorithm

Today, we had to test the algorithm, which we designed the previous day. I already had LAMP installed in my laptop. I created database and the tables. Then, populated the tables with rough data, so that I could test the algorithm.

Then, I implemented the algorithm in PHP. It was a lot of struggle with this language. It’s terrible to struggle with syntax sometimes  🙄.  I took help from PHP manual.

It took whole day for this task. Tomorrow, it will test this written code.

Leave a comment