PHP

PHP Type Casting

Submitted by joken on
In this tutorial, we’re going to discuss about PHP Type Casting. We can call Type casting or Type Switching or Type Juggling. The idea here is that, out of all types we’ve been working in PHP such numbers or strings, we can actually switch from one type to another. To start this application lets create a new PHP file called “typecasting.php”. And add the following code. The PHP code below is trying to combine the string value of 10 to 4. Then we echo the variable value and it returns 14 meaning it will able to perform a mathematical operation.

Keep Playing Music Store Website

Submitted by Jazziro on
> I created this website for my school project, be free to use it anyway you like as reference. Created by: L.N Masubelele aka "Jazziro" & Busisiwe Mabaso Project led by: Jazziro ##################################################### Functions: -) User registration -) User login -) Change dassword -) Update user details -) Restrict access to unregistered users --------------------------------------

PHP/MySQLi Creating a Forum - Part 13 - Users & Registering

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 12 - Listing Messages and Threads Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. This part will be covering users. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

PHP/MySQLi Creating a Forum - Part 13 - User Page #3 - Sending Messages

Submitted by Yorkiebar on
Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this thirteenth part, We will be continuing our user page, more precisely, we will be adding a message form for the logged in user to contact the specified user. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.