Hi,
I'm creating a e-commerce site using Codeigniter.
My question is, how should i get the query string.
Am using a saferpay payment gateway, the gateway response will be like this
…
I'm using the spark view engine with my asp.net mvc application.
In my aspx pages, I can succesfully use Html.Actionlink, but when I attempt it in spark files, it doesnt show up in…
Hello.
I would like informations to manipulate tables.
I encounter few problem with a piece of cobol code like below:
01 TABLE-1.
05 STRUCT-1 OCCURS 25 TIMES.
10…
I have an App which launches the google Map App. The code is:
UIApplication *app = [UIApplication sharedApplication];
[app openURL:[[NSURL alloc] initWithString:…
I am doing profiling of my Java application and found some interesting statistics for a jdbc PreparedStatement call:
Given below is the environment details:…