Wish you a merry Christmas.
I have page and i have created a page to submit data using
Code: Select all
<span id="s1" style="cursor:pointer;" onclick="center('dv_viewer'); $('#dv_viewer').load('file_viewer_chgs.php',{'a':'<?php echo $row3['bl_id']?>'}); $('#dv_viewer').fadeIn('1000'); $('#s1').css('text-decoration','underline');" onmouseout="$('#s1').css('text-decoration','none');">and user can enter some data and can save the data.
i wrote the insert query in the test.php and page get refreshed.
i need to view the earlier data on the test.page after submit the file_viewer_chgs.php
hope everyone got my idea.
Any help would be great.
Thanks in advance...