All TalkersCode Topics

Follow TalkersCode On Social Media

Send Text Message Using PHP And HTMLText Message is always be the one of the best medium to communicate with others. Nowadays many ecommerce companies uses this service to alert there users for offers and orders.It is very easy to in...

Tags - PHP,HTML | Published On - 15 Apr 22

Read HTML From Text File Using PHPIn this tutorial we will show you how to read HTML content from a text file using PHP.In this we read a text file which is present in our folder and have HTML contents by using this method it will a...

Tags - PHP,HTML | Published On - 15 Apr 22

Create Simple Web Crawler Using PHP And MySQLWeb crawler is used to crawl webpages and collect details like webpage title, description, links etc for search engines and store all the details in database so that when someone search in search en...

Tags - PHP,MySQL,HTML | Published On - 15 Apr 22

Add Spell Checker In Your Webpage Using jQueryWhen you are publishing any content on anywhere whether it is online or offline you have to make sure your content is write and does not contain any spelling mistake because it gives a negative impa...

Tags - jQuery,HTML | Published On - 15 Apr 22

Get Visitor Details Using PHP And HTMLIn this tutorial we will show you how to get and display visitor details using PHP and HTML. We get details like visitor ip address, what page visitor current visiting, what webpage visitor come from...

Tags - PHP,HTML | Published On - 15 Apr 22

Currency Converter Using PHP And Google APIIn this tutorial we will show you how to convert currency using PHP and Google API.User just have to enter amount and select amount currency and select currency he wish to convert on...

Tags - PHP,Google API,HTML | Published On - 15 Apr 22

Convert Seconds Into Minutes And Hours Using PHPIn this tutorial we will show you how to convert seconds into minutes and hours using PHP...

Tags - PHP,HTML | Published On - 15 Apr 22

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 - 15 Apr 22

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 - 15 Apr 22

Live Preview Using jQueryLive preview is the live display of any kind of text like code etc in a textbox with proper formatting.When user write something a small box will appear and display the text as user write. So, in th...

Tags - jQuery,HTML | Published On - 15 Apr 22