-
Php and ajax
well i m using xmlhttprequest to deal with php.
i have, say abc.php which is called from ajax.
in abc
i have a loop, which loops through the length of php array that consist 300 of strings and in loop values are inserted to the database. I have echoed inside loop after the insertion is successful like echo $i. " of " . count($somearray)." values inserted."
All i want is that in html page from where ajax is called, there is a div..and i want to update div everytime the value are inserted. like this.
1 of 300 values inserted...
2 of 300 value inserted...
and so on until 300th value is inserted.
Now...it shows all the lines...after all the values are inserted.
Thanks
Sabin
Similar Threads
-
By vanillacraig in forum AJAX
Replies: 1
Last Post: 11-16-2007, 06:08 AM
-
By tommyready in forum AJAX
Replies: 1
Last Post: 04-20-2007, 08:50 PM
-
Replies: 0
Last Post: 03-22-2007, 09:15 PM
-
Replies: 0
Last Post: 02-17-2007, 04:36 PM
-
Replies: 0
Last Post: 08-28-2006, 04:05 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|