Search found 3 matches

by raveendran
Tue May 06, 2008 6:10 am
Forum: PHP - Code
Topic: PHP AJAX Text Editing.
Replies: 3
Views: 213

Re: PHP AJAX Text Editing.

hai davidshq,

Pls download the AJAx scripts from the following link,

http://script.aculo.us/
by raveendran
Tue May 06, 2008 5:25 am
Forum: PHP - Code
Topic: Read the MSword file form PHP and display in browser
Replies: 1
Views: 131

Read the MSword file form PHP and display in browser

Hai, I would like to read the MSword file(.doc) and display on the browser. I used the following lines to read $filename = "c:\\sample.doc"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); but it showed me in the some other format. Afterwards i g...