Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

Category: PHP

Very Easy and Simple PHP Login and Logout Tutorial

January 4, 2019August 4, 2020 Habibie

Login and Logout is a must have feature if you are creating a website. In PHP, I can show you the basic method and mechanism of Login and Logout without any database, at this point. Watch the video tutorial here:

Basic Unity and Client-Server Request-Response with PHP

December 31, 2018August 4, 2020 Habibie

In order to make our Unity game connected to the online world, it must be able to send requests to and get responses from our server. In this tutorial you will see the basic way to make our game able to communicate to PHP server...

Simple PHP read and write to a text file

August 3, 2018August 4, 2020 Habibie

This code snippet reads a text file that if it is not existed it will create one with some text in it. Next time this code is executed, if the file existed, PHP echoes the content of the file. <?php $settingfile = “settings.txt”; $filelink =...

PHP & MySQL useful snippets

May 15, 2018March 23, 2022 Habibie

For us, working with database in web development is a mandatory task. Here in this post I’m going to list, as much as I know, PHP & MySQL snippets that I frequently use.

Inserting Arabic text with PHP into MySQL Database

May 14, 2018August 4, 2020 Habibie

We need to set the encoding of texts we store into database to UTF-8 if we work with Arabic texts. Otherwise, Arabic texts appear like ?????????? in our database.

Very easy and simple .htaccess & PHP tutorial

May 11, 2018August 4, 2020 Habibie

If you work with PHP, you notice that this URL: http://yoursite.com/index.php?post=2 is not pretty at all. There is term “Pretty URL” and a lot of tutorials how to make your URL prettier. In this post I’m going to share a few line of .htaccess codes...

Pick an Image from Android device and upload it to server using PHP

April 25, 2018August 4, 2020 Habibie

To upload an image from Android device to online server using PHP, first we need to create a PHP script to handle “post” request and store the image to a folder. So write this simple script on your server:

.htaccess tutorial : Removing .php extension

February 22, 2018August 4, 2020 Habibie

If you have a page with .php extension and you don’t want to show that extension in page’s url in address bar, you will need an .htaccess file.

A useful PHP function to use Google reCAPTCHA

February 20, 2018August 4, 2020 Habibie

This one php function snippet can return true or false value after user submitted a form with Google reCAPTCHA in it.

PHP useful snippets

February 20, 2018August 4, 2020 Habibie

This page is dedicated for a bunch of PHP useful snippets and codes that we often use it in web development.

Posts navigation

Previous 1 2 3
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • locked by CORS policy: No ‘Access-Control-Allow-Origin’ ???
  • Make your own WiFi file transfer system – Simple HTML and PHP local file upload script
  • How to install macOS Catalina in your PC or Laptop using VMWare
  • Very simple JavaScript countdown source code
  • How to make “Friend Follows Player” in Unity Game Development
  • Tutorial how to make rocket launcher shooting game in Unity
  • Useful and free light flares for your Unity game development
  • Simple Example to begin with Photon PUN multiplayer game development
  • Super Silly Simple Unity FPS WASD player movement script
  • Super simple way to load any image from URL and show it as a UI Image in Unity
  • Blinking Marker – Unity Screen Space Marker Overlay Script
  • ThirteeNov Walk Patrol C# script for creating any patrolling game object in Unity
  • Wondering why you see Chrome Cast icons on your HTML5 videos on your website?
  • How to Install VR APK during development for Oculus Quest 2
Copyright © ThirteeNov

Minimalist Theme by WPVKP.