All TalkersCode Topics

Follow TalkersCode On Social Media

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

Create XML Sitemap Using PHPSitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site...

Tags - PHP | Published On - 1 Jul 23

Create Responsive Contact Form Using HTML And CSSResponsive UI is always a better option instead of regular fixed width UI because there are now wide variety of screen size available and to create a fixed width webpage for every screen size is a n...

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

Read XML file Using PHPExtensible Markup Language (XML) is a simple, very flexible text format it is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere.In this t...

Tags - PHP | Published On - 1 Jul 23

Import Excel File Into MySQL Using PHPIn this tutorial we will show you how to import excel file data into mysql database using PHP. Generally this process is very hard if you directly import excel file data into mysql database but now b...

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

Validate Email And Password Using jQueryValidation is always important for both website security and user personal data you have to validate each and every user entered data for eg check user email on form submission whether email is vali...

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

Upload Image From URL Using PHPIn this tutorial we will show you how to upload an image from url using PHP.You have to enter complete url of image which ends like file.jpg or any image extension and your image will be uploaded.Yo...

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

Enable And Disable Keyboard Keys Using JavaScriptIn this tutorial we will show you how to enable and disable keyboard keys using JavaScript.User can disable and enable all the typing keys on keyboard by clicking on enable and disable buttons...

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

Prevent Multiple And Duplicate Form Submission Using PHP And MySQLAfter submitting the form there are some situation when user reload the page or click on submit button again just to ensure that his data is submitted due to this we get many rows of duplicate data ...

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

Create Dynamic Form Using PHP, jQuery And MySQLIn this tutorial we will show you how to create dynamic form using PHP, jQuery and MySQL.In this if user wants to add more data in database he can add more fields in table and if he wants to delete ...

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

Block User From Visiting Website Using PHPSometimes there are some user in a website who try to break website policies, not doing things as per website guidelines, post malicious data in website, put comment on website that harm website ima...

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