Toggle navigation
Menu
Home
Bug Solutions
Latest news
11:46:00 AM
Achappan Mahalingam
No comments
Tools to migrate from PostgreSQL to MySQL
Percona
MariaDB
Continuent Tungsten
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Blog Archive
July
(1)
June
(15)
May
(6)
April
(7)
March
(6)
February
(16)
January
(5)
Total Pageviews
Popular Posts
Which command is used to find the total number of php files in linux directory?
[root@achappan~] # find . -name '*.php' | wc -l
Difference between SSL, TLS, and HTTPS?
TLS is the new name for SSL. Namely, SSL protocol got to version 3.0; TLS 1.0 is "SSL 3.1". TLS versions currently defined inclu...
Sample build.xml to create war file based on eclipse directory structure
Yesterday I got a chance to write sample build.xml for one of my colleague. He has default build.xml for his project which is written by so...
Home Icons
Steps to integrate Yamm mega menu into your own bootstrap website
I am doing website design using bootstrap and a need to use mega menu instead of using list menu items in the navigation bar. For this pu...
Date Format Validation in PHP
<?php $date_of_completion = '16-03-2015'; $skip=1; ...
Escaping from HTML
Everything outside of opening and closing tags is ignored by the PHP parser which allows PHP files to have mixed content. This allows...
Why we need to use php tags?
When PHP parses a file, it looks for opening and closing tags, which are <?php and ?> which tell PHP to start and stop inte...
Restart, Start, Stop MySQL Service from Linux Command Line
To restart, start or stop MySQL server from the command line, type the following at the shell prompt… /etc/init.d/mysqld start /etc/ini...
39 Best Kept Secrets of Great Programmers
Most of the time, using inheritance is a bad object oriented design in the long run. It reduces reusability and testability of code. Con...
0 comments:
Post a Comment