Forum: NSIS Discussion
25th May 2007, 14:26
|
|
Replies: 3
Views: 1,066
Hi,
I have created a dll file in Visual...
Hi,
I have created a dll file in Visual basic and want to call that file in php.
When i run my php code in command prompt its working but thru the webpage it's not working.
I cant understand...
|
Forum: NSIS Discussion
25th May 2007, 13:58
|
|
Replies: 3
Views: 1,066
Com and PHP
Hi,
I created a dll file in Visual Basic
Public function news()
dim a,b as Integer
a=2
b=3
msgbox a+b
end function
|