- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
14 Posted Topics
I just bought a dedicated server with Debian installed, I have no idea how to start. I know I have to do some commands through SSH, anyone has a guide? thanks. | |
I've seen a lot of sites like these; [url]http://www.kumby.com/[/url] [url]http://animetoplist.org/out/site/animepalm[/url] [url]http://www.gamesradar.com/uk[/url] [url]http://www.newgrounds.com/[/url] They have static image/ ad BG. How to I make a layout like that? | |
Can it hold a vbulletin forum? Or should I buy a windows? Thanks. | |
I made a config.php file which contains MySQL connection info. [CODE]$con = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD) or die('Cannnot connect!'); mysql_select_db(DB_NAME, $con) or die(mysql_error());[/CODE] My question is how do I add it into a class? [CODE]<?php require_once('config.php'); class users { private $id; public function __construct($id) { global $con; $sql = "MySQL script'"; … | |
Does openable get ignored? if not what does it do? [CODE] function openSomething(openable $obj) { $obj->open(); }[/CODE] openable is a class btw. taken from a book. | |
I'm looking for advanced PHP books, any one know a good one? Thanks. ![]() | |
My layout looks fine in firefox and internet explore, but in google chrome it looks bugged. My Search is placed somewhere else. Any idea why and what cause ths? | |
[CODE]<?php function myhash($text) { $nr = 0; for ($i=0; $i<strlen($text); $i++) { $nr += ord($text[$i]); } //for return $tall; } echo myhash("M"); ?>[/CODE] "77" What does the $i inside the do? I removed it and I got the same result. anyone? | |
I bought a domain, Do i have to buy copyright and/or trademark for it? I dont want to lose it.. Thanks. | |
Re: [CODE]<?php /** * login.php * * @version 1.0 * @copyright 2008 by ?????? for XNova */ define('INSIDE' , true); define('INSTALL' , false); $InLogin = true; $ugamela_root_path = './'; include($ugamela_root_path . 'extension.inc'); include ($ugamela_root_path . 'common.' . $phpEx); includeLang('login'); if ($_POST) { $login = doquery("SELECT * FROM {{table}} WHERE `username` = … | |
Hello, I need help with my site, for example [B]this[/B] forum: If there is 25 post in this page it makes another page automatically, like blogs or search. If you go in google and search for something.. all the links wont be on the same page you have to goto … | |
Why doesn't this work? I choose English and it doesn't do anything... neither does Norsk work. Anyone help please, thanks. [CODE]<?php //nodag = Norwegian day //endag = English Day // dag = day if(!isset($GET_['ok'])) { //start if ?> <form action="" method="get"> <select name="lan"> <option value="eng">English</option> <option value="no">Norsk</option> </select> <input type="submit" … | |
I'm programming in PHP, I for getting help, and help some with php =) Anyone wants to help me with php add me in Msn please. | |
Hey, htmlentities doesn't work in this code of mine, someone know why? Check line 11-14 Thanks. [code]<html> <head> <title> Welcome <?php echo $_GET['name']; ?> </title> </head> <body bgcolor="<?php echo $_GET["favcolor"]; ?>"? <h1> Welcome <?php echo $_GET['name']; ?> </h1> <br /> <?php foreach ($_GET as $key => $verdi) { $verdi = … |
The End.