User Profile

Collapse

Profile Sidebar

Collapse
puneetmca
puneetmca
Last Activity: Mar 15 '10, 06:56 AM
Joined: Jan 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • update one field from one table to another table within same database

    hi all
    i want to update ecode from emp_company to at0310.update ecode that matches with ecardno of both the tables....i used query for it but update only same ecode for all............ .
    [code=php]
    <head>
    <title></title>
    </head>
    <body>
    <?php
    $con = mysql_connect(" localhost","roo t","root");
    if (!$con)
    {
    die('Could not connect:...
    See more | Go to post

  • want to insert record from txt file as well as from another table

    hi .........
    i have two tables emp_company and at0310.
    at0310 table having fields: ecardno,atdate, attime,IO,seria lno,cardrd and ecode.
    into my text file ecardno,atdate, time,IO,serialn o,cardrd record available but ecode not comes from there. in my emp_compnay i have fields like ecode,ecardno,e tc . i want in my at0310 table ecode comes from emp_company and only those ecode should be stored into at0310
    that matches...
    See more | Go to post

  • ok i do thanxxxxxxxxx
    See more | Go to post

    Leave a comment:


  • Reading file character by character and stored into database

    hello dr..........
    i m trying to store a text file into database below format of text file
    i hv text file like this:
    010010200111027 1 0409141151I1476 201
    010010200111012 5 0409141351O1476 301
    010010130000003 0 0409141630O1476 401
    010010200111027 1 0409141631O1476 501
    010010200111012 6 0409141632O1476 601

    how can store it into my database table att0310
    my table fileds:
    cardno date...
    See more | Go to post

  • puneetmca
    started a topic unable to set the transition of menu

    unable to set the transition of menu

    hello
    i made a menu using css and js.. it is working properly but the way how it shown is not looking professional .. I think i dont set any transition property to it........ i tried but i failed to achieve it...... plz help me out......
    i used var transition=102; into my js code file........m using mozila firefox browser.
    but this is not working plz help me out
    [code=javascript]

    var cssmenuids=["cssmenu1"]...
    See more | Go to post

  • thanx dr ............... i will try it
    See more | Go to post

    Leave a comment:


  • Display sub menus on the right of main menu items

    hi....i have made a horizontal menu with some of the sub menu items using javascript and CSS...but when i open the sub menu items then the items are opened below the main menu by overlapping other items...but i want it should be open in right or left side....so that user can easily select the options.....
    can you help me out if there is any code or property in css for doing it...........
    thankz
    See more | Go to post

  • records are not being updated as well as no error is shown to me............

    hi...
    i want to update employee's record but its not being updated.....can u help me out....
    no error is shown to me.....




    [code=html]
    <html>
    <body bgcolor="pink">
    <?
    $con=mysql_conn ect("localhost" ,"root","root") ;
    if (!$con)
    {
    die('Could not connect: ' . mysql_error());
    }
    mysql_select_db ("master",...
    See more | Go to post

  • puneetmca
    started a topic insert DOB using html form into database using php
    in PHP

    insert DOB using html form into database using php

    hi
    i want to insert employees DOB into database through html forms but my code is not working....only empty record is shown in the database in edob ..rest of the records are working properly....... .like ecode,ename etc....i am using date as a datatype in database and my format of date is yy-mm-dd
    i m sending the html and php coding below.
    [code=html] <html>
    <head><title> Employee Data</title></head>...
    See more | Go to post

  • thanx for d help..........
    See more | Go to post

    Leave a comment:


  • how can i write my data from text file into database

    hi..
    i m trying to write data from txt file onto database but when i am executing my php code for it the empty record will be inserted in the database not the data written on txt file will be entered.plz help me out
    [code=php]
    <html>
    <?

    $con=mysql_conn ect("localhost" ,"root","root") ;
    if (!$con)
    {
    die('Could not connect: ' . mysql_error());...
    See more | Go to post

  • generating reports and display the records in txt file

    hi
    i m new in php.... i want to generate a report of my database records having field names FirstName ,LastName and Age in student table and test database.....an d i want to display these records in notepad as a txt file.....how can i do this?plz hlp me out......
    See more | Go to post

  • puneetmca
    started a topic delete the records using checkbox from database.
    in PHP

    delete the records using checkbox from database.

    hi...this code of deleting a record from database using checkbox is not working...echo "<td>$row['FirstName']</td>;
    echo "<td>$row['LastName']</td>";
    echo "<td>$row['Age']....these lines print as it is...rather then displaying the records entered in the table....

    [code=php]<?php

    $con = mysql_connect(" localhost","roo t","root");...
    See more | Go to post

  • how to delete record from database through html form

    I am using Windows XP as my OS and apache server. I have successfully inserted new records into database using forms and now want to delete the records from the database through using radio buttons.

    Any record i'll select with radio button should be deleted on submit.

    Code:
    <?
    //connect to mysql
    //change user and password to your mySQL name and password
    mysql_connect("localhost","root","root");
    ...
    See more | Go to post

  • problem occured while inserting records from form into database

    hi
    i m facing problem while m trying to insert a record from form into database..the empty records will be inserted.values are not inserted in it....no error is shown..
    here is the html coding.......
    Code:
    <body>
     <form method="POST" action="p.php">
    Firstname: <input type="text" name="FirstName" size="30" /><BR>  <BR>
    <INPUT NAME="enter"
    ...
    See more | Go to post
    Last edited by Atli; Jan 22 '10, 08:28 AM. Reason: Added [code] tags.
No activity results to display
Show More
Working...