Jump to content

PHP not working...


Zeroshade

Recommended Posts

I'm using windows. The code can be viewed in the site given but heres just the php: [code]<?php
                                                        $picture = array (1 => 'images/blue-carry.jpg', 'images/blue-ebook.jpg', 'images/blue-front.jpg', 'images/blue-pivot.jpg', 'images/blue-side.jpg', 'images/laptop-crank.jpg', 'images/laptop-ebook.jpg', 'images/laptop-front.jpg', 'images/laptop-hands.jpg', 'images/laptop-handside.jpg', 'images/laptop-side.jpg', 'images/laptop-theater.jpg', 'images/nigeria-e-book.jpg', 'images/orange-rotate.jpg', 'images/tn-blue-pivot.jpg', 'images/yellow-carry.jpg', 'images/yellow-pivot.jpg', 'images/yellow-ebook.jpg', 'images/yellow-front.jpg');
                                                        $curPic = $_GET['id'] + 1;
                                                        if ($curPic < 20)
                                                                echo '<a href="?id='.$curPic.'"><img src="'.$picture[$curPic].'" /></a>';
                                                        else
                                                                echo '<p />End of Show';
                                                ?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/30237-php-not-working/#findComment-139037
Share on other sites

You can go to Internet information services and see

Go to control panel --> Administrative Tools --> Internet information services(IIS)

Click help and see what version if IIS you are using. Also let me know what version of PHP you downloaded.

Yes and also it can be as easy as making your page with a php extension. Went right by that one ken.

Ray

Link to comment
https://forums.phpfreaks.com/topic/30237-php-not-working/#findComment-139047
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.