mikensu Posted August 8, 2007 Share Posted August 8, 2007 Im now to PHP and I wrote my first program and the error "The value of the attribute is not valid. Code 800040049 Source:Windows Script Host. I am also interested in command line scripting just to learn the language. So I need help with either or both. And I downloaded php 4.4.7 win 32. Here is my code <job id="test"> <script language="ActivePHP"> $WScript->Echo("Hello World!"); </script> </job> Link to comment https://forums.phpfreaks.com/topic/63908-solved-getting-started/ Share on other sites More sharing options...
frost Posted August 8, 2007 Share Posted August 8, 2007 I have never seen anything like what you have there... It looks like you want to do this: <?php echo "Hello World!"; ?> Link to comment https://forums.phpfreaks.com/topic/63908-solved-getting-started/#findComment-318539 Share on other sites More sharing options...
MadTechie Posted August 8, 2007 Share Posted August 8, 2007 your need to run Window script directly from cscript.exe or wscript.exe using the php //E:PHPScript what are you trying to do ? as a side note this will only work from a server that has been setup with php5activescript.. learn the basics first.. Link to comment https://forums.phpfreaks.com/topic/63908-solved-getting-started/#findComment-318542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.