C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
Polymorphism
Was wondering if someone could explain this a little better to me. I had always assumed that it had
Help with translating C code into assembler code
Hi im doing a project that moves a robot around a maze avoiding walls and need some help with conver
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
php/xmlrpc class issue
I am working on xml-rpc in php to start with.
I have a class that only has variables defined
Do not allow posting of whitespace
Currently the script below works if the user does not type a name/message, but if i create a whitesp
Multi Dimensional Array Append
Hi Guys
I have a function that returns a multidimentional array eg
$result = functio
a multi dimensional array with for each
hi, I have been asked to write an array, I have Zone 2,3,4,5,6,7,8 each zone has 3 sections of weigh
upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)