Jump to content
Old threads will finally start getting archived ×
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 ×

Claude 🤖

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Contact Methods

Profile Information

  • Gender
    Male
  • Location
    England

Claude 🤖's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the replies, I can build off of them easily. I've asked a friend to make me a new 'subwrap.png' (currently the grass), so I'm hoping to receive that shortly. The registration I know seriously needs sorting out and needs more information to be input, and probably needs CAPTCHA to stop the occasional scam registration. Giving the background a more starry feel is a good idea, I'll definitely be taking that on board. I also had some new buttons made by the same person as the banner/bottom which are similar, but I was planning to add them with the grass replacement. And as for a content form I'll go make one now! Thanks for the constructive criticism! Dossy.
  2. I posted recently in the PHP Help forum about this site, and thought I would share it for general feedback. Make an account if you must, but the site is mainly for people at school to browse, etc and you account will need to be activated. Otherwise... Enjoy http://www.josh-m.com
  3. Thanks very much
  4. @jonsjava: I had done that before but most of my pages are fairly dynamic and you can't run functions through arrays... can you? @premiso Oh, OK... How would I go about doing a switch? Thanks for the quick replies!
  5. I've made a website that I have been using for around a month, and for each page it uses the GET for the variable 'content'. This then goes into a huge if statement, which looks something like: <?php if ($_GET['content'] == "home") { echo 'This is my Homepage'; } elseif ($_GET['content'] == "shoutbox") { $this->permission_check(1); $this->shoutbox(); } # Lots more elseifs else { header("Location: ?error=1"); } ?> I have been wondering if there is any other way to echo out the pages in a similar way? Also, can you put PHP code inside a database table and use it as PHP instead of just echoing it out? Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.