Forum: PHP Aug 18th, 2008 |
| Replies: 4 Views: 1,382 Hi,
The easiest way that I can think of is:
Create the table dynamically and then when you move up and down, swap the table rows using javascript. |
Forum: PHP Jul 11th, 2008 |
| Replies: 33 Views: 2,164 Hi Friends,
Good news, I have modified the script somewhat more.now it supports
1. moving in directory ans subdirectories.
2. moving up the directory
3. slide show of the images.
just edit... |
Forum: PHP Jul 8th, 2008 |
| Replies: 41 Views: 13,540 hi,
The problem was not with AJAX or PHP code, but it was with the xml generation. I have included the modified code. I have added a root element for the XML.
<?php
// This is a very... |