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
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
I think proof of these skills would helpif you can i may have a job to offer for you.
Thanks,
Whitecorn
kk Tell me what kind of proof you would likeSuch 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.
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)
a Page for habb extreme hmm ok and a mysql counter ok well wats the link to hab extreme?
<?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
you need to write a mysql table "/
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
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
I Know How To Make TablesRofl! Me Not Thick And With They Page Do It on Anything ;P I Wanna See Your 'Content' Skills.
kk lol one minute can i make like a guide for the page???
Want to hide these adverts? Register an account for free!