Click to See Complete Forum and Search --> : PLEASE HELP ME


gigya
05-17-2002, 04:08 AM
hi
i have installed appachetoolbox-.56 version in redhat 7.0. have included php with modperl along with it.the installation was fine. but when i run any .pl or .php scripts,
i get an internal server error.
i havent done nay other configuration manually.
what must i do to rectify this problem.

there is another server where i have installed php-4.2.1 with mysql and dom/xml.
i am encountering a perculiar problem here.
php is working fine(tested by testinfo();).
then i have a textbox and test if php prints the entered values when i say submit.IT DOESNT.
do i have to change any configuration here(the installation was smooth..no probs)
PLEASE HELP ME

Anon
05-18-2002, 04:01 AM
How are you trying to retrieve the value of the textbox? Are you trying to use $textboxname or $_POST['textboxname'] or $_GET['textboxname']?