Forum: PHP Apr 26th, 2009 |
| Replies: 5 Views: 526 Yes it is always better to see some of the existing open source php shopping cart scripts like for e.g opencart etc and learn from them. |
Forum: PHP Apr 26th, 2009 |
| Replies: 5 Views: 531 'DATABASE_SERVER' => 'db.aa.0000000.hostedresource.com',
are you sure you need to specify the full host name while connecting ? Have you checked with your webhost ? |
Forum: PHP Dec 3rd, 2008 |
| Replies: 2 Views: 398 This article should help
Storing hierarchical data in database (http://www.sitepoint.com/article/hierarchical-data-database/) |
Forum: PHP Dec 3rd, 2008 |
| Replies: 6 Views: 601 Why don't you generate some MD5 hash for random numbers yourself ? |
Forum: PHP Feb 12th, 2007 |
| Replies: 13 Views: 3,812 Would the first site's database get updated frequently.
If not you can achieve good performance if you run a cron script to transfer content from the first site's database to your other server... |
Forum: PHP Feb 7th, 2007 |
| Replies: 5 Views: 3,392 You can run PHP via command line or via your web browser.
What happens if you type http://localhost/ in your browser ? |
Forum: PHP Feb 6th, 2007 |
| Replies: 5 Views: 3,392 http://www.php.net/date should be of some help especially |
Forum: PHP Jan 17th, 2006 |
| Replies: 3 Views: 1,314 I'm note sure , Do you want to include those files based on the query string ? |
Forum: PHP Oct 3rd, 2005 |
| Replies: 2 Views: 2,281 Yes I'm with sarah too. Once people see your knowledge, then projects will automatically flow. |
Forum: PHP Sep 28th, 2005 |
| Replies: 8 Views: 4,853 Also phpbb has quite a number of mods
http://www.phpbb.com/mods/
which you can try out. |
Forum: PHP Sep 28th, 2005 |
| Replies: 3 Views: 1,505 This
http://en.wikibooks.org/wiki/Wiki_Science:How_to_start_a_Wiki
should give you more information on hosting wiki |