Page 5 of 5 FirstFirst ... 345
Results 41 to 47 of 47

Thread: How to post comments to a php page

  1. #41
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    yes. change it to the location of the form.
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  2. #42
    Join Date
    Jan 2008
    Posts
    32
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by Benedizione View Post
    How would I use this code?

    It looks like it would place the comments on the same page as does the other code given to me, but also send me back to the same page instead of to a submit.php page?
    You could put the first page on an "index.php" page and the second page on a "write.php" page.

  3. #43
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Master_script_maker View Post
    yes. change it to the location of the form.
    How can I tell how many characters are allowed in a comment box? Is there a way that I can change that number?

  4. #44
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    I think that I finally have this thing working but now I am trying to make sure that the page is protected from anyone clicking on the back button and entering the page or forwarding into the page or "refreshing" back into the page.

    Backward and forward are protected, but I just "refreshed" the page and was taken back into it without entering the passcode. How can I fix that? Does it have anything to do with the meta tags?

    Not sure if I am allowed to ask this question here since it still pertains to the same page in this thread or if I am supposed to start a new thread.


    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Prophecies of Revelation</title>
    <meta name="author" content="">
    <meta name="description" content="">
    <meta name="keywords" content="">
    <meta name="rating" content="General">
    <meta name="revisit-after" content="">
    <meta name="robots" content="">
    <meta name="distribution" content="">
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

  5. #45
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    you can set the max length. in the form page set the textarea maxlength attribute
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  6. #46
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    Is there a way that I can clear the comments from the board periodically?

    When I tried to access the comments.txt file that was created, it would not allow me to.

    Dre

  7. #47
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Benedizione View Post
    Is there a way that I can clear the comments from the board periodically?

    When I tried to access the comments.txt file that was created, it would not allow me to.

    Dre
    Well, nevermind. I finally accessed the file. I don't know why it was so difficult to access. I thought there might be a trick to this but apparently not.

    Thanks!

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
  •