When creating the fields for a table in "MySQL 3.23.49-nt", using "phpMyAdmin 2.2.5", the field have an option called "Length/Values".
I understand that this option can be used to specify how many characters the value of the current field may have: e.g. an...
I'm trying to make a file-server, using php, where clients (with password, etc) should be able to upload and download files, almost like a FTP-server. I know this could be easily done by using a FTP server, but due to the limmitations in my project-description (final exam/project) it is not...
This is a user of borland C++ builder 5 begging :-)
Is it possible to make an new array, with dynamic size, during runtime?
e.g:
void MyFunction(int NumOfelements)
{
int MyArray[NumOfElements];
}
This don't work, error msg:"E2313 Constant expression required".
As far as I know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.