Search results

  1. D

    Php register form help.

    The code i have been using just dosent work with this form the code i use is actually part of a free thing i downlaoded and it not working :( <? // This simple PHP / Mysql membership script was created by www.funkyvision.co.uk // You are free to use this script at your own risk // Please...
  2. D

    Php register form help.

    Im trying to make this add people to the database but i cant seem to get it to work. <a href="#x" class="overlay" id="join_form"></a> <div class="popup"> <h2>Sign Up</h2> <p>Please enter the details you would like to<br> register with here. You MUST...
  3. D

    Habbo Retro Login Page - NOT CODED

    If this was coded i would totally use it :)
  4. D

    Show DevBest Dobby's World

    If i put this website up for download would anyone be interested in it?
  5. D

    Mysql showing values

    Thanks. Works now
  6. D

    Mysql showing values

    -.- Parse error: syntax error, unexpected '$SESSION' (T_VARIABLE) in /home/u739026383/public_html/members.php on line 67
  7. D

    Mysql showing values

    How? Whats ment to go there? :L im not good with php
  8. D

    Mysql showing values

    Parse error: syntax error, unexpected '"' in /home/u739026383/public_html/members.php on line 67
  9. D

    Mysql showing values

    Nope didnt work
  10. D

    Mysql showing values

    That wont work? I dunno where you are getting rank table from? database is u739026383_beta inside is the table: members with a colum called: Rank. Default is member
  11. D

    Mysql showing values

    yes, well its in the table members
  12. D

    Mysql showing values

    The members mage <?php session_start(); require_once("connect.php"); // Check his status. if (!empty($_SESSION[username])) // he got it. { echo "You are currently logged in as <b>$_SESSION[username]</b>.<br>"; echo "Your Pre-Alpha rank is:"...
  13. D

    Mysql showing values

    Hello i have a login and register script but when people login in i want it to show what rank they are. So when a person logs in it will say Welcome "user" Your rank is: "Rank" How would i do this?
  14. D

    Show DevBest Dobby's World

    Thanks for the feedback. This is the first website i have made.
  15. D

    Show DevBest Dobby's World

    Thanks. Im planning on adding some sort of members page etc :p
  16. D

    Show DevBest Dobby's World

    Hello everyone! I have been making a website and i would just like to see what you all think of what i have made so far. This is version 1 This is version 2 If you would like to see the website go to http://www.dobbys-world.tk This is the first website i have made, What do you...
  17. D

    Make this into a blog?

    Depends how much of a good job is made.
  18. D

    Make this into a blog?

    Ok i downloaded a template and there is a really nice blog page. Unfortunetly the blog dosent work. it needs to be coded etc. could someone maybe do it for me? Would be much appreciated. THANKS! :D Link to blog downlaod: http://www.mediafire.com/?56jf2gv1i2j1zg7
  19. D

    Ranks

    How do i set a certain menu to show only if a user that logs in as a rank of 2? Could someone help me with the code because im really stuck
  20. D

    Welcome gues. Login/register

    Well im using a free script i found and i need the <?php if(isset($_SESSION['login']) { echo "Welcome ".$row['username']." to the site"; } else { echo "Welcome guest. Please login or register"; } ?> to work with the login and reg i have are. <? session_start(); include_once"config.php"...
Top