From 79670053c7247d3a49b607960efd284e93f057e5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Aug 2013 17:14:26 -0500 Subject: install.pl --- bPod/php/buckyth.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bPod/php/buckyth.php (limited to 'bPod/php/buckyth.php') diff --git a/bPod/php/buckyth.php b/bPod/php/buckyth.php new file mode 100644 index 0000000..617e354 --- /dev/null +++ b/bPod/php/buckyth.php @@ -0,0 +1,34 @@ + -1; $i--) { + $row = mysql_fetch_array($query); + $rString .= "&title" .$i ."=". $row['title']; + $rString .= "&user" .$i ."=". $row['username']; + $rString .= "&id" .$i ."=". $row['id']; + } + echo $rString; +?> \ No newline at end of file -- cgit v1.2.3-70-g09d2