--- Joao Andrade <[EMAIL PROTECTED]> wrote:
> <form method=post action="\basics\quotation-add">

Windowsitis? Mind your slashes.

Also, you should quote HTML attributes (though this isn't your problem). So,
try this:

<form action="/basics/quotation-add" method="post">

>  <td><input type=text size=30 name=author_name>
[snip]
>  <td><input type=text size=30 name=new>

Same thing here. Quote your attributes.

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to