Quote:
Originally posted by qw12er
I'll send all the info collected to a script on my server, which should be in C++ (I think, to insert the info in my DB).
|
Why C++? The bottleneck will be the DB, not the script itself... I'd make a simple php, zend encode it. Pointless to use c++ in that case, imho.