|
Should I go with the Singleton Pattern or wait for 5.3? Hello, I'm planning out a simple project and most probably I will need the functionality provided by the Singleton pattern. However with the next 5.3 release I would be able to conveniently use classes directly without instancing them. This would be a comparable option thanks to late state binding and the possibil... 15 Jul 2008 03:05
mkdir permission errors Hi, Guys: I have a very strange incident here that may seem very stupid. Since the power went out last night, I have restarted my server. However, now the permission is never working right. I have set the permission of my htdocs folder iof my Apache server to 0755, and then started executing the following. $... 15 Jul 2008 13:21
Math Weirdness I am totally buffaloed by a set of very simple calculations that I am doing; /* calculate total balance with payments and adjustments */ $totalBalance = $acct['BALANCE'] + $adjBalance; echo number_format($totalBalance, 2, '.', '')."\t"; /* calculate total charges */ $totalCharges = $intlLDCharges + $long... 16 Jul 2008 14:04
need advice on a free DB hosting site hi hello everyone im stil new here i just want some advice...now im working on a database install script in php....just a simple one... i just need to test it online thats why i need advice on a database hosting site that is free.. that also i can activate it with a username and password, can create database or ... 14 Jul 2008 09:34
Freelance PHP development in India Dear friends. I am looking for freelance web developers in India. Can contact me? Thanks Denis ... 16 Jul 2008 13:01
string comparison hi i am writing a small application where a user enters a phrase in the textfield and i would like to display all the files present in the root directory which consists of the keyword or keywords entered by the user. i have used a few comparison functions but i am not getting the expected result. $my_file =... 13 Jul 2008 14:06
Shared Authentication Scheme - the reason for the Redirect andPOST mailing Alex Chamberlain wrote: The server and client will initially be programmed in PHP, so I wanted to gather some opinion on whether people wanted another SAS, and what would make them use it over any other?? The company will be there, not only to serve the end user, but to serve the developer as well. If anybo... 13 Jul 2008 11:01
Shared Authentication Scheme - the reason for the Redirect and POST mailing I am at the very early stages of developing a shared authentication scheme (SAS). Often referred to as single sign on, but a fundamentally different concept, the scheme hopes to assign a single set of credentials to each user (username, password etc), which they can then use to sign on to a range of websites. The s... 13 Jul 2008 11:01
Saving loading time at counting rows I had this question, which I didn't really know where to ask, so I thought to begin at this mailing list. Very basicly said, I count the rows of a table which had approx 50000 or more rows. The problem is, there is a notable difference in loading time with other pages. Is there a technique to estimate the numb... 14 Jul 2008 16:49
PDO Question. Number of rows returned I am switching to PDO and can't find an equivalent to mysql_num_rows. Am I missing something silly? Or is there a change of thinking needed for PDO? How should I determine how many rows a query returned? Thanks Stephen ... 13 Jul 2008 12:03 |