Greetings.
I need to read the contents of a directory, sort it alphabetically, and
display it
i'm doing find on the reading and displaying, but can someone help me with
the sort?
$dir = opendir(".");
while ($file=readdir($dir)) {
if($file!= "." && $file != "..")
{
I second the recommendation of the WROX Professional PHP Programming book.
If database work is anywhere in your future, though, try "PHP and MySQL Web
Development" by Luke Welling and Laura Thomson. It is an EXCELLENT
reference on both PHP and MySQL, and although I own several PHP books, I
find
Can someone help me with an elementary cookie problem?
I want to capture a variable, write to a cookie, and be able to access it
from other pages.
I've done that, and it works well
BUT, if I capture the same variable a second time (with a different value),
it still remembers the first value
actually, it IS a timed test, so you cannot simply "spend all day looking up
the right answer."
BTW, if you do want to take the test, today is the last day that the exam is
offered for free ... tomorrow they start charging $20 or so for each
exam
-Original Message-
From: Mark Magge
4 matches
Mail list logo