Basic Question about Threading and PHP...
I have a page that I am working on and it is taking several hours to process. The basics of what th
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
an interesting question
Greetings folks, got to ask an interesting question...
let say
i have created a function s
C - Reading a file into a byte array
Hi,
I'm trying to read a file into a byte array in C. I have to use C as this is for a loadru
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
Concatenate two strings ???
I have string one $string1 and another $string2.
How to concatenate (add) both of them $str
Table sorting
Hi,
I'm trying to modify the following in order to make the output table sorted alphabeticall
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a