Gustav Wiberg wrote:
> I have this code:
> 
> <b>Add manufacturer:</b><br>

Bold then a line break? Shouldn't this be a heading?

> action="admin/phpfunctions/addnewmanufacturer.php?frmManufacturer=<?php

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

> Why is there TWO admins? Why isn't the path like this...?

Presumably because the resource with that form on it is found at the
URL /mobilkamera/admin/SOMETHING and your URL is relative to that.

http://www.iusmentis.com/technology/www/relativeurls/

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                     Home is where the ~/.bashrc is

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

Reply via email to