didnt really work got white page but I did just take the " mysql_query("INSERT into items (id, user_id, room_id, base_item, x, y, z, rot, wall_pos) VALUES ('" . $newID . "','" . $_SESSION['user']['id'] . "', '0', "
and put it under " mysql_query("UPDATE `users` SET `cms_currency`=`cms_currency`...
I want to make it to were I can purchase like 5 thrones using vip_points but I don't know how, I can do it so u can purchase vip and credits but how do I do this?
CODE:
<?php
if (isset($_POST['throne']))
{
$vip_points = mysql_result(mysql_query("SELECT `vip_points` FROM `users` WHERE `id`='" ...
So I am trying to do something through my .htaccess file which what I am doing is probably fairly easy but I noob.
I am trying to do " community/staff " I have tried;
RewriteRule ^community/staff(|/)$ /staff.php > but doesnt work and I don't know what else to do.
Thanks for the help in...
I just need help setting this up, this is a new router for me so I am confused.
Note: This is a test hotel so its not really going to be the real deal. Also I have searched on this but theres really nothing.
PIC:
http://prntscr.com/75pwjn
bump