CodeIgniter Forums
Flash Chat CodeIgniter Integration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Flash Chat CodeIgniter Integration (/showthread.php?tid=61054)



Flash Chat CodeIgniter Integration - El Forum - 09-07-2014

[eluser]Unknown[/eluser]
Hello!
On my local drive I have a website for testing purposes made in codeigniter and I have a page called "chat" in this page I want to integrate a chat made in flash , this chat appears on my page ,but i don't know how to connect this app to retrieve data from my database - I want something like "Automatic Member Login"
For now this app store history, user into a xml file - I can make something like : mysql to xml , but somehow I want to throw away this xml file .
..and I'm stuck here:
Code:
<param name="movie" value="chat.swf?username=&lt;?php echo $username; ?&gt;&picture;=&lt;?PHP echo $picture; ?&gt;">

Thank You!