Hi
I hope this is the right forum for this question...
I have a form, from which I want to asynchronously upload one or more pictures.
After each image is uploaded, I want to display its thumbnail in this form
I understood I should use iframes, but I I couldn't find a working example or explaination of how to make it work...
I would appreciate your help
Yuval
User Profile
Collapse
-
Asynchronous File Uploads
-
Thank you, but this example uses Insert Row, that means I have to read the content of the response I get from the server to know whar rows/collums to insert, when in the server they already formatted it so I can just insert it...I want to insert a whole string [that represents several rows] into the table between the two rows. -
Adding rows to a table by javascript
Hi
I want to Query a database using AJAx and display the results in the middle rows of an existing table. right now the server builds rows and return them to the main page, but I don't know how to insert them to the right spot.
basically, I look for a function he inserts a string before /after some row in the table .
in the pad I have:
<table>
<tr><td>Heade r</td></tr>... -
MDB2 is a php library...
my code is :
$statement=$db->prepare("UPDAT E TABLE_! SET COL1=? WHERE VAL1 =?",array("inte ger","integer") ,MDB2_PREPARE_M ANIP);
$result=$statem ent->execute(array( 1,2));
$result's value is 0, akthough the table WAS updated.Leave a comment:
-
MySQL in PHP Questions
I am trying to write a Data Abstraction Layer Using MDB2 for this.
I have tried using prepared statements , but they didn't return the number of affected rows :(the update was executed successfully - tyhe valus in the table changed, but the "execute" always returned 0.
Anybody knows something about this?
Thanks
Yuval -
Changing a control with javascript
Hi
Is it possible to change a html control from an image to flash video in a javascript function? I hava a form, with an image and beneath it a text box and a button (this is not the submit button). The user is supposed to enter the url of a youtube video and when he presses thebutton - the image is supposed to change to the flash video player playing that video. how can I do it?
Thank you
Yuval
No activity results to display
Show More
Leave a comment: