On Sun, 2004-02-08 at 13:58, Paul Furman wrote:
> OK thanks, I made this:
>
> # jpeg-comment-public.php
> include ("C:/_Paul/web/phplib/action/jpeg-comment.php");
> ?>
>
> but now the hidden one isn't aware of any variables.
>
> "Forbidden
> You don't have permission to access
> Notice: Un
Adam Bregenzer wrote:
You will not have access to the $_POST["comment"] variable until the
form is submitted.
Understood. That debug test only worked after submitting the form.
So maybe the better way is to just submit the form with the action file
simply reloading the main page to refresh it t
Adam Bregenzer wrote:
Should I make a little php action file in public_html
that includes the actual file?
yes
OK thanks, I made this:
but now the hidden one isn't aware of any variables.
"Forbidden
You don't have permission to access
Notice: Undefined variable: thumb_num in
C:/_Paul/web/php
On Sun, 2004-02-08 at 13:32, Paul Furman wrote:
> No, it's not accessible from the web, it's in my protected php_library
> outside public_html. Can't I execute a hidden script with a form?
no
> Should
> I make a little php action file in public_html that includes the actual
> file?
yes
--
A
Paul Furman wrote:
Adam Bregenzer wrote:
>
Make sure the
directory this file is in is accessible from the web.
No, it's not accessible from the web, it's in my protected php_library
outside public_html.
It does load the protected action file as long as I don't try to call
$_POST["comment"]
Adam Bregenzer wrote:
Also perhaps related, when I call $_POST["comment"] in the action file,
it gives me "Forbidden You don't have permission to access...[error
message]" but this is my own server at home. I'm quite unfamiliar with
forms (and new to PHP for that matter).
That looks like an a
On Sun, 2004-02-08 at 13:15, Paul Furman wrote:
> Why am I getting the error "Undefined index: comment"?
>
> It's probably a typo because I had something similar that worked.
>
> "
> method="post">
>
>
>
>
>
>echo $_POST["comment"]; # this is just for debug
7 matches
Mail list logo