Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

Category: PHP

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
  • Unity
  • WordPress

Recent Posts

  • 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
  • Do you need an SVG code of WhatsApp logo? Here it is.
  • Unity lens flare is not working, what should I do?
  • Be careful with malicious script attacking WordPress sites
  • Useful JavaScript snippet when you are watching that online Videos
  • Some C# methods to write and read files, creating a folder and listing files inside it
  • Introducing UniCipher : encrypt your playerprefs and any string to make them unreadable
Copyright © ThirteeNov

Minimalist Theme by WPVKP.