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 custom content (over 100 
customers).


I browsed php & mysql books, but need a jump start. Any ideas? Is 
php not the best solution? If you can't tell, I'm a newbie.


David



David:

So what's your question?

Do you want a secure area, calendar downloads, budgets, or what?

All you say you want can be done in php. If you want to do it 
yourself, you probably could write some of the code after a few 
months of study. But if you want it done sooner, then hire one of us.


Cheers,

tedd

--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 customers).



The calendar and are a pretty common this in a CMS, but what do you mean by 
"budgets"?

I browsed php & mysql books, but need a jump start. Any ideas? 


Well, here is a link to a few calendars

http://www.filetransit.com/files.php?name=Project_Calendar

Here is another

http://www.hotscripts.com/PHP/Scripts_and_Programs/Calendars/index.html

Here is a link to some dl managers

http://webscripts.softpedia.com/cat/File-Management-Perl/Download-Managers-Perl-list-213-1-1-0.html


Is php not the best solution? If you can't tell, I'm a newbie.


You come to php and ask if it isn't the best solution?



David


  



Hope the above helps.


--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
   and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
by William Shakespeare


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 php & mysql books, but need a jump start. Any ideas? Is php not the 
best solution? If you can't tell, I'm a newbie.

David


  

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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. If it limits you 
to using Redhat 7.2, that should be no problem provided you 
apply all relevant security patches (which Redhat is pretty 
good at providing).

In the meantime, start learning PHP. It is object oriented 
in its own way. When you are ready for a complete rewrite 
of the system, PHP may be all you need. A hybrid CGI/PHP 
system sounds unecessarily messy. (PHP can run in a CGI 
environment but is usually run in the more efficient Apache 
module environment.)

The above is just my two cents' worth. I haven't used Kylix 
or Delphi, but believe both are descended from Borland's 
original (Turbo) Pascal. I've been programming since '72 
but am new to PHP. I've been extremely gratified by how 
easy it's been to put together a relatively sophisticated 
system for a client in just a month or two after struggling 
for months to get Java and JSP to do much simpler tasks. 

--Frappy

On Tuesday 25 March 2003 11:09 am, you wrote:
> 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 next month).
>
> The current CGI is a little complicated and relies
> heavily on OOP data structures. It processes the data
> then sends a stream to the web server for display in the
> browser. It's very fast and I am happy with the
> performace, but I must port it over to Linux.
>
> As I am very unfamiliar with the PHP environment, can
> someone point in the right direction? If I use PHP for
> the front-end, what is the best tool to create the CGI? I
> was considering using Python, but would Pearl be better?
>
> Any direction to get me started and headed in the right
> direction would be very appreciated
>
> Thanks,
> Jerry


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 next month).

The current CGI is a little complicated and relies heavily on OOP data
structures. It processes the data then sends a stream to the web server for
display in the browser. It's very fast and I am happy with the performace,
but I must port it over to Linux.

As I am very unfamiliar with the PHP environment, can someone point in the
right direction? If I use PHP for the front-end, what is the best tool to
create the CGI? I was considering using Python, but would Pearl be better?

Any direction to get me started and headed in the right direction would be
very appreciated

Thanks,
Jerry



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php