Search found 3 matches

by DavidAKey
Fri Jan 09, 2004 2:56 am
Forum: PHP - Code
Topic: Array elements
Replies: 1
Views: 808

Array elements

How can a specific array element be accessed.

I have tried
$newvar = $arrayname[3];
but it doesn't seem to work.

Thanks in advance.
by DavidAKey
Thu Jan 08, 2004 7:08 am
Forum: PHP - Code
Topic: Help !! How should the IMG SRC be defined
Replies: 2
Views: 336

Many thanks Scorphus will try it out now!
by DavidAKey
Thu Jan 08, 2004 4:24 am
Forum: PHP - Code
Topic: Help !! How should the IMG SRC be defined
Replies: 2
Views: 336

Help !! How should the IMG SRC be defined

As a novice I was hoping to call upon some of the experts in this forum to offer the kind advice. I have an html form with two fields -dkfld1 & dkfld2- the form is processed by the script dkphp1.php Script dkpkp1.php creates an image using dkphp2.php <IMG SRC="dkphp2.php" > How should ...