Jump to content

phpmash

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpmash's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Where to include it? If it is in begining the entire page is displayed in the begining or is it part of iframe please provide the statement
  2. 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
  3. When click on a particular category, the corresponding products need to be opened in new window with file name products.php (Link will be http://mysite.com/products.php?catname=cat1). In this template products will be listed in an inline frame which loads the php file listproducts.php. In listproducts.php the $_REQUSET['catname'] is not available. How can I get the catname in to inline frame php page
  4. This contains pagination details & category name
  5. The following will be my link How can I extract catname variable http://mysite.com/catsearch.php?screen=5&catname=Applied%20nutrition;%20Food%20&%20drink;%20Home%20economics%20&%20family%20living&total=38
  6. I have one page which shows some book category name which is hyperlinked. If click on it, I need to display all the books in that particular category. If the category name contains a "&" symbol which can not be accessed through $_REQUEST array. What can I do to solve this problem.. thanks in Advance
  7. This captcha is working fine for my site.(http://www.white-hat-web-design.co.uk/articles/php-captcha.php) But the animated gif is more secure I think, That's why i insist on the following http://www.phpclasses.org/browse/file/16371.html regards phpmash
  8. Ho Anita, Is there any other files to be uploaded like font... pls help me
  9. I have got animated CAPTCHA gif image from the site http://www.phpclasses.org/browse/file/16371.html And I have uploaded all the files(index,image,class,funs,gifencoder class ) to my web server. But the IMage is not displaying... What are the configuration steps for it? Pls Help ???
  10. How can I create a thumbnail for animated image with animated effect?
  11. 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
  12. Can anyone help me with a code to dispaly an animated GIF image using PHP Thanking You mash
  13. Thanks Guys I could solve the problem mash
  14. From where I will get more details regarding the DB session
×
×
  • 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.