Hi there!

Why...

I have this code:

<b>Add manufacturer:</b><br>
<form name="frmMan" action="admin/phpfunctions/addnewmanufacturer.php?frmManufacturer=<?php echo $frmIDManufacturer;?>&frmModel=<?php echo $frmIDModel;?>" method="post">
<input type="text" size="30" name="frmManufacturerName">
<input type="submit" value="ok">
</form>

When i press the submit - button, I get this error:

Not Found
The requested URL /mobilkamera/admin/admin/phpfunctions/addnewmanufacturer.php was not found on this server.

Apache/2.0.53 (Win32) Server at 192.168.0.3 Port 80

Why is there TWO admins? Why isn't the path like this...?
The requested URL /mobilkamera/admin/phpfunctions/addnewmanufacturer.php was not found on this server.

???

If this is not a question that suits the list, please guide me tips where to look...

Best regards
/Gustav Wiberg

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to