How to implant a *special* VBScript into php code?
Posted: Tue Jun 26, 2007 7:43 am
feyd | Please use
This doesnt help though
I tried other vbscript code and it worked. Only the code, I draw data from the Registry with, doesnt work in the php script above
I executed the code with a .bat file and it worked... the bug is not in the code itself. It doent give an error in the Explorer neither, but it doesnt do the work it is supposed to do 
Could anyone help me with it?
Best,
siskokid
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi everyone,
I have the problem that Internet Explorer does not want to execute a vbscript, because with this script I draw some information out of the Registry. I enclose the script by the followingCode: Select all
<?php
echo<<<HTML
<script language="VBScript">
/****
my script
****/
HTML;
?>Could anyone help me with it?
Best,
siskokid
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]