Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
How to import word doc file into mysql table using php coding   Message List  
Reply | Forward Message #2588 of 2744 |
Re: [phpResource] How to import word doc file into mysql table using php coding

1. Use MEDIUMBLOB datatype in mysql db.

2.

$filep = fopen($filepath, 'r');
$filecontent = fread($filep , filesize($tmpName));
$filecontent = addslashes($filepcontent);
fclose($filep);

3. Insert into Table_name values('$filecontent')


Regards,
Md. Iqbal Hossain
http://www.SabaSafa.com
Do you need a coder?

--- On Sat, 5/31/08, Gangadhara Prasad <lampprogramming@...> wrote:
From: Gangadhara Prasad <lampprogramming@...>
Subject: [phpResource] How to import word doc file into mysql table using php coding
To: "php-gurus" <php-gurus@yahoogroups.com>, "php-list" <php-list@yahoogroups.com>, "php4india" <php4india@yahoogroups.com>, "phpresource" <phpresource@yahoogroups.com>
Date: Saturday, May 31, 2008, 8:57 AM

Hi Experts,

How to import word doc file into mysql table using php coding?

Can you please me anyone.

Thanks,
Gangadhar


Bollywood, fun, friendship, sports and more. You name it, we have it.



Sat May 31, 2008 2:55 pm

iqbalcse2000
Offline Offline
Send Email Send Email

Forward
Message #2588 of 2744 |
Expand Messages Author Sort by Date

Hi Experts, How to import word doc file into mysql table using php coding? Can you please me anyone. Thanks, Gangadhar Meet people who discuss and share your...
Gangadhara Prasad
lampprogramming
Offline Send Email
May 31, 2008
7:12 am

1. Use MEDIUMBLOB datatype in mysql db. 2. $filep = fopen($filepath, 'r'); $filecontent = fread($filep , filesize($tmpName)); $filecontent =...
Iqbal hossain
iqbalcse2000
Offline Send Email
May 31, 2008
5:36 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help