Hi there - y as I might I cant seem to get this to work. I have a 
mysql database,am using phpmyadmin,and dwmx2004.
I have a table - tasks with a colum Priority.
I have set this up as ENUM yes or no and the default to no 
(PHPmyadmin insists I have a default in there)
Ok in my php page I have the following for the form

  <input name="Priority" type="checkbox" id="Priority" 
value="yes"></td></tr>


However when a user checks the box it doesnt seem to pass the value 
yes to mysql database - the output page just has no in it the 
default value!
Any help or advice would be greatly appreciated.
I have inserted a record stright into phpmyadmin and it seems to be 
working fine there so it is definitely someting in my page that is 
wrong!
Thank in Advance
M.





The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to