Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~32 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for hanif_thaheem

<?php session_start(); require_once("include/connect.php"); if(isset($_GET["page"]));{ $pages = array ("products","cart"); if(in_array($_GET["page"],$pages));{ $page = $_GET["page"]; }else { $page = "products"; } } else { $page = "products"; } ?>

Member Avatar for anilashanbhag
0
32

The End.