• 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

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]


Mobile UA (User Agent) Detection Function in PHP

28-July-2013 by Arpan Das Leave a Comment

This is a simple PHP function to detect Mobile UA (User Agent). You can uncomment line 24 and line 28 to get which user agents got caught by this function. Returned values are ‘mobile’ if UA is mobile and ‘computer’ if not mobile.


How to Pass Variable from PHP to JavaScript & JavaScript to PHP

28-July-2013 by Arpan Das 57 Comments

In this tutorial, I will show you how to pass a variable from PHP to JavaScript and JavaScript to PHP. It means you will be able to exchange variables between server side and client side.


How to Determine, Check & Modify File Permission with PHP

11-June-2013 by Arpan Das Leave a Comment

In this post, you will learn what is file permission, how it works, how to modify file permission, check file permission, symbolic and octal notation of file permission and more… I’ll also provide you a FREE File Permission Changer tool, written in PHP – by me.


  • 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