Search found 5 matches
- Sat Mar 10, 2007 11:33 pm
- Forum: Volunteer Work
- Topic: php game almost completed -- need artist
- Replies: 0
- Views: 1953
php game almost completed -- need artist
I am looking for someone interested in a resume building experience and possibly a profit in the near future. I have created an online text-based mmorpg using PHP called SeaofShadows.com and I already have the game 75% finished and hoping to finish within the next 2-3 weeks or less. I am in need how...
- Thu Mar 10, 2005 4:48 pm
- Forum: PHP - Code
- Topic: [SOLVED] OOP
- Replies: 2
- Views: 563
- Thu Mar 10, 2005 4:01 pm
- Forum: PHP - Code
- Topic: [SOLVED] OOP
- Replies: 2
- Views: 563
[SOLVED] OOP
can somebody help me out with this code, when I open the file, it shows a blank white page (no links) I asked a guy that was really good with php and he had no clue what was wrong with it either... <?php //Start class Template class template { //Define class variables var $tblinks, $linkname, $linku...
- Mon Mar 07, 2005 5:14 pm
- Forum: PHP - Code
- Topic: Using Macros??
- Replies: 1
- Views: 426
Using Macros??
hi was wondering how scripts like vbulletin, coronto, and many others can create macros for their scripts for instance %Links% will display links, %Subject% displays the news subject, %News% displays the news, %Template% will show the page template, etc etc. I am currently using php and would like t...
- Sat Jan 22, 2005 12:57 pm
- Forum: PHP - Code
- Topic: Trouble with code
- Replies: 2
- Views: 584
Trouble with code
I get this error: Fatal error: Undefined class name 'db' in /home/eatsp1es/public_html/developers/portal/adduser.php on line 18 Line 18: if (DB::isError($name_check)) { Heres the script below: if (!get_magic_quotes_gpc()) { $username = addslashes($username); } $name_check = mysql_q...