Re: URL handling

2013-03-30 Thread John Allijn
Ok, Thanks! On Mar 31, 2013, at 6:40, Mark Talluto wrote: > On Mar 30, 2013, at 12:28 PM, John Allijn wrote: > >> Hi, >> I'm working on a windows application that relies a lot on database qeuries. >> Both reading and writing of data. >> On the server side I use php scripts. >> In my appli

Re: URL handling

2013-03-30 Thread Mark Talluto
On Mar 30, 2013, at 12:28 PM, John Allijn wrote: > Hi, > I'm working on a windows application that relies a lot on database qeuries. > Both reading and writing of data. > On the server side I use php scripts. > In my application I use syntax like "Put URL tURL into tResult". > It all works wel

URL handling

2013-03-30 Thread John Allijn
Hi, I'm working on a windows application that relies a lot on database qeuries. Both reading and writing of data. On the server side I use php scripts. In my application I use syntax like "Put URL tURL into tResult". It all works well, but I am the only user on the database. I am wondering what