Author |
Message |
Topic: Error 404 when using PHP_SELF |
MetroSpectre
Replies: 5
Views: 10820
|
|
Thank you. :) I think that I'll do things that way then in the future. |
Topic: Error 404 when using PHP_SELF |
MetroSpectre
Replies: 5
Views: 10820
|
|
Thanks folks, that worked. :)
I also tried doing this, just for the heck of it (instead of $_SERVER['PHP_SELF']):
$PHP_SELF=$HTTP_SERVER_VARS['PHP_SELF'];
Which works in this:
<form met ... |
Topic: Error 404 when using PHP_SELF |
MetroSpectre
Replies: 5
Views: 10820
|
|
I am trying out a test script:
<html>
<head>
<title>Learning PHP</title>
</head>
<body>
<?php
if($submit){
// Process Form
... |
|