[PHP] Re: to include php file into html file

2001-08-15 Thread Robert Hennig
Hi Jack! There you must have missunderstod something. PHP is not JavaScript. PHP is only interpreted if used in a file with the depending suffix. (php3, php, asp.) If you want to include a php-file into another file this destination-file also has to be a php-file. JavaScript canĀ“t use PHP.

[PHP] Re: button on PHP page

2001-08-15 Thread Robert Hennig
Hi Michael, If you use a form then all elements of the form (text-boxes, checkboxex etc.) automatically exist as variables in the file which ist specified as action of the form. To use it in the way you want it might be the right way to specifiy the file, which contains the form, itself as