|
|||
can anyone help me..
im currently developed a website using asp that involved with credit card transaction.the 3rd party is using php.from my page to the 3rd party it seems to be ok. the problem now is after the transaction is done, i need to return back to my page which is credit.asp the 3rd party provide the return url for me to insert it: http://www.anaedar.com/credit.asp?status=$status; is that correct? the page seems like it doesn't read the status that i pass. or is there anything wrong with my asp coding down here? <% NOBAKUL = session("nobakul") Dim rs Dim strSQL Set rs = Server.CreateObject("ADODB.Recordset") With rs .LockType = 3 .CursorType = 3 .ActiveConnection = conn End With strSQL = "SELECT * FROM BAKUL WHERE NOBAKUL = '" &NOBAKUL& "'" rs.Open strSQL Dim myStatus myStatus = Request.Querystring("status") If myStatus = "-1" Then rs("STATUSCREDIT") = "-1" rs.Update Response.Redirect("main.asp") Else if myStatus = "11" Then rs("STATUSCREDIT") = "11" rs.Update Response.Redirect("failure.asp") Else if myStatus = "00" Then rs("STATUSCREDIT") = "00" rs.Update Response.Redirect("paparbakul.asp?NoBakul='" &NOBAKUL& "'") End If End If End If %> anyone can help me? thanks in advance. |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tolong!Tolong!! Urgent giler nie... | Apit | Website Programming | 4 | 29-03-2008 05:35 PM |
| masih pening.... | metana21 | Revenue and Monetization | 5 | 15-11-2005 09:52 PM |
| tolong.... | fauseth82 | Website Programming | 1 | 04-12-2003 03:32 PM |
| tolong | yhaffiz | Website Programming | 2 | 26-09-2003 12:08 PM |
| pening pening | kuman | Website Design | 8 | 26-06-2002 12:47 PM |
All times are GMT +8. The time now is 06:13 AM.
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.













Linear Mode

