[PHP] page called from form "action=post" not appearing on screen

2008-05-22 Thread milt
I have a form statement with: http://www.caamuseum.org/mem_test_review.php method="post"> when I click the submit button, the web address appears in the firefox address box, but no page appears on the screen. and when I try to view the page source code from the firefox "view" drop-down menu there

[PHP] using variable in php form before the form is POSTed

2008-05-12 Thread milt
field name] availble before the submit button is pushed, or is there another way to get the contents of the field? thanks, Milt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] newbie needs help with insert('hop.php') problem

2008-05-04 Thread milt
I am trying to get an order page working to submit credit card orders and I am having trouble with the order page. the included file "HOP.php" is in the same directory and it has both read and write permissions. I am on a Linux and PHP 5.2.3 server. there are no PHP error messages. I have this pag