Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. niche

    session

    Your question implies that you might have the skill to write such a script? If so, why don't you?
  2. Might be a problem with your cache
  3. Are you trying to update a table or take data from multiple files and insert data into another table?
  4. If you're depending on php, you'll have to leave the page. Else, there's javascript. Can you use js? EDIT: This might help http://stackoverflow.com/questions/20537696/remember-and-repopulate-file-input
  5. http://www.plus2net.com/php_tutorial/variables2.php Then you'll need php to get access to your data
  6. http://www.w3schools.com/tags/ref_httpmethods.asp
  7. dsonesuk's #2 is what you need. Just not exactly what you need. That tells me you need to go with ajax or accept a slight imperfection.
  8. Is this what you need? http://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly EDIT: I don't think it's what you want.
  9. I think you need an ajax call, but I wouldn't call it simple. http://www.w3schools.com/php/php_ajax_intro.asp
  10. niche

    @session_start()

    If you're having a problem, why turn off error reporting? That's what @ does.
  11. Looks like post_iframe.php is missing. If not check for exact combo of upper/lower case letters in file name
  12. just load the id with the filename as in filename.ext#id
  13. That's just one of the problems using a framework.
  14. define "simple" i relation to your coding skills.
  15. No errors = Time to start taking it apart and testing it incrementally.
  16. What values do you get when you echo the values of each of these vars: $nameSender, $Address, $contact_no, $total_sent, $date_sent, $file_name
  17. put this at the end of your insert and you'll probably will know more: or die(mysql_error())
  18. I don't see any error reporting in your INSERT. http://php.net/manual/en/function.mysql-error.php
  19. What's in the variables you need to insert?
  20. What errors do you get from your INSERT? Have you echoed each var to make sure they're what you expected? Also, try VALUES instead of VALUE
  21. LOAD DATA http://dev.mysql.com/doc/refman/5.1/en/load-data.html
  22. Is error reporting on?
×
×
  • Create New...