Ben, bir ikilem var ben bir seri ilanlar web sitesi var, ve bir reklam tıklandığında her bir php sayfa tüm ayrıntılarını gösteren gösterir.
Here I want the pictures to display also, but the thing is, I want the user to click on whatever thumbnail and the thumbnail will get resized to its real size. The coding for this is no prob.
Sorun bunu nasıl yapmalıyım, nedir?
Ben de görüntü ekrana olduğunda çağrılır ki, benim php kodu bir gölge işlevi var.
PHP ile tüm tabloları oluşturma ve sayfa HTML bölümünde onları görüntüleyen ediyorum çünkü Yani, ben javascript kullanamazsınız.
Bu gibi:
<?php $table="alot of information INCLUDING the images"; ?>
<HTML> <?php echo $table;?> </HTML>
I have thought about sending the image-paths to hidden-inputs on the html page, and then use javascript to fetch images whenever user clicks on them. BUT, the images drop_shadow function is still in PHP. Another way might be to create the dropShadow function in javascript also, but I would have to send the image-sizes to hidden inputs as well right? because javascript can't be used to get image width and height?
Herhangi bir öneriniz?
Benim Q anlamak ya da daha fazla girdi ihtiyacınız yoksa, sadece bana bildirin ve ben Q güncelleme olacak!
Teşekkürler