User Profile

Collapse

Profile Sidebar

Collapse
isekhari
isekhari
Last Activity: Oct 31 '06, 06:33 AM
Joined: Oct 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • isekhari
    started a topic image resizing in php
    in PHP

    image resizing in php

    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
    See more | Go to post

  • isekhari
    replied to session time out
    in PHP
    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'])){...
    See more | Go to post

    Leave a comment:


  • isekhari
    replied to session time out
    in PHP
    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);...
    See more | Go to post

    Leave a comment:


  • isekhari
    started a topic session time out
    in PHP

    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.
    See more | Go to post
No activity results to display
Show More
Working...