about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Flipped Right Eye.txtpb
blob: 14f3f5a1618f0e4853e7ea38f8b80b7b30b423ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/* InstaDisc Series - A Four Island Project */

include('includes/db.php'
pan>) { $getsub = "SELECT * FROM subscriptions WHERE identity = \"" . mysql_real_escape_string($id) . "\""; $getsub2 = mysql_query($getsub); $getsub3 = mysql_fetch_array($getsub2); if ($getsub3['identity'] != $id) { return 'false'; } else { return 'true'; } } function instaDisc_getSubscription($id) { $getsub = "SELECT * FROM subscriptions WHERE identity = \"" . mysql_real_escape_string($id) . "\""; $getsub2 = mysql_query($getsub); $getsub3 = mysql_fetch_array($getsub2); return $getsub3; } function instaDisc_getAllSubscriptions() { $getsubs = "SELECT * FROM subscriptions"; $getsubs2 = mysql_query($getsubs); $i=0; while ($getsubs3[$i] = mysql_fetch_array($getsubs2)) { $i++; } return $getsubs3; } ?>