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
~166 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for lubber123

I am trying to write some simple PHP script to MSWord but am having problems just getting Word enacted. Does anyone have any simple code to bring up Word? [code] <?php $msword = new COM("word.application") or die mysql_error("couldnt create an instance of word"); echo "loaded , word version{$word->version}"; //bring word …

0
49
Member Avatar for lubber123

I have a problem using the PHP mail function using a very simple form. I have been uploading the files to our webserver and the form works fine and redirects to the correct page, however, the test email I send never arrives. Can anyone help with this? [code] //This is …

Member Avatar for lubber123
0
117