Search results

  1. B

    refreshing the same php page

    Actually I think I made mistake in calling the javascript function. So I declared the function as you said: function formSubmit() { document.getElementById("report_filter").submit(); } and called this in the "onchange" event as: <form method="post" id="report_filter" action="<?php...
  2. B

    refreshing the same php page

    Thanks for your reply. I was actually trying to do this without a submit button as you said, in such a way that selecting the filter option from the dropdown box will automatically refresh the page with the queries I want. I found out from forums yesterday that the parameter that you...
  3. B

    refreshing the same php page

    I am still learning and programming in php and I need a help with filtering data. I have created a php page that displays data from a mysql table. I have to create filters now and I made a dropdown box in that same page. However I dont know how to make the page refresh once a filter is selected...
  4. B

    Browse a big table data

    Hi I am a new guy when it comes to designing websites and I learnt a little to be able to design a table using PHP/HTML and display data from mysql table in it. Since there are too many columns and rows in it now, its getting difficult for me go through the table data and to be able to...
Top