Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Webmaster

  1. #1
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default Webmaster

    Hi,
    Anyone need a webmaster??? I know php,html,dhtml,shtml,mysql and other languages. I have adobe photoshop, frontpage, dreamweaver, other things such as those.
    Thanks,
    Kev

  2. #2
    Join Date
    Mar 2005
    Location
    Dog House
    Posts
    1,000
    Tokens
    0

    Latest Awards:

    Default

    I think proof of these skills would help if you can i may have a job to offer for you.

    Thanks,
    Whitecorn

  3. #3
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    kk Tell me what kind of proof you would like Such as tell me something to do and i will do it. The only thing i cant do is make layouts I can code them but not make them YET.

  4. #4
    Join Date
    Mar 2005
    Location
    Dog House
    Posts
    1,000
    Tokens
    0

    Latest Awards:

    Default

    Dont worry about layouts :p Maybe make a mysql hit counter errrrrm... a simple counter service =o and a page for habb-extreme (any kind)

  5. #5
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    a Page for habb extreme hmm ok and a mysql counter ok well wats the link to hab extreme?

  6. #6
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    <?php

    //make a connection
    $connection = mysql_connect("countertest","counter" ,"changeme")
    or die ("Cannot make that connection");
    //connect to our database
    $db = mysql_selectdb("counter" , $connection);
    //store the result of the query in $result
    $result = mysql_query("SELECT * FROM counter");
    //retrieve the fields in our table
    $fields = mysql_fetch_row($result);
    //update the count field by 1
    mysql_query("UPDATE counter SET count = count+1");
    //$mycount variable is set to the first field (count)
    $mycount = $fields[0];
    //display the count
    echo $mycount;
    ?>

    Copywrite 2005 Mastercaleb1

  7. #7
    Join Date
    Jul 2004
    Location
    Webby Forums!
    Posts
    1,879
    Tokens
    0

    Latest Awards:

    Default

    you need to write a mysql table "/


    Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
    [Thybag.co.uk - Vive la revolutione]

  8. #8
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    Yea sorry frogot to add that
    On cpanel make a mysql database called countertest and make a user counter with the password changeme. then assign the user counter to the database countertest

    <?php

    //make a connection
    $connection = mysql_connect("countertest","counter" ,"changeme")
    or die ("Cannot make that connection");
    //connect to our database
    $db = mysql_selectdb("counter" , $connection);
    //store the result of the query in $result
    $result = mysql_query("SELECT * FROM counter");
    //retrieve the fields in our table
    $fields = mysql_fetch_row($result);
    //update the count field by 1
    mysql_query("UPDATE counter SET count = count+1");
    //$mycount variable is set to the first field (count)
    $mycount = $fields[0];
    //display the count
    echo $mycount;
    ?>

    Copywrite 2005 Mastercaleb1

  9. #9
    Join Date
    Mar 2005
    Location
    Dog House
    Posts
    1,000
    Tokens
    0

    Latest Awards:

    Default

    I Know How To Make Tables Rofl! Me Not Thick And With They Page Do It on Anything ;P I Wanna See Your 'Content' Skills.

  10. #10
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    kk lol one minute can i make like a guide for the page???

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •