Results 1 to 4 of 4

Thread: PHP

  1. #1
    Is this really my personal page?!
    Join Date
    Dec 2002
    Location
    Minnesota
    Posts
    180

    Default

    Is there anyone here that can help me get set up for PHP? Ive been thru 10000 different things and it was all for nothing, nothing in the tutorial worked! im asking u ppl because well, maybe you can help!!

    maybe whoever made this site, i dont care, anyone!! AHHHH

    EDIT: Actually, now all i want to know is how this site was done, like, did u do it in HTML?

    ahh.. im soooo confused... i just wanna know how you can make a database and all that with storing information, thats pretty much all. So like, say a person types their name and stuff in a form box and i want them to be added to a list of people in something. How would i go about doing something like that? or user reviews on stuff, comments, etc...



    <font size=-1>[ This Message was edited by: Seph5172 on 2002-12-20 20:50 ]</font>

  2. #2

    Default

    This is PHP-Nuke. Very easy to use.

    Edit: Here is a good compilation of PHP resources.

    <font size=-1>[ This Message was edited by: PlatinumGame on 2002-12-20 22:47 ]</font>

  3. #3
    Is this really my personal page?!
    Join Date
    Dec 2002
    Location
    Minnesota
    Posts
    180

    Default

    thanks PG, ill look into some of them

  4. #4
    Is this really my personal page?!
    Join Date
    Dec 2002
    Location
    Minnesota
    Posts
    180

    Default

    question, where do i edit this? nothing in httpd.conf has this...

    Using a text editor, open C:windowsapacheconfhttpd.conf. Scroll down to where you see "# Apache Modules compiled into the standard Windows build" and at the end of this section, add the following lines:

    To run PHP as a module:

    LoadModule php4_module c:/apache/php/sapi/php4apache.dll
    AddType application/x-httpd-php .php

    Or, to run PHP as a CGI:

    ScriptAlias /php/ "c:/apache/php/"
    AddType application/x-httpd-php .php
    Action application/x-httpd-php "/php/php.exe"

    Notice the line AddType application/x-httpd-php .php. This line tells the apache server that it should parse all files ending in the extension .php as PHP documents. It is a good idea to leave this as it is, since most servers follow similar naming conventions, but you could also add additional extensions if you wanted. For example, if you wanted to parse all html documents as php too, you would change the line to:

    AddType application/x-httpd-php .php .html.


Similar Threads

  1. HTML/PHP/Dropcharts: a cry for help
    By Tycho in forum Tech Support
    Replies: 2
    Last Post: Jul 28, 2005, 08:30 AM
  2. Replies: 10
    Last Post: Dec 28, 2004, 06:27 AM
  3. PHP Download
    By Shadowfan7 in forum Site Related
    Replies: 4
    Last Post: Oct 7, 2004, 06:13 PM
  4. PC: PHP/PERL game hosting?
    By Xion810 in forum Tech Support
    Replies: 2
    Last Post: Apr 3, 2003, 02:33 PM
  5. Site's PHP
    By Hanzo in forum Site Related
    Replies: 1
    Last Post: Jan 28, 2001, 11:14 PM

Posting Permissions

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