Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~269 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for hbhaskar

i want to edit certain bookmarks in a word document through PHP. i bookmarked the relevant characters in the word document format.doc and run the following script....but its showing errors. Please help [CODE]<?php $word = new COM("word.application") or die("Unable to instantiate Word"); echo "Loaded Word, version {$word->Version}\n"; $template_file = "C:/Program …

Member Avatar for jkon
0
193
Member Avatar for hbhaskar

//I used the following command to hyperlink: $result_id1 = mysql_query("SELECT * FROM query order by case_id"); for ($i=0; $row1=mysql_fetch_array($result_id1); $i++) { //case_no is a field in the table "query" echo "<TD><b><a href='http://localhost/test/details.php?case=$row1[case_no]'> $row1[case_no]</a></b> </TD>"; } //now the file details.php is something like: $case= $_REQUEST['case']; // after the connection and all …

Member Avatar for Shanti C
0
76