I have a bunch of code that I create on the fly to send data from an internal website.
I want to create a CLI with PHP to have this data sent directly to the web server, can this be done and any information would be great.
Thanks,
Timgerr
-How important does a person have to be before they are considered assissinated instead of just murdered?
Code:
<head>
<!--
-->
</head>
<BODY OnLoad="document.QUESTION.submit();" BGCOLOR="white" LEFTMARGIN="5" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<FORM NAME="QUESTION" Method="post" action="[URL unfurl="true"]http://dyno.mot.com/Submit/SubmitMain.asp?category=1&location=MI06&tickettype=649&CoreID=TIMOTHYG&Organization=">[/URL]
<INPUT TYPE="HIDDEN" Name="CoreDirCorrect" Value="1">
<INPUT TYPE="HIDDEN" Name="CustomerCoreID" value="TIMOTHYG" maxlength="8">
<INPUT TYPE=HIDDEN Name="PhoneNumber" Value="">
<INPUT TYPE=HIDDEN Name="EmailCopiesTo" value="">
<INPUT TYPE=HIDDEN Name="800014118" size="1" value="0">
<INPUT TYPE=HIDDEN Name="Severity" size="1" value="3">
<INPUT TYPE=HIDDEN Name="CustomerImpact" size="1" value="3">
<INPUT TYPE=HIDDEN Name="Subject1" value="Working on web server with remedy">
<INPUT TYPE=HIDDEN Name="SubjectUsed" Value=1>
<INPUT TYPE=HIDDEN Name="InitialDescription" value = "Send to MI06 Server Group">
<INPUT TYPE=HIDDEN Name="7625" size="40" value="1">
<INPUT TYPE=HIDDEN Name="7626" size="40" value="1">
</FORM>
</Body>
I want to create a CLI with PHP to have this data sent directly to the web server, can this be done and any information would be great.
Thanks,
Timgerr
-How important does a person have to be before they are considered assissinated instead of just murdered?