Which is more secure? My site is gonna have atleast 100,000 users so which will be more faster? Also when you use this mode,
dmopen(%hash, "filename", 0644);
$hash{test} = "Test";
dbmclose(%hash);
When you run it on a server, does the database "filename" will be created on the server or the hard disk?
dmopen(%hash, "filename", 0644);
$hash{test} = "Test";
dbmclose(%hash);
When you run it on a server, does the database "filename" will be created on the server or the hard disk?