Change Age automatically
hi guys . im new to php , is it possible to change age value in mysql automatically when year change
FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
PHP Array quick help
I need
$_SESSION{'username'} to be like this:
if $_SESSION['username'] = "gay
php + mysql count consecutive data
I have a database of values and I want to work out how to display them if the values match a consecu
Grids not displaying decimals, and behaving differently on different PCs?
Hello,
I coded a relatively simple MII application that allows data from a form to be add
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??