I thought I would post the bug here and in bug reporter
In PC QT 7 Preview, the wired command, QueryListServer, is no longer
working.
ALL my projects rely on the wired command QueryListServer to get data
to and from a remote php/mysql setup
So for me and my clients, it would be a bad thing.
-----------
Quicktime Installer EXE Version Number: 11.0.0.28844
Note: I have altered the actual url to the php script
You can email me offlist for the actual url to make the 'gathered'
project work
-----------
So why keep QueryListServer around ?
1)
Unlike the wired command, ExchangeList, querylistserver supports
qtlist names.
This is integral for keeping track of multiple php/mysql calls
For Example:
[List Received]
if(strcompare(thisevent.getlistelementvalue("event.listName"),"list1",Tr
ue,True))
// do something special with this list 1
elseif(strcompare(thisevent.getlistelementvalue("event.listName"),"list2
",True,True))
// do something special with this list 2
endif
2)
QueryListServer server supports sending key value pairs which does not
require an xml parser to GET variables on the server side
Sending xml strings in a GET request adds a lot of unnecessary overhead.
many thanks :)
g
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden