من یک برنامه نوشتم و از طریف فایل php ، برنامه را به جدول دیتابیس وصل کردم .
تنها مشکلی که دارم اینه که مقادیری که از ادیت تکست گرفتم رو به دیتابیس منتقل نمیکنه و فقط رکورد خالی در دیتابیس ایجاد می شود .
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim ht As HttpJob
Private Button1 As Button
Private Button2 As Button
Private EditText1 As EditText
Private EditText2 As EditText
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("ertebat")
ht.Initialize("sabt" , Me)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Sub Button1_Click
StartActivity("first")
Activity.Finish
End Sub
Sub Button2_Click
ToastMessageShow("پیام شما ثبت شد",True)
StartActivity("first")
Activity.Finish
Dim send As String
send ="name="&EditText1.Text&"&famil="&EditText2.Text
ht.PostString("http://r-salehi.ir/mo2.php?",send)
End Sub
Sub JobDone (Job As HttpJob)
If Job.Success = True Then
Msgbox(Job.GetString,"Success")
Else
ToastMessageShow("خطا در برقراری اتصال" , False)
End If
End Sub
سوال
mohamadsa432 0
سلام خدمت کلیه دوستان
من یک برنامه نوشتم و از طریف فایل php ، برنامه را به جدول دیتابیس وصل کردم .
تنها مشکلی که دارم اینه که مقادیری که از ادیت تکست گرفتم رو به دیتابیس منتقل نمیکنه و فقط رکورد خالی در دیتابیس ایجاد می شود .
Sub Globals 'These global variables will be redeclared each time the activity is created. 'These variables can only be accessed from this module. Dim ht As HttpJob Private Button1 As Button Private Button2 As Button Private EditText1 As EditText Private EditText2 As EditText End Sub Sub Activity_Create(FirstTime As Boolean) 'Do not forget to load the layout file created with the visual designer. For example: Activity.LoadLayout("ertebat") ht.Initialize("sabt" , Me) End Sub Sub Activity_Resume End Sub Sub Activity_Pause (UserClosed As Boolean) End Sub Sub Button1_Click StartActivity("first") Activity.Finish End Sub Sub Button2_Click ToastMessageShow("پیام شما ثبت شد",True) StartActivity("first") Activity.Finish Dim send As String send ="name="&EditText1.Text&"&famil="&EditText2.Text ht.PostString("http://r-salehi.ir/mo2.php?",send) End Sub Sub JobDone (Job As HttpJob) If Job.Success = True Then Msgbox(Job.GetString,"Success") Else ToastMessageShow("خطا در برقراری اتصال" , False) End If End Sub
لینک ارسال
به اشتراک گذاری در سایت های دیگر
2 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.