Hi guys... I'm having a little trouble now, because I have this: I need a country list in a select field (has any1 the code to generate this list ?) Well, when...
Manuel, i can't get label to work with file for file uploads. $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ACCEPT"=>"application/pdf", ...
Manuel, i populate a select via a table in my db. the table in the db is subject to change. for example, new product may be added at any time. i sort the...
manuel, how come the following displays and acts correctly even though there is no "" value in the database table to match the VALUE in the class? $conn =...
hi Manuel, i have the following code... ... $sql = 'SELECT product_id, product_number FROM t_product ORDER BY product_number ASC'; $rs = $conn->Execute($sql); ...
manuel, i figured out the ie bug - there was an extra space or return it was interpretting as a horizontal line. i have successfully approximated your form...
Manuel, i want to create a multiple select box that displays product_number (already done). for the products that are selected, i want to insert the...
Hi, I don't know much to anything about PHP. Just that I was told I need to have my forms in PHP in order to have them on a SSL or whatever. I need secured...
Hi! i need make custom input class. It must consists of select and text fields. Text field is alweys innactive but if in select field selected "Other" it must...
Manuel, i'm getting the following error... "customer: it was not defined a valid input value AddLabelPart: it was not specified a valid label FOR input ID" ...
I tried to learn how form templating is done in the creation of my form... but well, the example is a little complex for now... let's suppose my form has 2...
Hi I'm building a form with your class, and i want to build a dynamic select.. $form->AddInput(array( "TYPE"=>"select", "NAME"=>"campocliente", ...
Hello, I have a form with multiple submit buttons, using AddInput(array( "TYPE" => "submit", "ID" => "button_name" )) I am trying to determine which button is...
manuel, thanks for the guidance on the double date class call. i removed it and the rror went away. i would like to insert an inline date using you date ...
Manuel, how can i call a function inside of your class? i want to call a simple date function, but i can't figure out how to get it done. i tried loading in...
Hello, I have a number of forms all using your form_class class. I am using it in conjunction with Smarty, following the example provided. The problem I am...
is there a simple way to populate a dropdown box with database entries? i think i'd need to run the query, assign the results to variables and then populate...
I have not been able to succesfully run the test_smarty_form.php script. I get the form page, but only the title, and header "Test for Manuel Lemos' PHP form...
how do i generate a select box with let's say 90 options? like a "select country". and how do i insert records to database. do i have to write custome code...
Hi Manuel, I had originally posted this question on freshmeat.net but I thought that it would be better served if I move the thread to this forum since others...
I use an image to bring a popup window with a calendar. I found that an image defined as $frmProy->AddInput(array( "TYPE"=>"image", "ID"=>"image_CalFin", ...
Hello Pavel, Your end ISP mail.ru is rejecting messages sent by my server, so I am replying here in the hope that you get this message. ... Hummm... it seems...
I have a form that has 5 identical selects - one for each day of the week. An example: $fieldform->AddInput(array( "TYPE"=>"select", "NAME"=>"monday_start", ...
I suppose now that this forum has been created, I'll transplant some of the posts from the PHPclasses forums? I would like to nail down my attempts at building...