Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Quick Php Help

  1. #11
    Poster
    Join Date
    Oct 2003
    Posts
    167
    forum.mdf? or (yourname).mdf ?

  2. Software & Hardware   -   #12
    huh?

  3. Software & Hardware   -   #13
    Poster
    Join Date
    Oct 2003
    Posts
    167
    mdf = meta data file. You are installing invision board or other forum?

  4. Software & Hardware   -   #14
    asmithz's Avatar Hi-Definition
    Join Date
    Jun 2003
    Posts
    8,642
    Originally posted by DL.@19 October 2003 - 20:25
    mdf = meta data file. You are installing invision board or other forum?
    No his just making a poll goto http://proxy2.de/scripts.php to find what he is doing.

  5. Software & Hardware   -   #15
    wow this is hard lol

  6. Software & Hardware   -   #16
    Poster
    Join Date
    Oct 2003
    Posts
    167
    Then you have to create a database new and give it the name. Edit some .ini file with the new name of your server and database name.

  7. Software & Hardware   -   #17
    so i cant create this new database? since i dont own the server some dude hosted me

  8. Software & Hardware   -   #18
    asmithz's Avatar Hi-Definition
    Join Date
    Jun 2003
    Posts
    8,642
    I dont think thats it, mabey its you upload server. Try that.

  9. Software & Hardware   -   #19
    i tried w/ my ftp user and pass it didnt work lol

  10. Software & Hardware   -   #20
    Poster
    Join Date
    Oct 2003
    Posts
    167
    You need to have this
    <?php

    /* path */
    &#036;poll_path = "/www/proxy2/html/poll";

    require &#036;poll_path."/include/config.inc.php";
    require &#036;poll_path."/include/&#036;POLLDB[class]";
    require &#036;poll_path."/include/class_poll.php";
    require &#036;poll_path."/include/class_pollcomment.php";
    &#036;CLASS["db"] = new polldb_sql;
    &#036;CLASS["db"]->connect();

    &#036;php_poll = new pollcomment();

    /* question */
    echo &#036;php_poll->get_poll_question(2);
    But is it not included in the download files?

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

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