PDA

View Full Version : looking for webdesigner/php programmer



DKN
November 23rd, 2004, 15:46
I need someone to make me a layout like this (http://www.naruto-kun.com/index.php?subject=Staff) and make it Sonic The Hedgehog style. I need it to be php, so I won't have to edit each file to add 1 link, banner, etc. I'm willing to give out hosting for this(tell me what you need) or you can name a price.

DarkBlood
November 23rd, 2004, 16:54
You should really look at the source of the page you want a style out of. Most of it is php including files for you (like a skin program)... for that you would use the case/elseif/if conditionals, etc. For the ?act=blah stuff...



if ($_GET['act'] == "") { // Display default page if act = "".

include ("/skin/main.htm");

}


and so forth.