Help please - How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
PHP Captcha Error help - replace the "die" command
Hi All,
I am after a bit of help with a Captcha spam protection box.
The site gave me
Reading waves
Hi,
I am trying to find a way of finding the highs and lows on a graph line, the line points
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
How do I use a global footer..?
If my index.php has a bole bunch of if functions and exit's in them
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
Values disappear from my array :( HELP!
hey all, I have a lil mysql/php/apache script that queries a database
and pulls put 5 integers.
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??