Jump to content

eFlagRaise Question?


PHPhewstone

Recommended Posts

 

I want to be-able to click a button that will Raise a Flag. However i have only come accross the asp version. (See below.)

 

Can i either change the code to PHP or include this asp script into a PHP webpage?

 

 

<%
Dim status
set FlagObj = Server.CreateObject("e-Work.RaiseFlag_Control")
FlagObj.Server =Request.Form("EworkServer")
FlagObj.Folder = Request.Form("Folder")
FlagObj.FlagName = Request.Form("FlagName")
FlagObj.Data = Request.Form("FlagData")
status = FlagObj.RaiseFlag
if status=True then
Response.Write("Flag was raised")
else
Response.Write("RaiseFlag failed. Error Message" + FlagObj.ErrorMessage)
end if
%>

Link to comment
https://forums.phpfreaks.com/topic/192518-eflagraise-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.