View Full Version : Webmaster
Dentafrice1
03-08-2005, 07:42 PM
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
:Woof
03-08-2005, 07:59 PM
I think proof of these skills would help :) if you can i may have a job to offer for you.
Thanks,
Whitecorn
Dentafrice1
03-08-2005, 08:04 PM
kk Tell me what kind of proof you would like :D Such as tell me something to do and i will do it. The only thing i cant do is make layouts :D I can code them but not make them YET.
:Woof
03-08-2005, 08:08 PM
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)
Dentafrice1
03-08-2005, 08:10 PM
a Page for habb extreme hmm ok and a mysql counter ok well wats the link to hab extreme?
Dentafrice1
03-08-2005, 08:12 PM
<?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
splintercell!
03-08-2005, 08:17 PM
you need to write a mysql table "/
Dentafrice1
03-08-2005, 08:17 PM
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 :D
<?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
:Woof
03-08-2005, 08:31 PM
I Know How To Make Tables :l Rofl! Me Not Thick And With They Page Do It on Anything ;P I Wanna See Your 'Content' Skills.
Dentafrice1
03-08-2005, 08:32 PM
kk lol one minute can i make like a guide for the page???
:Woof
03-08-2005, 09:22 PM
yes sure anything :)
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.