User Profile

Collapse

Profile Sidebar

Collapse
vivekgoyal
vivekgoyal
Last Activity: Oct 17 '07, 07:17 AM
Joined: Sep 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • creating the row dynamically and saving the data to a database

    hello guys...

    today i need again help...
    actually i face problem the in adding new row at run time...

    coding....[code=html]
    <html>
    <script type ="text/javascript">[/code][code=javascript]
    var counter=0;
    function addRow()
    {

    var trow=document.g etElementById(' tblGrid').inser tRow();

    var tdata1=trow.ins ertCell(0);
    var...
    See more | Go to post
    Last edited by pbmods; Sep 24 '07, 12:35 PM. Reason: Added CODE tags.

  • vivekgoyal
    started a topic how to store the image in database using php
    in PHP

    how to store the image in database using php

    hello guys,
    i need your help...
    i face problem in storing image in database...
    can any one send me the complete coding of storing image in database...
    please i need ur help...
    plz try to send me complete coding of stroing image file in php...

    thanks and regards
    Vivek Goyal
    See more | Go to post

  • thanks Weisbartb


    to solve my problem...
    thanks once again......
    See more | Go to post

    Leave a comment:


  • thanks ronald.....

    to solve my problem....

    i solve this problem with ur help.

    today i have posted new problem please solve this one also.......
    See more | Go to post

    Leave a comment:


  • vivekgoyal
    started a topic Appear the form...
    in PHP

    Appear the form...

    i have some stupid problem...
    actually i create two button and to click any button a related form is appear below the buttons....
    and if i click the another button a another form is appear which is related to that button...

    but the eariler page is remove....

    and please try to send me this problem programatically ...
    actually i have new in this line...
    so please help....
    See more | Go to post

  • How to check if a record exists in a MySQL database

    hello

    i have some problem..
    actually i make a userscreen using php and problem is that i have check the username is already exists aur not...
    i used the query
    like this...
    [code=php]
    $con = mysql_connect(" localhost","roo t");
    if(!$con)
    {
    die('Could not connect:'.mysql _error());
    }
    mysql_select_db ("demo",$con );
    $obj1=mysql_que ry("select...
    See more | Go to post
    Last edited by Atli; Sep 12 '07, 04:33 PM. Reason: Added [code] tags
No activity results to display
Show More
Working...