Form Submission ERROR/PROBLEM. WHY?
Posted: Mon Jun 19, 2006 2:40 am
twigletmac | Please use
twigletmac | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[b]Can anyone HELP?[/b]
[i]My problem: [/i]
The script below works perfectly on my localhost. It gives me problem when it is running on
host server(unix,php+mysql). In fact, it is running fine for the past months on the server
without any problem.
When the script is executed and the 'table_browser' form is submitted, the I.E browser reported
the script 'admin_viewtable.php' is not found/available. Firefox browser does not report this
error but the screen is blank, instead of listing the record data I expected.
I have been checking on my PC for and I am very sure it works fine. The Hosting techincal
staffs claiming their system is running fine without problem and offer no help to my problem.
I just can't find any bug in my script and wonder why it is only having problem when it is running
under the hosting server environment?!
Regards,
Allan, pkpk@tm.net.my , Malaysia
MY SCRIPT:Code: Select all
<?
######## Script name: admin_viewtable.php ################
################################################################
if ($_GET['t'])
$t=$_GET['t'];
?>
.............
<form name='table_browser' action='admin_viewtable.php' method='GET' >
<select name="t" onChange="javascript:submit();">
<option>Select a table</option>
.......................twigletmac | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]