What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » DATABASE?

Pages: (3): « First « 1 2 [ 3 ] Last »
DATABASE?
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: DATABASE?
I'm not sure about a direct connection to a server, and I doubt that most webservers will allow connections from random computers. I would recommend using a php page to interface the two.

In the script that I'm developing I send data from the script in the form of HTTP POST information, which can be read by the PHP file. PHP then can connect to MySQL. For more information on this, I'd recommend you read up on this at http://volv.net/?p=13
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
02-24-2008 06:53 PM
Profile PM Web Find Quote Report
Richy
Junior Member
**

Avatar

Posts: 16
35 / Male / Flag
Joined: Feb 2008
RE: DATABASE?
I liked HTTP POST method. However, I also need to send specific data to the user back from MySQL server. What can we do?
02-24-2008 07:16 PM
Profile E-Mail PM Find Quote Report
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: DATABASE?
Send data back to the script using return text on the PHP file.
Personally, what I do is base64_encode data fields that are separated by semi-colons, and a new line to separate data for different fields. Maybe this will give you a better description of what I mean.
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
02-29-2008 02:50 PM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On