Search results

  1. Sean

    Going to London! {Place Suggestion}

    There are science museums in just about every city in every country and they are all pretty much the same. You should go visit the Queen for a cup of tea in her house :)
  2. Sean

    Introduction hey there!!

    Welcome to DevBest - I am the main person around here, if anyone tells you something you feel is important, you should check with me first.
  3. Sean

    PHP - Times 'Shouted' (Explained more)

    Well if that's what you want you may want to use MySQLi : if ($_SESSION['user']['id'] > 8) { $id = $_SESSION['user']['id']; $result = $mysqli->query("SELECT `id` FROM `shout` WHERE `id` = '{$id}'"); $count = $result->num_rows; echo "Spoken: <b>" . $count . "</b> times!"...
  4. Sean

    PHP - Times 'Shouted' (Explained more)

    What do you mean if there ID is above 8, the way Wess has written his code, the first 8 users that register will not have a post count, but anyone that registers after that will...
  5. Sean

    Summer School

    school during the summer holidays when people are stupid and need to re-sit a class or when people need to take an extra class for a career they wan't and can't fit it into normal school timetable....
  6. Sean

    Is it me or did you attempt to copy my logo to use as your profile picture? http://seans.co

    Is it me or did you attempt to copy my logo to use as your profile picture? http://seans.co
  7. Sean

    Introduction I'm Realissicc

    But you don't live in Glasgow Scotland........
  8. Sean

    Introduction I'm Realissicc

    If you are rlly Jamie - y did you say you are from where I am from EH
  9. Sean

    Phobias? :3

    Some Australian you are, being scared of spiders pfft.
  10. Sean

    Phobias? :3

    Bitch please I got no phobias :) PS why you be coward of blood? What's it going to do jump up onto your face and give you a STD
  11. Sean

    Will Religion Ever Die?

    Yes. Everyone and everything will die eventually, when the world ends. Maybe give your question a narrower time zone. Religion will be around for a few more hundred years maybe a thousand, but IMO it us already dying off... Think about the old movies when everyone would go to church on a...
  12. Sean

    Show DevBest Chris-Pettyjohn.cu.cc [Customly Coded]

    I mean have a folder per differnet theme so if you had this: Folders --> themes ------> Bootstrap ------> Default ------> Test And then in config, it would be $theme = "bootstrap"; you could just do <link rel="stylesheet" type="text/css" href="themes/<?php echo $theme; ?>/main.css"> and...
  13. Sean

    Show DevBest Chris-Pettyjohn.cu.cc [Customly Coded]

    Don't use an If statement to check the theme, just echo the variable name inside the style sheet link, where the folder is named.
  14. Sean

    My works need criticism

    They are pretty good, The bottom ones are the best and the tops are still very good but not as good as the bottoms, :) It's as though the more you done the better you got ;)
  15. Sean

    minecraft help! how do i get people to sign up when they come on my server?

    You need to install this plugin http://dev.bukkit.org/bukkit-plugins/authme/
  16. Sean

    [PHP] Switches

    As m0nsta. said, if statements are faster, but switch statements to look neater and are easier to read. Here is an example, which would replace simple if statements comparing colors. <?php $color = "blue"; if($color == "blue") { // Do something if the color is blue } else if($color...
  17. Sean

    PC Ikariam

    Good game :) been on it all day :'( the Barbarians have defeated my army 3 times in a row when I sent them in.
  18. Sean

    Bring CraftBest back

    I agree, bring back CraftBest but don't put me in Jail again when I didn't do anything >: (
  19. Sean

    Need help making Query for MYSQL

    Click the database on the left hand side, then click the table underneath it that pops out. Then click Structure at the top nav bar Click the checkbox of the one you want to edit Click edit Then input a value of 1 into the Default Box
  20. Sean

    Need help making Query for MYSQL

    download this: http://sqlbuddy.com/ and upload into your directory, then navigate to it and try it, because if it's jumping you back to 0 it might be an error in the program :P
Top