Hi,
I am using fsockopen to retrieve an HTML page that has been compressed, but when I try and decompress the string I get the following error :
Warning: gzuncompress() [function.gzuncompress]: data error
I found a bug report on the PHP pages at sourceforge that said it was something to do...
Hi,
I am trying to load an XML file from a mapped network drive (w in this instance) but the MSXML component is reporting that the "system cannot locate the specified file".
Any ideas?
Thanks
Phil Clare
Hope this helps,
Phil Clare
http://www.trinipoint.co.uk
Hi,
Is there any way to select the minimum value in a set of columns in a single row.
eg. I have a table with 6 numeric fields, some of which may be null, and I want to find the lowest number in these fields for each row... I can find the first number by using COALESCE but not the lowest
Any...
Hi,
I have a file consisting of a number of lines of text, I want to read the file in order and execute some code based on the content of each line.
My problem is that I only want to access each line once and because of the size of the file, my script times out, so only gets so far down the...
Is there anyway that I can get the number of rows that a query would have returned if I hadn't used the LIMIT clause?
I have a database with 6000 records and when I execute a query I want to page the results, but also need to know how many results there are altogether so that I can work out how...
I have a table in my mySQL database consisting of a number of fields including two date fields.
In a page I perform an update changing the value of one field, however the update also changes the value of the first date field to NOW() (i.e. today's date). It doesn't however update the second...
Hi,
I'm trying to get some COM Components to run on multiple threads in an ASP.NET web page. I have tried using ASYNC delegates and spawning new threads etc. but everything still seems to run synchronously.
I've tried about a billion different things now, according to all my threads they are...
Hi,
I am trying to call multiple COM components asynchronously from an
ASP.NET web page. However it doesn't seem to be working...
I have used delegates and the threading classes however here is what
happens...
Although the COM Components are running asynchronously to the page the
don't run...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.