Picture Viewer Snippet PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name:
  • Last update:
  • Platform: Windows / Linux / BSD
  • Language: PHP
  • Company: snippet (View more)

Picture Viewer Snippet script description:




Publisher review:
Picture Viewer - This is a simple picture.php file that lets you pass it the img src, the alt, the page title, and the alternate title for the image. This is a simple picture.php file that lets you pass it the img src, the alt, the page title, and the alternate title for the image. You would call it like this:picture.php?picture=pic.jpg&alt=AltText&alttitle=PicTitleForIE&title=PageTitleMake sure that spaces get replaced with and that &'s are replaced with & in all your links

if (!$_GET['picture']) { $picture = ""; } else { $picture = $_GET['picture']; } ?> if (!$_GET['alt']) { $alt = "picture"; } else { $alt = stripslashes($_GET["alt"]); } ?> if (!$_GET['alttitle']) { $alttitle = $alt; } else { $alttitle = stripslashes($_GET["alttitle"]); } ?> if (!$_GET['title']) { $title = $alt; } else { $title = stripslashes($_GET["title"]); } ?>

Back " alt="echo $alt ?>" title="echo $alttitle ?>" /> Back
Picture Viewer Snippet is a PHP script for Snippets scripts design by snippet. It runs on following operating system: Windows / Linux / BSD.

Operating system:
Windows / Linux / BSD

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5