| Thread | Last Post | Replies |
|
| quota / block | 17 Dec 2007 02:37 GMT | 1 |
I have a dedicated serveur gentoo. I enconter problems managing disk quotas. I thought that hard limit was in Mo, but it's obviously "blocks" But trying to evaluate the size of a block give me unexpexted results:
|
| Types of password storage | 10 Dec 2007 18:14 GMT | 3 |
Sorry if my question seems simple but I'm a bit new. I've done a web site for a small voluntary group supporting a charity and used the following code to insert stuff in the database: ...VALUES ('', '$title', '$firstname', '$surname', '$username',
|
| General Database Question | 09 Dec 2007 15:34 GMT | 2 |
Does anyone know the specific languages associated with starting a myspace. com or a facebook.com? I'm not talking about as a member, but more so as a developer of these type of sites.
|
| Help with PHP/SQL | 09 Dec 2007 02:31 GMT | 1 |
Hi, i'm running into a few problems trying to modify the script below...basicly i'm trying to have it also look up the 'raid_note' in the 'raids' table, and if it contains a certain word it doesnt increase the [kc]. Here's the code: function bc_fetch_bi($bzone, $data, $bb_conf, ...
|
| SUM and GROUP | 05 Dec 2007 01:06 GMT | 2 |
Whats wrong with this statment? SELECT FROM `orders` SUM(del) AS TotalPicked WHERE datepackedtimestamp = '1196640000'
|