Forum: JavaScript / DHTML / AJAX Nov 17th, 2007 |
| Replies: 3 Views: 2,301 Yes I agree. But I am not storing the data. Data in the table should be dynamic. i need to store the position of the table.The best example is igoogle. We can custamize the table.Can we do using... |
Forum: JavaScript / DHTML / AJAX Nov 16th, 2007 |
| Replies: 3 Views: 2,301 I have done coding for custmization of web page using drag and drop. After customization i need to save the change they made using javascript.please give some idea. |
Forum: PHP Sep 22nd, 2006 |
| Replies: 10 Views: 12,761 thanks i am able to do. thanks you so much |
Forum: PHP Sep 22nd, 2006 |
| Replies: 10 Views: 12,761 hi
my database data
CREATE TABLE upload (
id INT NOT NULL AUTO_INCREMENT,
name VARCHAR(30) NOT NULL,
type VARCHAR(30) NOT NULL,
size INT NOT NULL, |
Forum: PHP Sep 21st, 2006 |
| Replies: 10 Views: 12,761 hi
i am new to this forum. i am able to add image file(a.jpg) to mysql databse. when i see the file in a databse . i could see the file.but when i try to retrive that file ia m getting... |