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...
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...
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
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:"...
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?
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...
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
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"...