Forum: PHP Aug 18th, 2008 |
| Replies: 4 Views: 1,320 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,140 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: ASP Jul 10th, 2008 |
| Replies: 3 Views: 1,368 Hi,
you can use the following logic.
suppose the number is 123.567
take 2 integer variables say a and b and 2 float variables say c and d.
now c=123.567
a = c |
Forum: PHP Jul 8th, 2008 |
| Replies: 41 Views: 13,139 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... |