• Home
  • Posts
  • Code Snippets
  • Study Materials
    • Programs
      • Programming with C
    • CSE Notes
  • About
  • Contact
  • Hire Me
  • Privacy Policy
  • Terms of Use

W3Epic

Web is Awesome...

Home ยป php

Make a Cross Domain AJAX Request by JS & PHP – Tutorial

5-June-2014 by Arpan Das 6 Comments

This tutorial is all about Cross Domain AJAX Request. We will learn how to do a Cross Domain AJAX Request with both GET and POST method by using simple JavaScript and PHP with cURL, file_get_contents and fopen.


Requesting or Making AJAX Call with GET & POST Method

1-June-2014 by Arpan Das Leave a Comment

Here you will learn how to requesting / making an AJAX call with GET and POST method. Below is the minimum code required for a successful AJAX call with both GET and POST method. I’m using PHP for processing data, but you may use ASP, JSP or any other server side scripting language for that.


How to Show AJAX Loading Animation GIF Image

1-June-2014 by Arpan Das 4 Comments

Here you will learn how to show a AJAX loading animation GIF image and hide the image when loading is finished. We will modify CSS property of the loading element via JavaScript at right timing.


PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile

19-May-2014 by Arpan Das 128 Comments

Howdy folks, As I promised to you, I’m back with PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile option. This tutorial is much advanced than the previous one and it is a extension of that. If you are a beginner, then you should start reading with the previous article… [Read More]


How to Upload and Validate Files using PHP

15-March-2014 by Arpan Das 7 Comments

Howdy coders, In this post, I’m going to show you how to upload and validate files using PHP. At first we’ll need a simple HTML form with an input type=”file”, then we’ll catch the uploaded file from PHP using $_FILES[“file”]. Then we’ll validate it by extension, mime-type and file size; then process it further.


PHP MySQL Login System – A Super Simple Tutorial

31-October-2013 by Arpan Das 140 Comments

Hello everyone, In this post we are going to create a very simple PHP MySQL login system. At the beginning, we will show a registration form to users and store user given data into MySQL database. Then we will create a login page where we take username and password and let users logged in if… [Read More]


  • 1
  • 2
  • 3
  • Next Page »

Recent Posts

  • How to READ/WRITE SPI based Serial EEPROM using Arduino Uno (e.g. winbond W25X80A)
  • Utilize standalone Atmega328P without any development board like Arduino
  • e-Yantra Robotics Competition 2015 Puzzle Solver 1 GLCD – Winner from all over India!
  • DIY Universal Battery Charger Circuit with Variable Auto Cut-off Voltage
  • What is Full Bridge Rectifier and How to choose Diodes and Capacitors for it appropriately

Recent Comments

  • Arpan Das on PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile
  • ltondew on PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile
  • Charukeshi on Utilize standalone Atmega328P without any development board like Arduino
  • Yesonline Pakistan on PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile
  • Arpan Das on Setup LAN Connection to Connect Between Windows 7 & Ubuntu Systems

Archives

  • January 2019 (1)
  • September 2018 (1)
  • August 2018 (1)
  • January 2018 (2)
  • August 2016 (1)
  • January 2015 (1)
  • December 2014 (3)
  • June 2014 (5)
  • May 2014 (11)
  • March 2014 (1)
  • February 2014 (2)
  • December 2013 (1)
  • November 2013 (1)
  • October 2013 (4)
  • August 2013 (1)
  • July 2013 (5)
  • June 2013 (7)
  • May 2013 (7)
  • April 2013 (2)
  • March 2013 (1)
  • February 2013 (6)
  • October 2012 (20)

Tags

ajax android client-server college list college selector counselling css css3 diy DOM ethernet file sharing get guide homegroup html JavaScript jquery js lan Lunux microemulator MySQL online opera mini p2p pattern peer to peer php phpMailer post printer sharing programming scripting tutorial Ubuntu win 7 win 8 windows windows server 2008 win xp xhr XML XMLHttpRequest xp

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

About Me

My name is Arpan Das. I am a software engineer, software developer, programmer, computer science under graduate and blogger. I love technology and all the Internet related stuffs. I love cats & dogs. I'm also a fitness enthusiast. This website is a showcase of my works.

© 2019 · W3Epic · Designed By Arpan Das