Skip to content
arpandas.in
Cool A programmer guy with a soldering iron!
  • +91-7003773253
  • +91-7003773253
  • contactarpandas.in
Follow me on:
  • Home
  • Blog
  • Code Snippets
  • Study Materials
    • B.Tech
    • Diploma
      • Programming in C (CST/3/302)
  • About
  • Contact
  1. Home
  2. Tag
  3. php

Tag: php

PHP MySQL Login Processor

arp14 June 13, 2020 PHP Tags: login, MySQL, php 0
PHP MySQL Login Processor

Read More

PHP str_replace & str_ireplace Function Alternative for JavaScript

arp14 June 13, 2020 JavaScript Tags: JavaScript, php, str_replace 0
PHP str_replace & str_ireplace Function Alternative for JavaScript

Read More

Search a string within a string using PHP stristr function

arp14 June 13, 2020 PHP Tags: php, stristr 0
Search a string within a string using PHP stristr function

Use the function below to search a string within a string. This function is case-insensitive. Use stristr for case-insensitive and strstr for case-sensitive.

Read More

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

arp14 June 5, 2014 AJAX Tags: ajax, CORS, cross domain, Cross-Origin, curl, file_get_contents, fopen, get, JavaScript, php, post, setRequestHeader, xhr, XMLHttpRequest 9
Make a Cross Domain AJAX Request by JS & PHP – Tutorial

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.

Read More

Requesting or Making AJAX Call with GET & POST Method

arp14 June 1, 2014 AJAX Tags: ajax, get, html, JavaScript, php, post 0
Requesting or Making AJAX Call with GET & POST Method

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.

Read More

How to Show AJAX Loading Animation GIF Image

arp14 June 1, 2014 AJAX Tags: ajax, animation, GIF image, html, JavaScript, loading, php 4
How to Show AJAX Loading Animation GIF Image

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.

Read More

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

arp14 May 19, 2014 AJAX, HTML, JavaScript, MySQL, PHP, Tutorial Tags: ajax, forgot password, form, html, JavaScript, login system, logout, MySQL, mysqli, online status, php, phpMailer, remember me 130
PHP MySQL Login System with Remember Me, Online Status, Forgot Password & User Profile

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... continue reading.

Read More

How to Upload and Validate Files using PHP

arp14 March 15, 2014 HTML, PHP, Tutorial Tags: file, form, php, server side validation, upload, validate 8
How to Upload and Validate Files using PHP

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.

Read More

PHP MySQL Login System – A Super Simple Tutorial

arp14 October 31, 2013 HTML, MySQL, PHP, Tutorial Tags: login system, MySQL, php 140
PHP MySQL Login System – A Super Simple Tutorial

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... continue reading.

Read More

Mobile UA (User Agent) Detection Function in PHP

arp14 July 28, 2013 PHP, Tutorial Tags: mobile detect, Mobile UA, php, ua detect, user agent 0
Mobile UA (User Agent) Detection Function in PHP

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.

Read More
  • Previous
  • 1
  • 2
  • Next

Recent Posts

  • Mobile UA (User Agent) Detection Function in PHP
    Connect Two Routers On One Home Network Using a LAN Cable
  • Mobile UA (User Agent) Detection Function in PHP
    Compile and Run C Programs in Linux using GCC Compiler
  • Mobile UA (User Agent) Detection Function in PHP
    What is Full Bridge Rectifier and How to choose Diodes and Capacitors for it appropriately
  • Mobile UA (User Agent) Detection Function in PHP
    Connect Win XP, Win 7, Win 8, Server 2008, Ubuntu with each others
  • Mobile UA (User Agent) Detection Function in PHP
    Internet Connection Sharing (ICS)

Categories

  • AJAX
  • Android
  • Arduino
  • C Programming
  • CSS
  • DIY
  • Education
  • Electronics
  • Embedded C
  • Hardware
  • HTML
  • JavaScript
  • jQuery
  • Miscellaneous
  • Mobile Devices
  • MySQL
  • Networking
  • PHP
  • Programming
  • Python
  • Robotics
  • SEO
  • Tips & Trick
  • Tutorial
  • Uncategorized
  • Windows PC
  • XML

Archives

  • June 2020
  • January 2018
  • August 2016
  • January 2015
  • December 2014
  • June 2014
  • May 2014
  • March 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • October 2012

Tags

active directory ajax android Arduino Atmega328P c css css3 diy ethernet file sharing guide homegroup html java JavaScript jquery js lan linux Lunux microemulator MySQL opera mini p2p pattern peer to peer php Prime Number printer sharing programming proxy recursion scripting server side validation tablet trick tutorial Ubuntu win 7 win 8 windows win xp XML xp

About

Arpan Das Arpan Das is a freelance software engineer/developer with two years of experience in Kolkata. Arpan specializes in home and industrial automation, embedded systems, and IoT. He also develops mobile/desktop applications, including websites for a broad range of clients.

Quick Links

  • Blog
  • Code Snippets
  • Projects
  • Contact
  • About
  • Privacy Policy

Contact

  • Hooghly-Chinsurah

  • +91-7003773253

  • +91-7003773253

  • contactarpandas.in

Follow me on

Copyright 2023 - Arpan Das