Jump to content

phpmash

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Posts posted by phpmash

  1. My code is like as follows:

     

    $url="products.php?cat=$row[0]";

    <?php echo "<a href=\"$url\" target=\"mlist\">.$row[0]."</a>"; ?>

     

    Here "mlist" is the name of iframe used in "products.php"

    This frame loads the php file "listproducts.php".

    In listproducts.php I have the query like

    SELECT * FROM products WHERE category='$catname'

    $catname needs to be passed from previous page

     

    Still the problem exists

     

  2. I need to upload an animated/nonanimated GIF file in to my site.
    And display it in another page.
    So I want to know whether it is possible.
    First I want to know whether the image is animated or not?
    If it is not animated I want to add water mark
    If so how can we display it in my second page.
    I did it using our conventional GD method
    BUt the animated effect lost
    phpmash
  3. Presently i have a site mysite.com
    In the home page users can login.
    So I want to use a SESSION variable to store his login name and want to redirect him to user.mysite.com.
    But the session variable is not available in subdomin user.mysite.com
    In my server php.ini is not available.
    So i expect a solution thru coding(ie not using configuration file php.ini)

    Presently the problem is encountered in Firefox not in IE

    Thanks

    phpmash
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.