MySQL DATE FORMAT AND PHP DATE TOOL
Found an interesting link that displays the code to be used in coding for mysql and php. Just select the date and the format to be used and your code statement is ready. Please follow link to check.
Found an interesting link that displays the code to be used in coding for mysql and php. Just select the date and the format to be used and your code statement is ready. Please follow link to check.
Friday, January 22, 2010
MailWatch is a frontend for MailScanner. Its written in php, Mysql and JPGraph, contains custom config module for MailScanner to log all the traffic to mysql database, obviously body of mail is not part of logging. Few Features: In/Out mail queue size, total message, spam, virus and blocked content. Drill down for almost all reports, [...]
Saturday, January 9, 2010
Check out a php tool that shows mysql queries on web interface. Its shows index usage,query cache hit rate,slow queries,table scans,tables lock waits, etc… in a beautiful way on the browser. It also provides online demo. Best part is its freeware. Please follow link to get more details on it and check for yourself.
Monday, December 28, 2009
There is an interesting article about the PHP Pagination and easy to integrate. As a developer you’ll soon find a need to paginate data when displaying contents from the database, and rather than use JavaScript which could require all the data to be loaded into the page on load, we can use PHP to ensure [...]
Tuesday, December 22, 2009
Looking for php scripts. Found an interesting link which has cool collection of php scripts. Really interesting, It has collection of php, java, Ajax and many other. Check out by visiting site .
Wednesday, December 16, 2009
PHP has now been widely used as a development platform for web-based applications. As PHP is in continued development process, we observe different enhancements in PHP itself. One of the major changes we have recently observed is the release of its new version PHP5. Now your application is developed in PHP4 and you want to [...]
Wednesday, December 9, 2009
Awstats front end in itself is really good, but if you are looking for some other front ends to see Awstats result in a different manner. You can click on link provided below to check yourself how Awstats results can be shown on different frontends. There are many but I liked below two very much. [...]
Wednesday, December 2, 2009
Wondering to figure out if there was an attempt on your site using Apache logs, you can do that using Ida. It is Intrusion Detection for Apache which scans Apache logs to detect attempts. The log format needs to be in common format. It contains plugins to find out attempts. Really a handy tool to [...]
Friday, November 27, 2009
There are hundreds of plug-ins available for the Eclipse IDE. In which few of them i have used, few ones i found interesting. Here is the list EasyEclipse for LAMP PyDev – Python Development Environment for Eclipse CFEclipse Spket IDE ATL PTI – PHP Tool Integration Skyway Builder Community Edition soapui-eclipse-plugin SMODL Development Suite Apache [...]
Monday, November 23, 2009
Want to get rss for your apache logs for quicker response to error reporting and troubleshooting. You can try error_log feed. Its a php script that generated rss for errors. Please follow link to get more details about it.
Monday, May 31, 2010
2 Comments