I have written a very simple webserver in Scala (based on Actors). The purpose of it so to log events from our frontend server (such as if a user clicks a
I need to make a mysql connection and get some data back. I can do this in Java using this code try{ String username;
I\'m writing a client to upload files via regular http multipart/form-data to megaupload. Now, the point is not megaupload per se, but the behaviour of their webserver.
Is there any way to see active processes in PHP (li开发者_JAVA技巧ke which files are being executed)?In linux you can install apachetop. This marvellous tool scans your webserver log files showing you
Please let me explain what I mean by the question: This is the context: I\'m a user on a webserver, where I have phpicalendar installed; then, I choose a directory, say /webroot/mylogin/phpicalendar
I\'m thinking about this question for a long time. It is a big question, since it almost covers all corners related to web developing.
Let give you the details of this rather odd issue. We have a very large text file to process, it is 780MB and is likily to get bigger.
My problem is, i have the site in which .CSV file is uploaded and then read on the server. But my server is not reading this file instead it throws me the error
I have a qt main-window application from which several dialogs are accessed. I implemented the server and client versions of the application using tcp/ip using c socket programming.
I would like to have a server that is able to receive emails. Then I want to use PHP to program the way the emails are shown to the users. Can I do it purely with PHP? I mean, it is not a problem to s