[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: $zContents"; ?> I dont have database support on the server i use (school server). I have all the picture names in a text file and i want to pull out the nam

[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") > &

[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 " "; ?> on the test.php page how do i determine which picture the user clicked on? Jeff UWG Student [EMAIL PROTECTED] -- PHP General Mailing List