Jump to content
MakeWebGames

hwkeye

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by hwkeye

  1. Hey, can someone help me with this error please.. Warning: include(/home/hwkeye/public_html/globals.php) [function.include]: failed to open stream: No such file or directory in /home/hwkeye/public_html/hospital.php on line 2 Warning: include() [function.include]: Failed opening '/home/hwkeye/public_html/globals.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hwkeye/public_html/hospital.php on line 2 Fatal error: Call to a member function num_rows() on a non-object in /home/hwkeye/public_html/hospital.php on line 3
  2. Thanks to everyone who helped me :)
  3. I tried that but I get this error: Parse error: syntax error, unexpected T_DNUMBER in /home/hwkeye/public_html/mainmenu.php on line 23
  4. Hey thanks for your help but I have a little problem that im sure you would know the answer to. Where would I insert that little code you gave me on here.. print "Home
  5. Hey, once again with my lousy php knowledge.. How do I add a small image next to a name on the main menu. If possible, could you show me an example code. Thank you very much! :rolleyes:
  6. Hey, can someone please write a code that can edit shops since it does not have this already. I tried searching it but could not find. :)
  7. Never mind.. I found the problem :)
  8. Hey, I am having a problem on my admin.php this is what it says on the top of the page: new_user_form Warning: session_start() [xxxxxxxx]: Cannot send session cache limiter - headers already sent (output started at /home/hwkeye/public_html/admin.php:1) in /home/hwkeye/public_html/admin.php on line 21   On my line 21 it has the code: session_start(); I did change some things in the "new_user_form()" But only did I change the names.. heres the code: function new_user_form(){global $ir, $c;print "Add new user Username: Login Name: Email: Password: Type: Player Moderator Level: Money: Crystals: Gender: MaleFemale Stats Strength: Agility: Guard: Labour: IQ: ";}   Please help me with this problem ;(
×
×
  • Create New...