Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
awempty.com #1
FLEX data table serialization
I currently use this PHP code to take table data serialized by the prototype
ajax framework into an array to be inserted into a database. How can I do this
in FLEX?
$ranking = 101;
foreach ($_POST['playlist'] as $id) {
$updateSQL = sprintf("UPDATE playlistItems SET `pos`=%s WHERE
`id`=%s",
GetSQLValueString($ranking, "int"),
GetSQLValueString($id, "int"));
mysql_select_db($database_list, $list);
$Result1 = mysql_query($updateSQL, $list) or die(mysql_error());
$ranking--;
}
awempty.com Guest
-
#39635 [NEW]: Better control for serialization (keyword for permit property serialization)
From: t dot prochazka at centrum dot cz Operating system: all PHP version: 5CVS-2006-11-26 (CVS) PHP Bug Type: Feature/Change... -
Flex's RemoteObject serialization library in Flex 1.5
Hi, Flex mode requires Macromedia Flex's RemoteObject serialization library and performs deep serialization on fields with bean accessors for any... -
How to take data out of table, restructure the table and then put the data back in
Hi All Wonder if you could help, I have a bog standard table called STOCKPRICES that has served me well for a while, but now I need to change the... -
avoiding XML serialization, different WSDL generation, soap serialization
Hello, I think my problem is interesting for most of developers who wish to exchange actual business entities with webservices, not just xml... -
Changing a html table when new data is entered into SQL table.
Hi all, I was wondering if anyone has any ideas on how I would go about this task. What I have is a html table which is populated from 2 different...



Reply With Quote

