ExpertWebHost.TOP: guides on hosting issues

  • Why apple-touch-icon png files are being added to your public_html folder?

    Four unknown apple-touch-icon png files! You may have noticed that if you have a hosting account with ExpertWebHost.NET, your public_html folder may show a few un-known(files that you did not upload or your script like wordpress did not include) png image files each of around 3kb size. Typically, the names of these four png image…

  • SQL : Searching a value in all columns of a table

    To search for a value in a specific data field(column) of a database table using SQL, you can use the SELECT statement with a WHERE clause to filter the results based on your search condition. Here’s an example: But, when you need to search for a value in multiple data fields(columns) of a table you…

  • Understanding Basic PDO in PHP

    PHP PDO (PHP Data Objects) is an easy to understand and use feature in PHP programming. To use PHP PDO in your local php-mysql installation or shared hosting based on CPanel, DirectAdmin or any other control panels, you need to follow these steps: Establish a Database Connection with your database manager(like mysql, oracle etc): Executing…

Got any book recommendations?