Search results

  1. S

    Dropdown from the left

    Hi, would someone know how to convert the left side (textbox) into the same thing as the right has (select box) also by modifying the JS code from the example of this URL: http://www.mredkj.com/tutorials/tableaddrow.html ? It would be a really good feature to have if two select options were...
  2. S

    Timestamp SQL date field with PHP time

    Hi, I have a small problem when comparing two dates (from and to) with each of those SQL fields (date_from, date_to) with the PHP time() function. I would like the from date not to be lower than the microtime date specified and the to date not to exceed the current time. Additionally, I have a...
  3. S

    PHP loop with require

    Hi, I'm encountering problems with PHP v5.3.2. Does anyone encounters any problems when requiring / including a PHP file while listing files from a loop ? Right now, I can only output one file below the require / include line but on the above, everything outputs as expected. If anyone could...