Since 4/5/2012 7:03:47 AM, gawain has written 9 articles and participated in 10 conversations. gawain signature: gawain
gawain's articles:
Items(9) /1
session id not in cookie if set by GET?134 (2/6/2010 6:53:14 PM) comp.lang.php Hi there, today i tested a php application of my company against some attacks (XSS, XSRF, Session Fixation, etc), and while trying to set a fixed session id, i noticed, that php did not set the session cookie... Christian
db2 not started?0354 (12/27/2009 5:15:41 PM) comp.databases.ibm-db2 Hi there,
currently i have a problem with db2 express c 9.7 and php under linux...
All programs run on a single server, that is devided into virtual servers by
linux-vserver. the database is running on the... Christian
php "compressor"22626 (12/6/2009 8:31:33 AM) comp.lang.php Hi there,
is there a tool, that can combine many php files into one big file
in the right order of include/require?
My current problem is that i'm using the zend framework and my app
is 70% of its time in... Christian
SQL0902C on db2 connect2709 (11/29/2009 4:55:30 PM) comp.databases.ibm-db2 Hi there,
I have a problem with the connect to db2...
Whenever i call "db2 connect to DB" on the system where the db2 runs,
i get the following error:
SQL0902C A system error (reason code = "") occurred... Christian
zend+pdo+db2329 (4/27/2008 6:10:05 PM) comp.lang.php Hi there, i'm not sure, if it is a php or a database problem, but i would consider it the first. i'm programming some code with zend_db and pdo to access a db2 database. additionally a want to be able to repl... Christian
zend+pdo+db2 #2026 (4/27/2008 6:10:05 PM) comp.lang.php Hi there, i'm not sure, if it is a php or a database problem, but i would consider it the first. i'm programming some code with zend_db and pdo to access a db2 database. additionally a want to be able to repl... Christian
transaction restart827 (4/10/2008 4:01:25 PM) comp.lang.php Hi there, currently i'm looking for a way to repeat a rolled back transaction in a nice way. my problem: in my webapp (a browser game) i get a lot of deadlocks in the mysql innodb tables. mysql then terminates ... Christian
conditional "implements"122 (6/28/2007 7:36:56 PM) comp.lang.php Hi there! Currently i'm thinking about how to solve this problem: if (t3lib_div::int_from_ver(phpversion())<5000000) { // php4 class tx_lib_object extends tx_lib_selfAwareness {...} // } else { //... Christian
Counterpropagation with SNNS072 (9/13/2004 9:17:28 AM) comp.ai.neural-nets Hi people ! Im trying to build a NN with SNNS 4.2 that should have 8 input units, a kohonen layer and 8 output units. i figured out how to build the first part (kohonen) with SNNS (bignet->kohonen) but how can... Christian
gawain's replies:
Items(7) /1
error on sql in php code1125 (8/9/2007 11:31:30 AM) comp.lang.php Dear friends, I am running the code $check_1 = mysql_query("SELECT * FROM user WHERE u_name = '". $_POST['username']."'") or die(mysql_error()); $check_2 = mysql_num_rows($check); but the wa... upendrajpr(16)
email attachment #3522 (8/29/2007 1:42:46 AM) comp.lang.php I am trying to use php to email file, test.doc test.doc is on the server. How do I attach the file to an email mail()? Thank you Ken ... dadk(15)
Can SID be trusted?3022 (1/15/2008 2:24:30 AM) comp.lang.php Hi, I'm in the process of securing a PHP/MySQL website by making sure all strings that can at least possibly be manipulated from the outside are passed through the appropriate escaping functions and/or validate... Sebastian.Lisken(16)
transaction restart827 (4/10/2008 4:01:25 PM) comp.lang.php Hi there, currently i'm looking for a way to repeat a rolled back transaction in a nice way. my problem: in my webapp (a browser game) i get a lot of deadlocks in the mysql innodb tables. mysql then terminates ... gawain(19)
zend+pdo+db2329 (4/27/2008 6:10:05 PM) comp.lang.php Hi there, i'm not sure, if it is a php or a database problem, but i would consider it the first. i'm programming some code with zend_db and pdo to access a db2 database. additionally a want to be able to repl... gawain(19)
Exceptions - what do they mean?617 (12/4/2008 3:16:46 PM) comp.lang.php I'm working on a class where I might want to throw some exceptions. Now I'm wondering they why's and whens of exception throwing. I have several exceptions that could happen on __construct, some of which are mo... lawpoop(267)