User Profile

Collapse

Profile Sidebar

Collapse
amit007
amit007
Last Activity: May 14 '07, 06:25 AM
Joined: May 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amit007
    replied to excel to mysql
    in PHP
    thanx for reply
    i have solved it with
    "LOAD DATA LOCAL INFILE 'c:/1.txt' INTO TABLE aa FIELDS TERMINATED BY '%%' lines terminated by '/n' ";
    See more | Go to post

    Leave a comment:


  • amit007
    replied to Dynamic Value in MySql
    in PHP
    INSERT INTO `checkReport ` (`schID`, `schNo`, `noteNo`, `subschName`, `content`) VALUES (1, 1, 'a', '', ' I have checked report of Mr. ‘.$username.’ from ‘.$previousDate .’ to ‘.$currentDate. ’ ….)

    it will never work

    make a variable and store (have checked report of Mr. ‘.$username.’ from ‘.$previousDate .’ to ‘.$currentDate. ) in that variable and then store this variable in table.use ' ' when writes value.
    See more | Go to post

    Leave a comment:


  • amit007
    started a topic excel to mysql
    in PHP

    excel to mysql

    hiiiiiiiiiiiiii iiiii,
    i need to write a code to convert excel data into mysql.
    plz help me.
    thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...