PHP Tutorial

Insert New Array Using PHP

In this tutorial we will create a Insert New Array using PHP. This code can insert new array when the user submitted the form input. The code use PHP SESSION to store an array object in order display the data and to send it using POST request that will be store as a new array object using array_push(). This is a user-friendly kind of program feel free to modify it. We will be using PHP as a scripting language and interpreter that is used primarily on any webserver including xamp, wamp, etc.

Dynamically Remove HTML Tag Using PHP

In this tutorial we will create a Dynamically Remove HTML Tag using PHP. This code will remove all existing html tag is a string when user click the remove button. The code use PHP POST method to call a specific function that will remove the html tag is a string with the use of preg_replace. This is a user-friendly kind of program feel free to modify it. We will be using PHP as a scripting language and interpreter that is used primarily on any webserver including xamp, wamp, etc.