On Jan 10, 2012, at 15:12, Marco Behnke <ma...@behnke.biz> wrote:

> Am 10.01.12 21:07, schrieb Donovan Brooke:
>> David Savage wrote:
>>> OK...I admit I'm new at this....I have this html file:
>>> <html>
>>> <head>
>>> <title>Generate pdf file of LD, Toll Free, and Directory Assistance
>>> calls</titl
>>> </head>
>>> <body>
>>> <form action="Q:\ASTERISK\callrecs.php" method="post">
> 
> Stupid question ..... where have you copied your script? Is it lying on
> a webserver? Then I would guess that you are submitting the form on your
> webserver which hits the PHP script on your Desktop PC which in tunr
> invokes the PHP command line interpreter who has no idea what you mean
> by $_POST.
> 
> Try changing the form action to simply "callrecs.php" and see if that works.
> 
> -- 
> Marco Behnke
> Dipl. Informatiker (FH), SAE Audio Engineer Diploma
> Zend Certified Engineer PHP 5.3
> 
> Tel.: 0174 / 9722336
> e-Mail: ma...@behnke.biz
> 
> Softwaretechnik Behnke
> Heinrich-Heine-Str. 7D
> 21218 Seevetal
> 
> http://www.behnke.biz
> 

Q: would be referencing a filesystem path, rather a web address interpreted by 
a  PHP processor. Make sure your .php target is within a PHP supported web 
space.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to