- How can we get second of the current time using date function?
How can we get second of the current time using date function?...
- PHP Arrays
An array stores multiple values in one single variable.
What is an Array?
A variable is a storage area holding a number or text. The problem is, a variable will hold only one value.
An array is a special variable, which can store multiple values in one single variable.
If you ha...
- PHP Functions
The real power of PHP comes from its functions.
In PHP, there are more than 700 built-in functions.
PHP Built-in Functions
For a complete reference and examples of the built-in functions, please visit our PHP Reference.
PHP Functions
In this chapter we will show you h...
- ZZIPLIB Problem
Hello-I am trying to use the following code to read a zip file, and then save each file within the zip file onto my system. The web server is running RedHat, and I have ZZIPLIB installed. Could anyone shed some light on why the following code is not working?function WriteFile($outfile,$writestring){...
- ZXSpectrum "Name The Game"
Hello,As you all probably already heard before, I just created a new website withthe "Name the Game" game about the ZXSpectrum, located athttp://ntg.docaj.net.After free registration the user is shown an ZXSpectrum ingame image and hehas 5 choices to select for the name of that game.Currently we...
- ZVAL reference counter code execution
Hi all,Do I have to worry about the ZVAL overflow vulnerability if I don'tuse unserialize() in my code? Or is it used behind the scenes whetherI call it directly or not?I have a web server running PHP 4.4.4 with only one customapplication running on it. The server is dedicated to this oneap...