Page 23 of 58

How to Create Beautiful HTML Form Using CSS

Last updated on March 11th, 2022 at 07:57 amHere is a simple HTML registration form design with basic CSS, this make the form more attractive for users. You can also create a login form by modifying the below HTML code. When user focus on each input field this form also has ability to change border […]

How to Drag And Drop Multiple Files Upload Using PHP jQuery

Last updated on January 12th, 2023 at 10:14 amVery simple and easy to implement file uploading script using HTML5. I am not using any API here and all I use is the jQuery library. Script Features & Techniques Create HTML Form First we need to create an html page with div tag and other details. […]

How to remove child div in javascript

Last updated on February 14th, 2022 at 12:54 pmJavascript is very helpful when you want to remove child div inside a parent div. This script can be used to remove any div defined inside parent div. The script also checks whether child node has been removed and alert some message. Demo

PHP MySQL get last row of a table in database

Last updated on February 25th, 2022 at 08:15 amIf you have auto_increment field set for MySQL table then it is very easy to get details of last row in that table. I have also provided complete php code on how to get details of last n rows in a MySQL table. We have provided code […]

« Older posts Newer posts »