Results 1 to 6 of 6

Thread: PHP Alternative

  1. #1

    Question PHP Alternative

    I am looking to create an 'interactive' site similar to PHP-Nuke but I unfortunately do not have access to a server with any type of database suppot. Is there an alternate way to imitate PHP-Nuke or PHP-Website that won't take massive amounts of time and effort to create? I will probably have to settle with spending the time to design my own site but really want to avoid all that!
    May Everyone Find the Happiness That They Deserve,
    Raisor

  2. #2
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Hmm...I don't know too much about PHP-Nuke, just what I read on their website FAQ, but it sounds similar to Zope. I believe that Zope has the option of using a relational database like MySQL or Postgre, but the default is to use it's own database format. I don't think you need access to any kind of server-based relational database. You may need to do a bit of research on that, though.

    If you're just looking to get a web-design up for your own content without having to spend the time creating a "look and feel" for your site, why don't you just snag your favorite design from Open Source Web Design (OSWD). They're loaded with great straightforward designs from the simple to the complex and flashy. Just snag what you like, and start coding your own stuff. Hope this helps.
    /* You are not expected to understand this. */

  3. #3
    Senior Member
    Join Date
    Jul 2002
    Posts
    167
    I had a friend that ran PHP nuke on a windows XP computer in his house. He modified the scripts to use a flat text database instead of a mySQL database. However, not all functions worked properly within PHP nuke. Good luck on your endeavor!

  4. #4
    roswell1329: Thanks for the info, looks like both of those links will come in handy...

    detoxsmurf: sounds like your friend is a gluton for punishment, although if I weren't so lazy I probably would have done that as well.
    May Everyone Find the Happiness That They Deserve,
    Raisor

  5. #5
    PHP Code:
    <?php
    if (server == Not_Available); {

            echo 
    "Make your own";
    } else {
            echo 
    "Use the server you have";
    }
    ?>
    Host your own server or get a good IDE (integrated devoping environment)...

    I reccommend PHPTriad (http://www.phpgeek.com/phptriad.php) It installs and configures php, mysql and apache so you can write and test your code on the same system =)

    Some other IDEs are at

    http://www.fokus.gmd.de/linux/HOWTO/PHP-HOWTO-9.html
    http://auto.search.msn.com/results.a...M=AS5&q=PHPIde
    http://www.google.com/search?q=PHPIde+for+windows

  6. #6
    Junior Member
    Join Date
    Sep 2002
    Posts
    20
    We use Zend Studio 2.5 ourselves and find it most excellent!

    Here is a free Personal Edition: Zend Studio Personal Edition
    It is impossible to defeat an ignorant man in an argument.
    --Uknown

    http://www.AntiOnline.com/sig.php?imageid=200

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •