PHP5/Zend 2.0 - Resources
PHP5 Snapshots
http://snaps.php.net/
ZEND 2.0 Feature Overview and Design (PDF File
EXplanation help
Hey all,
I am still fairly new to PHP programming and I am trying to put together a page wher
Help! refer to a friend script with captcha code
Hi guys, I am posting on here in desperate need for some help with an ongoing search I have been doi
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Storing/displaying image urls in a database?
Hi
Basically I have the following scenario:
User chooses picture from list. Picture info is ad
simple ping code
been searchin the site/web and found code thats simple but doesnt work.
I have a personal we
How would I convert this into code using an if statement?
ES equals exam score m equals $mean s equals $total. I already coded my mean and total so I'm not g
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my