PHP Prevent the Return to Login Page/Disable Back after Login

Submitted by nurhodelta_17 on
Hello. I know people are wondering how to disable back button or preventing return to login page after login. Actually there's no method to disable back or preventing return but this tutorial will teach you a simple trick by use of session. I've created a simple login in this tutorial but if you want, you can learn How to Create a Simple Login with Validation. So.

Crazy Blocks - A Simple Arcade Game for Android/IOS

Submitted by razormist on
This is a simple game that can run on Android or IOS devices. The Crazy Blocks is similar to arkanoid game that rocks the arcade style gaming. The game is simple all you have to do is to avoid the ball from the floor below. This game includes different stages, and you can all also create and edit your own stages. Try to be creative, and challenge your own stages along the way.

INSTRUCTION

1. Extract the file 2. Open the newly unzipped folder called "Crazy Blocks", then open the Assets folder and go to Scenes, then click and open "Main Menu". 3.

PHP Sending Array to URL using JSON Encode/Decode

Submitted by nurhodelta_17 on
This tutorial features a way to send array to url using json encode/decode. Of course, there are a number of ways to send array to url but for me, I found this efficient when it comes to sending arrays. Also, I've included three ways to send to url which are via href, php header and script location. So, let's get started.

Creating Sample Array

First step is to create our sample array with the 3 ways to send to url.

Import Excel Data on MySQL Database Using PHP

Submitted by anthu1510 on
Simple code to import excel data to MySQL using PHP. This all code is simple and useful for all beginners. Download and enjoy. Instructions: 1. Extract the zip file. 2. create database "excelimport". 3. Goto db folder. 4. Import "excelimport.sql" file into database. 5. Example excel file "users.xlsx" Run and enjoy. If you have any query just let me know this mail id [email protected] Thanks.

PHP Selecting MySQL Row by Category using jQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple select of MySQL row by category using jQuery. This tutorial features a select tag that whenever we change the value of a category the page or the data from table automatically change based on the chosen category or value of select tag. So, let's get started.

Creating our Database

First step is to create our database. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "category". 3. After creating a database, click the SQL and paste the below code.