Blog

Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.

Most Common Web Programming Languages

March 01, 2024

In the dynamic world of web development, choosing the right programming language is crucial for building robust and scalable web applications. With a myriad of options available, developers often find themselves pondering over which language to master or use for their projects. In this blog post, we'll delve into some of the most common web programming languages, highlighting their strengths and use cases.

Add a comment (0) 2,100 Views Read more

How to Change max_file_uploads in Plesk 11

June 25, 2014

In short, there is no way to change max_file_uploads in Plesk 11, but it can be easily done using SSH. See how...

Add a comment (0) 10,741 Views Read more

PHP Session in iFrame in Safari and other browsers.

May 27, 2014

Problem: session does not get created in the iframe from another domain. Solution is below.

Add a comment (2) 39,796 Views Read more

mysql_query deprecated as of PHP 5.5.0

March 02, 2013

mysql_query as of PHP 5.5.0, in this post you will see what is the new way of retrieving information from the database with the PHP

Add a comment (0) 14,025 Views Read more

MySQL COUNT(*) VS PHP mysql_num_rows

December 06, 2012

Here is the question of the day: What is faster way to get total number of records in the table? Answer is COUNT(*), is much faster, below you will find the test that we performed and detailed result of the test.

Add a comment (0) 12,176 Views Read more