Randomly duplicated Session Id between hosts Hi all!! I have a server running: Debian Lenny Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 PHP/5.2.6-1+lenny9 with Suhosin-Patch Clients connect to the system using firefox browser (all of them), and some of them have cloned machines (win 7 - Norton Ghost). I mention this in case that the session id generation p... 19 Sep 2010 18:40
"Downgrading" HTML I know I could possibly hack something together using the Tidy libraries... (maybe...) but are there any existing php libraries / projects that already have the ability to take some HTML and "downgrade" the version of HTML being used. One example: turn this... <p style="font-weight: bold">Blah</p> .... i... 19 Sep 2010 18:40
timezone math problem. I have the following: #!/usr/local/bin/php <?php $offset = date("Z"); $sDate = '2010-09-16'; $sTime = '00:00:00'; $eDate = '2010-09-17'; $eTime = '00:00:00'; $tmpStart0 = date("$sDate $sTime"); $tmpEnd0 = date("$eDate $eTime"); $startDate = date("Y-m-d H:i:s",strtotime($tmpStart0 . "-" . "$offset seconds")... 19 Sep 2010 18:40
[PHP] Duplicate session ids Hi all!! I have a server running: Debian Lenny Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 PHP/5.2.6-1+lenny9 with Suhosin-Patch Clients connect to the system using firefox browser (all of them), and some of them have cloned machines (win 7 - Norton Ghost). I mention this in case that the session id generation p... 19 Sep 2010 18:40
Valid Xml not validate with xsd Hi: I am working with a xml document that is validate with a schema. Within php the xml does not validate, but if i use a external validator the same xml validates with no problems. My Php is now 5.2.14, but i test with 5.3.1 and the same problem. I create a small program as example: libxml_use_internal... 19 Sep 2010 18:40
Session Vars loaded from MSSQL Query drop, those loadedfrom MYSQL Query stick On Thu, 2010-09-16 at 10:11 -0400, Cheryl Sullivan wrote: Hi there â Iâm new to this news group. Any help with this is appreciated â When I populate session vars from a MYSQL query, they are still there when I change pages. If I populate them from an MSSQL query, they drop. It doesn't matte... 19 Sep 2010 18:40
Session Vars loaded from MSSQL Query drop, those loaded from MYSQL Query stick Hi there â Iâm new to this news group. Any help with this is appreciated â When I populate session vars from a MYSQL query, they are still there when I change pages. If I populate them from an MSSQL query, they drop. It doesn't matter if I get to the next page using a header redirect or a form submit. ... 19 Sep 2010 18:40
libmcrypt usage Gary wrote: Can anyone tell me what the equivalent to the following command line usage of openssl is, in php using the mcrypt_* functions, please: ,---- | openssl enc -e -aes-256-cbc -k <some key> ... `---- TIA. I tried ,---- | $iv = mcrypt_create_iv(mcrypt_get_block_size(MCRY... 19 Sep 2010 18:40
The session problems with a citrix terminal Hi all, i am looking for a solution (approaching) for the following problem: My Application (PHP 5+, MySQL, Zend Framework) works fine. But unter the citrix terminal server allow to all user to see the informations (session data) of the last user. I think this is because all user of the terminal (thin clients... 19 Sep 2010 18:40
Sending Encrypted Email This is kind of both on and off topic. I need to send encrypted email. I have found code to do this but I'm not sure which certificate file to use. Can I use our server's signed certificate we use for Apache? Does anyone know of a clear, step-by-step tutorial? Thanks! Floyd ... 21 Sep 2010 13:51 |