All TalkersCode Topics

Follow TalkersCode On Social Media

devloprr.com - A Social Media Network for developers Join Now ➔

Convert Bytes Into KB, MB And GB Using PHPIn this tutorial we will show you how to convert bytes to kilobytes(kb), Megabytes(MB) and Gigabytes(GB) using PHP with our simple and easy function you can also easily use this code in making bigge...

Tags - PHP,HTML | Published On - 1 Jul 23

Generate Random Password Using PHP And MySQLPassword is always be at the most risk because if your password is not strong then someone can steal your account and access all your details.Your password should have to be strong to prevent accoun...

Tags - PHP,MySQL,HTML | Published On - 1 Jul 23

Send Multiple Attachments In Email Using PHPIn this tutorial we will show you how to send multiple attachments in email using PHP and PHP Mailer Library. In this we send multiple images in email from our directory you send any file as email a...

Tags - PHP,PHP Mailer | Published On - 1 Jul 23

Generate Random Username Using PHP, jQuery And MySQLIn this tutorial we will show you how to generate random username using PHP, jQuery, Ajax and MySQL on signup.When user enter his name on signup form we show a box having random generated username ...

Tags - PHP,jQuery,Ajax,MySQL | Published On - 1 Jul 23

Get Page Loading Time Using PHPWebsite loading speed is one of the major issue in site popularity generally and also very bad for seo users don't have patience if your website takes too much time to load then users does not want ...

Tags - PHP,HTML | Published On - 1 Jul 23

Session Timeout Warning With Countdown Using PHP, jQuery And HTMLIn this tutorial we will show you how to display session timeout warning with countdown using PHP, jQuery and HTML.When user logged in using login form we display a countdown and after the countdown...

Tags - PHP,jQuery,Ajax,HTML | Published On - 1 Jul 23

Generate Short URLs Using PHP And Google APIGoogle has tons of API to make hard and complex things easy and one of them is Google URL Shortner service there is an API to generate shorted URL from long URL by passing URL value in API. So, in t...

Tags - PHP,Google API,HTML | Published On - 1 Jul 23

Generate QR Code Using PHP And HTMLQR code is also known as Quick Response code it is a 2D barcode format code it is used to store text like phone numbers, emails, address and simple text etc.In this tutorial we will show you how to ...

Tags - PHP,HTML | Published On - 1 Jul 23

Create Password Protected Webpage Using PHP, HTML And CSSIn this tutorial we will show you how to create password protected webpage using PHP, HTML and CSS.In this user have to write correct password to see the webpage content without password user will n...

Tags - PHP,HTML,CSS | Published On - 1 Jul 23

Create, Edit And Delete File Using PHP And HTMLIn this tutorial we will show you how to create, edit and delete file using PHP and HTML.By using these methods you can create any type of file, edit any file and delete any file...

Tags - PHP,HTML | Published On - 1 Jul 23