Posted by J.O. Aho on 04/17/07 04:20
DrNoose wrote:
> I must have something else wrong in my code; php probably. I tried your
> code and still didn't get the php file to work. Someone told me that my
> "id" and "name" in the properties box had to be the same. One of the
> examples in the book has them with different names. Will that make a
> difference?
>
Use the following code and see what is sent to your page.
--- PickAColor.php ---
<?PHP
print_r($_POST);
?>
--- eof ---
--
//Aho
Navigation:
[Reply to this message]
|