Re: [PHP] Please point me in the right direction

2009-01-03 Thread tedd
At 8:20 PM -0800 1/2/09, David Knapp wrote: Greetings, I need to create a secure customer section on my site. User name and login would take you to a secured page that displays information like a calendar, downloads, budgets. These sections would be the same but each customer would display

[PHP] Please point me in the right direction

2009-01-02 Thread David Knapp
Greetings, I need to create a secure customer section on my site. User name and login would take you to a secured page that displays information like a calendar, downloads, budgets. These sections would be the same but each customer would display custom content (over 100 customers). I browsed

Re: [PHP] Please point me in the right direction

2009-01-02 Thread Jim Lucas
David Knapp wrote: Greetings, I need to create a secure customer section on my site. User name and login would take you to a secured page that displays information like a calendar, downloads, budgets. These sections would be the same but each customer would display custom content (over 100

[PHP] Please point me in the right direction

2003-03-25 Thread Jerry
Hi All, I have a CGI application written in Delphi web services and I want to port it to the Linux environment. I was going to use Kylix but I'm concerned that Borland isn't keeping up with the fast paced Linux development (ie they are still on Redhat 7.2 and Redhat is about to release version 9.0

Re: [PHP] Please point me in the right direction

2003-03-25 Thread John Hicks
PHP is extremely easy for an experienced programmer to pick up quickly (assuming you know the basics of tcp/ip and web architecture). But experienced programmers also know the importance of the KISS principle. Why rewrite a system when you can port it? Kylix allows you to use Delphi on Linux.