Hey all.
I have the following code and for some reason that I can't figure out, it won't execute the PHP code.
The PHP code in question is doing a simple echo statement. I can run the PHP code from the browser manually, but not from within this program. I went as far as to put the php/html code in the same directory and it still won't run. It's as though the php program can't be found, but I don't know why. The PHP is 777.HTML Code:<form action="/phptest/create_table.php" method="POST"> <label for="zone" style="padding-top: 3px;">ZONE:</label> <input type="text" id="zone" id="zone" class="ac_input contacttext" style="width: 75px;"><br /> <label for="method">METHOD:</label> <input type="text" id="method" id="method" class="ac_input contacttext" style="width: 75px;"><br /> <label for="weight">WEIGHT:</label> <input type="text" id="weight" id="weight" class="ac_input contacttext" style="width: 75px;"><br /> <label for="cost">COST:</label> <input type="text" id="cost" id="cost" class="ac_input contacttext" style="width: 75px;"><br /> </form> <input type="submit" name="btnUpdZone" id="btnUpdZone" value="Add Zone Data123">
Any ideas? Is there something basic I'm missing? I'm running it on a Mac off the default root directory.







Bookmarks