The PHP manual describe clearly how to use the foreach without throwing an error – “The foreach construct provides an easy way to iterate over arrays. And foreach works only on arrays and objects,…” Sometimes this is hard to understand…. Continue Reading →
This is just a revision of using PHP for loop and switch conditional case statement after somebody ask me a very simple question of how to use them together today. The following PHP codes are a very typical example of… Continue Reading →
Very often, we need to use PHP to cut off or truncate a long string of words or text. A very typical example is that we have many posts in our blog or website. We wish to show the most… Continue Reading →
The followings websites have good and useful PHP scripts that may be useful in web design. PHP Login Script This tutorial shows how to : create a simple login system using PHP code on our pages, and a MySQL database… Continue Reading →
In many computer programming languages, I always use message box to trace the errors or doing trouble shooting. However PHP do not come with a message box function. It makes the trouble shooting not so convenience. Luckily I can embed… Continue Reading →
PHP is an easy-to-learn programming. PHP is a very poweful program to create dynamic and interactive web pages. In fact, many dynamic websites on the Intenet are made up with PHP. And the most important thing is that PHP is… Continue Reading →
This is quite common to get the total sum of all records of a specified field of a MySQL database table. PHP has a SQL SUM() function that allow us to get the total sum of a field easily. Assume… Continue Reading →
We will show how to use PHP interact with MySQL database with a simple example in the next page. Please click here to view PHP and MySQL Interaction Example after reading this tutorial. Many dynamic websites on the Internet are… Continue Reading →
PHP session is very useful in web page design when using in a system like member area that require users to log in with their username and password. What PHP Session Can Do? Session variables can be used to save… Continue Reading →
© 2023 GoBizNow Web Development — Powered by WordPress
Theme by Anders Noren — Up ↑
External Webpage
------------------------------------------------------
Put on webpage that click to popup external webpage
Click here to View Demo