Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send from CLI to a web server.

Status
Not open for further replies.

timgerr

IS-IT--Management
Jan 22, 2004
364
US
I have a bunch of code that I create on the fly to send data from an internal website.
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top