Sign Up
Log In
R
ralf
Oct 27, 2006
Joined Jul 25, 2006
Discussions
Posts
3
Discussions
3
Mentions
R
session.gc_maxlifetime does not work?
PHP Help
General Help
my php.ini: session.gc_probability = 100 session.gc_divisor = 100 my code(ss.php): ini_set("session.gc_maxlifetime", 30); ini_set("session.cookie_lifetime", 360024365*10); ses...
1
R
Questions about using mdb2
PHP Help
General Help
Hi, I get 2 questions about using mdb2 I'm running MDB2 2.2.0 MDB2_Driver_mysql 1.2.0 1.How to set charset in $dsn array? $dsn = array( 'phptype' => 'mysql', 'username' => 'ro...
0
R
Problem using mdb2 execute()
PHP Help
General Help
My code: $mdb2 =& MDB2::connect($dsn); if (PEAR::isError($mdb2)) { die($mdb2->getMessage()); } $data = array('now()', 'title1', 'content1'); $types = array('Timestamp', 'text'...
1
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.