I need to make a custom chat program that requests info from a php script and reads and writes from a database does anyone have any tutorials or can help me on how to do this.
If your trying to make an IRC or IM type of application, I suggest a mixture of Ruby or Python and a Python GUI kit which might possibly be wxPython. Or you can script the GUI in C++ (no point really) and then call what you need into Ruby or Python.