Hi,
Any clues on creating a good GUID using PHP?
Search found 3 matches
- Tue Mar 25, 2003 9:34 pm
- Forum: PHP - Code
- Topic: Creating GUIDs with PHP
- Replies: 0
- Views: 266
- Mon Mar 24, 2003 12:44 pm
- Forum: PHP - Code
- Topic: Application data persistence in PHP
- Replies: 4
- Views: 426
Actually what I wanted to do is to read some XML up into memory and access it whenever I need it. In Java I would use a Singleton and retrieve the instance that is stored in memory everytime I need it. I don't want to read the same XML file for every user that logs in because file access is rather e...
- Mon Mar 24, 2003 12:24 pm
- Forum: PHP - Code
- Topic: Application data persistence in PHP
- Replies: 4
- Views: 426
Application data persistence in PHP
Hi, Hope this question doesn't sound too dumb -- I'm a JSP programmer who's really new in PHP and I'm looking to do something that I'm able to do in JSP/Servlets but can't seem to find the equivalent in PHP. I want to be able to load up data into memory and persist it throughout the lifecycle of the...