Results 1 to 2 of 2

Thread: Any difference between these two?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959

    Any difference between these two?

    If your posting a page to itself you can either use,

    <form method="post" action="<?php echo $PHP_SELF;?>">
    or,

    <form method="post" action="login.php">
    where login.php is the file that this "<form method......." is actually in...

Posting Permissions

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



Click Here to Expand Forum to Full Width