رفتن به مطلب

how to use MC7http with mysql RemoteQurey


larthechange

ارسال‌های توصیه شده

First send Requests to php then send to mysql with php query

 

	Req1.Initialize("Reqs" , "RR1" , 8000 , Me)
	Req1.PostString("http://www.site.com/index.php" , "S=10&N=20" )

 

Sub Reqs_MC7HttpResponse(Response As MC7Http)
	Log("RName = " & Response.RName & ", Success = " & Response.RSuccess)
	If Response.RSuccess = True Then
		Select Response.RName
			Case "Req1"
				Log(Response.GetString)
				Response.Release
		End Select
	Else
		Log("Error: " & Response.RError)
		ToastMessageShow("Error: " & Response.RError, True)
	End If
	
	Req1.StopAllRequest
End Sub

 

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

در در 1397/08/02, 14:38:21، M-CAP7AIN گفته است :

First send Requests to php then send to mysql with php query

 


	Req1.Initialize("Reqs" , "RR1" , 8000 , Me)
	Req1.PostString("http://www.site.com/index.php" , "S=10&N=20" )

 


Sub Reqs_MC7HttpResponse(Response As MC7Http)
	Log("RName = " & Response.RName & ", Success = " & Response.RSuccess)
	If Response.RSuccess = True Then
		Select Response.RName
			Case "Req1"
				Log(Response.GetString)
				Response.Release
		End Select
	Else
		Log("Error: " & Response.RError)
		ToastMessageShow("Error: " & Response.RError, True)
	End If
	
	Req1.StopAllRequest
End Sub

 

 

 

 

thanks you so muct

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...