RE: [PHP] FW: NEED HELP (passing variable to new page)

2002-06-06 Thread Igor Portnoy
06, 2002 11:32 AM To: Igor Portnoy Subject: RE: [PHP] FW: NEED HELP (passing variable to new page) Your example works what is the problem... Thank you, RAY HUNTER -Original Message- From: Igor Portnoy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:24 PM To: [EMAIL

[PHP] FW: NEED HELP (passing variable to new page)

2002-06-06 Thread Igor Portnoy
So can anybody help me with my problem? -Original Message- From: Igor Portnoy Sent: Thursday, June 06, 2002 9:36 AM To: '[EMAIL PROTECTED]' Subject: NEED HELP (passing variable to new page) Hello, I am having hard time passing the variable to the next page. May

[PHP] NEED HELP (passing variable to new page)

2002-06-06 Thread Igor Portnoy
Hello, I am having hard time passing the variable to the next page. May be you can help me. Let me explain: I am using mySQL database to store information about images (ID, name, author, description, etc). I am pulling some of the information to create this (look at the example here: http

[PHP] Passing variable to new page and pulling the rest of info from database

2002-06-05 Thread Igor Portnoy
Hello, I am passing a variable to the new page, when user clicks on the link. Something like that: How can I extract all other information out of my database for that ID in the next page (showimage.php)? Thanks

[PHP] Passing variable to the next page

2002-06-04 Thread Igor Portnoy
Here is scenario that I am working on but have a problem. I have 10 thumbnail images on the page with information for them created from database. For example: + + + Some Image + + + Name of Image: Blah Author of

[PHP] Creating pop-up window and passing variable to it?

2002-06-04 Thread Igor Portnoy
How can I create a pop up window in my index.php (for example) when user clicks on the link and pass value of the variable from my index.php to this new window?

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor Portnoy
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I clic