Archive
Blog Archives
Connecting an ASP.NET MVC Application to MySQL
Learn how to connect an ASP.NET MVC application to MySQL
User Login With WordPress using React Native
After seeing a lot of requests about this topic on Google, I’ve decided to make my own tutorial about it. So let’s get started! On the render() method of your React Native component, create a Form with input fields for Username and Password. this.state = { validating: false } render() { return ( <Container> <Content> […]
Installing MongoDB in XAMPP Windows
Install and configure MongoDB in XAMPP with Windows environment.
Using REPLACE in an UPDATE statement
This tutorials demonstrate the use of REPLACE with UPDATE function to selectively replace text inside a string in SQL Server
AJAX Multi-File Upload With Image Preview and Sort [Under Development]
Simple File upload with Preview and Sort Functionality before upload
How to do Ajax in Codeigniter
A very basic but powerful implementation of Ajax that complements Codeigniter.
Change Password using AJAX and jQuery in WordPress Front-End
The feature is easy to do using just plain PHP and HTML, but if you are like me who wants to take small bits of modules into the next level then you might probably want to check out this tutorial on how to
Adding a Simple Math Captcha to your Form in PHP
Useful Math Captcha to prevent robots from submitting automated requests