User Profile

Collapse

Profile Sidebar

Collapse
yuvaly
yuvaly
Last Activity: Apr 10 '08, 08:39 PM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yuvaly
    started a topic Asynchronous File Uploads

    Asynchronous File Uploads

    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
    See more | Go to post

  • yuvaly
    replied to Adding rows to a table by javascript
    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.
    See more | Go to post

    Leave a comment:


  • yuvaly
    started a topic Adding rows to a table by javascript

    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>...
    See more | Go to post

  • yuvaly
    replied to MySQL in PHP Questions
    in PHP
    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.
    See more | Go to post

    Leave a comment:


  • yuvaly
    started a topic MySQL in PHP Questions
    in PHP

    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
    See more | Go to post

  • yuvaly
    started a topic Changing a control with javascript

    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
    See more | Go to post
No activity results to display
Show More
Working...