Jump to content

minik_07

Members
  • Posts

    10
  • Joined

  • Last visited

minik_07's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. minik_07

    User Information

    I'm making an RPG and I need a code that retrieves a user's information from a database. e.g.They login as Bob and password: BobRulez. It gets their information from the database and, if the username and password match, send them to the main page. I want their information to display like:Money: <User's Money>Items: <User's Items>is there a way to do this?
  2. minik_07

    save information

    is there a way for a user to enter information in a form and press submit and it is saved somewhere.e.g.the user types in "my name is bob" and clicks "save". It is saved as "text"it is saved so everytime the user visits that page, the information is still in the text box.it can also be displayed on another page as $text.any ideas how to do it?
  3. minik_07

    MediaWiki

    I use Awardspace. I tried installing Mediawiki but Awardspace only has PHP version 4 but MediaWiki needs version 5.
  4. minik_07

    MediaWiki

    Are there any free web hosts that hosts MediaWiki and give you a free subdomain?
  5. minik_07

    style changer

    sounds like a good script. what will the finished version look like?(i'm not an expert at PHP)
  6. minik_07

    style changer

    I was just wondering if you know of a decent php stylechanger that allows the user to select a style through a form and it stores a cookie with that style so every time they come back it will change the stylesheet to the one that the user last chose.
  7. minik_07

    FanFic

    I am going to make a fan fic section for my site and I need to know the best way to do it. I don't want to work with databases so is there are better alternative to display user profiles and fanfics but still using .php?id=?
  8. minik_07

    Display Database

    <div id="middle"><div class="post"><div class="postheader"> <h1>TITLE</h1></div> <div class="postcontent"><p>Written by <a href="EMAIL">AUTHOR</a></p><center><hr width="400"></center><p>CONTENT</p> </div><div class="postfooter"></div></div> sorry to bother you but is there any way it could be used in the DIV tags like above?
  9. minik_07

    Display Database

    thanks mate. it works prefect!
  10. minik_07

    Display Database

    I am making a fan fic section on my website and i want to know if it is possible to display information from a database.e.g. i have 6 tables in my database:ID, AUTHOR, DESCRIPTION, AGERANGE, EMAIL, TITLE, CONTENThow to i make it so that the page is viewfanfic.php?id=1and it will display <div id="middle"><div class="post"><div class="postheader"> <h1>TITLE</h1></div> <div class="postcontent"><p>Written by <a href="EMAIL">AUTHOR</a></p><center><hr width="400"></center><p>CONTENT</p> </div><div class="postfooter"></div></div>
×
×
  • Create New...