[PHP] working with images

2002-08-31 Thread stu9820
Is there a way to determine what a user clicked from a page and pull info from that page to the new page from an array? Example on one page: echo a href='test.php?picName=$lines[$i]'img src='Bid2002/$lines[$i]'/anbsp;; ? on the test.php page how do i determine which picture the user clicked

[PHP] request what a user clicked

2002-08-30 Thread stu9820
what is php's request object? like in ASP - Request(variable) Jeff UWG Student [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] request what a user clicked

2002-08-30 Thread stu9820
It's not coming from a form. will the form request still work? = Original Message From Steve Edberg [EMAIL PROTECTED] = At 03:12 PM 8/30/02 , stu9820 wrote: what is php's request object? like in ASP - Request(variable) Short answer: $_REQUEST['variable'] (for PHP

[PHP] New as of today

2002-08-29 Thread stu9820
Im new to PHP (came from ASP). I'm trying to make pictures (.jpgs) come out of a folder and display on a page. Here is my code so far: ?php $fileLoc = Bid2002/pictures.txt; $zFile = fopen($fileLoc, r); $zContents = fread($zFile, filesize($fileLoc)); fclose($zFile); echo a