What about if you're using php??? I know that i could use a .csv file and get quotes from yahoo and i have even seen some examples of this, but not being a programmer i am having a ton of difficulties with writing the proper code for my needs. I would also like to have flex on the front end of this application so it kind of makes it even more complex for me since i have just gotten myself into this world of Rias and i guess i would like to keep learning no matter how frustrating it gets.
If i'm correct, these are the things that i would need:
PHP script that opens up a connection with the mysql server and retrieves the .csv file from yahoo and saves it over the existing. (If possible with not too much scripting to save the .csv file to a new fle for example csv_01.csv it would be great because than i would leave myself some space so that i can have charts later on but i have no idea if that would be way more complex than just overwriting the existing file). If i could do this on an interval of lets say 15minutes in the back end than i could probably get the logic in place for connecting to a mysql server through amfphp and displaying it back in Flex.
I feel like i am asking too much already so if anyone can help me i would really really appreciate it and any suggestions are welcome and i thank you in advance.