hi all
In my program i have to upload some gif,jpg like images and store these images in a floder. when i am display these images by giving the width=100 and height=100 the image is not dispalying clearly.
i.e. i want how i resize an image with the same clarity.
thanks in advance.
bye
User Profile
Collapse
-
thanks i will use the required codes as per the guidelines from now onwards.
thanks but it is not working.
i set the password in a session variable $_SESSION['password'] = $_POST['password'];
then in the gallery.php i wrote the following code:
[PHP]
<?php
session_start() ;
session_cache_e xpire(15);
$cache_expire = session_cache_e xpire();
if(!isset($_SES SION['password'])){... -
thanks but it is not working.
i set the password in a session variable $_SESSION['password'] = $_POST['password'];
then in the gallery.php i wrote the following code:
Read the Posing Guidelines before you post any code in this forum!! Especially the part about using the [code], [php] and [html] tags when showing code!! - Ronald
<?php
session_start() ;
session_cache_e xpire(15);...Leave a comment:
-
session time out
hi
i have a page which display all images in a floder.for accesing this page i am asking password for this.
now i have 2 files named as password.php and gallery.php.
now my requirement in if user not accessing any event form the past 15 min then i will redirect this gallery page to password.php.
No activity results to display
Show More
Leave a comment: