|
Posted by Ashok on 06/28/05 19:59
sure I will post it here.
another issue now if you have an idea.
Now, on frame.php page, first, product_id of pic is passed through url (from
product_info.php page) to this page. I query db and get the pic. Also,
below, on this page, I query db again to get frames pics, so that a frame
can be choosen. Once a frame is choosen, the page reloads (frame product_id
is passed through url this time), but as I thought, the pic product_id is
lost. So, i loose the pic and nothing shows. The script works if I tell
images/testpic.jpg.
Now what I am thinking is to write the products_image (the pic name like
pic123.jpg) to a tmp file on the server first, straight after the db query,
instead of showing it in the browser directly and then call this name again
from tmp when necessary. Any ideas if this is possible or any other solution
for this?
"Geoff Berrow" <blthecat@ckdog.co.uk> wrote in message
news:9to2c1h0gl36k3nm5nb5k7e9npqkl1a2fp@4ax.com...
> I noticed that Message-ID: <d9rb40$22e5$1@gavrilo.mtu.ru> from Ashok
> contained the following:
>
> >Yep, almost the same.
> ><?php ds ("images/".$products['products_image']."",100,"big magic") ?>
>
>
> Cool, I'd like to see it in action when you have it done.
> --
> Geoff Berrow 0110001001101100010000000110
> 001101101011011001000110111101100111001011
> 100110001101101111001011100111010101101011
[Back to original message]
|