This post is about data retrieving from MySQL database table using PHP. The bellow PHP script will give you HTML table output using MySQL table…
Leave a CommentTutorials / Programming tips Posts
In my recent client project, I am writing filters on data with different categories and where I need to filter data with year also, I…
Leave a CommentPublic: Public keyword declared methods and variables can be accessed from, within the class and outside the class Protected: Protected keyword limits access, it makes…
Leave a CommentThis Post is about Creating Thumbnail Images Using PHP, Thumbnails are very useful for websites it will save the bandwidth and reduce the page loading…
Leave a CommentThis Post is About Displaying IP Address in Image format, in my previous post I wrote about getting real IP Address using PHP(How to get…
Leave a CommentYou can delete files from the server with PHP’s file system function unlink() which will delete or remove the files. It can remove all type…
7 CommentsIn this post, I want to explain how to redirect the subdomain to a subfolder with .htaccess. I implemented this for demos.arjunphp.com,lab.arjunphp.com and downloads.arjunphp.com I…
1 CommentHere is the simple tutorial On Twitter Like Login Box Show and Hide effect with JQuery, You can achieve this with fewer lines of code…
Leave a CommentThis post is about Automatic Copyright Year Update, Almost nowadays most of the website include a copyright declaimer a the bottom of the page in…
Leave a CommentWe can find absolute path in different ways on a web server using PHP, I am showing some of that practices here echo realpath(dirname(__FILE__)); //…
Leave a CommentCSS3 allows web designers to specify multiple background images for box elements, using nothing more than a simple comma-separated list. Multiple backgrounds are supported by…
Leave a CommentToday’s post is about password validation in PHP using Regular Expressions. Here is the small use full Password Validation function. Password Regular Expression Pattern The…
6 CommentsHere is the simple and elegant solution to open all .pdf files in new window with jQuery.
Leave a CommentUsing the below simple html markup , you can auto refresh or reload the page. The following refreshes the page every 60 seconds.
Leave a Comment