Archive

Posts Tagged ‘datas’

Flash Cookie

April 13th, 2011 Comments off

Hello,

I need to use Flash`s local shared object exactly as I would use a browser cookie. In fact, I want to use it as a complement in case some browsers would refuse a normal cookie.

Basically, I need 2 things:

FIRST : To pass datas to a flash movie

Explanations:
From an html page, I will pass 3 variables to a 1*1 pixel flash movie (wich will install the local shared object in the surfers computers)

variable 1 = a set of encoded datas
variable 2 = an expiration date for the flash cookie
variable 3 = The name of the Flash cookie

SECOND : To retreive datas to from the previously created flash cookie.

Explanations:
From an php page, I need to be able to retreive the datas wich was previously inserted in the flash cookie. Action Script should look at the expiration date, if it is expired, then send no datas. If it is not expired, then send the datas to my php page.

Excel Spreadsheet To Database

January 22nd, 2010 Comments off

Form online

I want the possibility to put in a database a series of datas that actually our employee collect through an excel spreadsheets (look at the exemple).
We want
1) the possibility to insert in one database all datas coming from these spreadsheets through simple uploading on our site
2) Note: If we reupload a spreadsheet we want the precedent spreadsheet with the same name to be rewritten
3) the possibility to search for a specific string both the fields first name (Nome) or family name (Cognome) and for corso
4) the possibility to search for a specific date (data)
5) the possibility to have, searching for a name, the sum of all the different numeric fields (Saldo)
6) the possibility to download the results as an excel spreadsheet
7) the possibility to add and edit datas directly online

Thanks

Bear