Hello all
I am currently building a website made with flash and php intereacting with a SQL server.
I have download and installed PHPBB as my forum template and and it is up and running fine
I have also managed to make a flash document and insert it into each post within the php forum so that using flashVars it will generate a profile information display that shows the posters rank and online status. This was more as a test than anything else.
Furthermore me and a friend are creating an avatar generator that will allow you to customise your personal icon (change the colour and style of clothes, hair facial fetures etc) to be used next to each post and on your profile (or you can opt for you own image)
Anyway inorder to create the avatar for each post the flash document will need to pull the generated code (outputted by the avatar generator) from the sql server in order to create the avatar.
This means that I must first get the avatar generator to give the code to the PHP which will then store it on the SQL server. And I must be able to find the information again (presumably withing the users data) and pass it back to the post avatar.
Sorry if that is a bit long winded but I think it should make sense, anyone out there willing to help me?
If anyone can help please give me a pm or reply to this post.