Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Read/Write TCP/IP port in Explorer
Name: MDJ Date: November 15, 2004 at 11:11:29 Pacific OS: Win 98 CPU/Ram: P3 256 MB RAM
Comment:
My program server.exe opens a TCP/IP port and listen for data request. When the data is requested, the server sends a string with fixed columns and separated with ;. (ex "1234;5678;abc;def;...;...")
How can I do that request and view the string with Internet Explorer?
I want to open the port. Make the request. Cut the string into columns and view the data in the Explorer.
I can change the format of the string in any way if nessasary.
Summary: I'm going to assume the socket file exists and the server is running (i.e. the obvious). - Use an explicit path for the socket: mysqladmin --protocol=socket --socket=[$filepath] version - You may not ...
Summary: Thanks for replying. I dont need anything with pictures or videos for this, all I need is for someone to be able to enter the website, (possibly download a little program,) and be able to press the up...
Summary: I still can't imagine the purpose :D but to add/modify a flatfile, you should leave some pattern unchanged... in this case we can use \n (new line) as the separator so, you're right about creating the...