Server IP : 172.16.15.8 / Your IP : 3.142.200.102 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/wrlainezmolina/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php if ($CarName == "Ford Mustang EcoBoost"){ print '<A href="https://www.ford.com/cars/mustang/models/ecoboost-fastback/" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/1.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Toyota 86"){ print '<A href="https://www.toyota.com/86/" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/2.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "BMW 2 series 230i Coupe"){ print '<A href="https://www.bmwusa.com/vehicles/2-series/coupe.html" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/3.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Audi A5 2.0T Premium Quattro Coupe"){ print '<A href="https://www.edmunds.com/audi/a5/2018/coupe/" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/4.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Dodge Challenger GT"){ print '<A href="https://www.dodge.com/challenger.html" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/5.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Nissan 370Z w/Sports Package"){ print '<A href="https://bit.ly/2IlmNVc" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/6.JPG" alt="Ford Mustang EcoBoost" width="900" height="600">'; } elseif ($CarName == "BMW M2"){ print '<A href="https://bit.ly/2jGi8z6" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/7.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Infiniti Q60 3.0T Coupe"){ print '<A href="https://bit.ly/2jGAdNy" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/8.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Chevrolet Camaro SS Coupe"){ print '<A href="http://www.chevrolet.com/performance/camaro-sports-car" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/9.JPG" alt="Ford Mustang EcoBoost" width="1000" height="600">'; } elseif ($CarName == "Ford Mustang GT"){ print '<A href="https://www.ford.com/cars/mustang/features/" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/10.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } elseif ($CarName == "Chevrolet Corvette Stingray"){ print '<A href="http://www.chevrolet.com/previous-year/corvette-stingray-sports-car" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/11.JPG" alt="Ford Mustang EcoBoost" width="1000" height="600">'; } else{ print '<A href="https://www.edmunds.com/ford/shelby-gt350/2017/" style="color:white"> <B>Click here to view Vehicle Specs and Features </A><P>'; print '<img src="Pics/12.JPG" alt="Ford Mustang EcoBoost" width="800" height="600">'; } ?>