Server vs Client data handling

  • Follow


I in the process of learning MySQL and PHP and maybe my question is
premature.  So far everything that I am doing is Client data handling. Does
PHP, using MySQL, have the ability to handle Server side instructions....

Thanks...

Bruce A. Julseth



0
Reply bruceaj1 (57) 9/11/2003 2:19:18 AM

PHP is server side language...all the instructions are goning on on the
server...

You don't need PHP instaled on your comp to view PHP pages right!??

You just get the generated HTML in your browser from the server....

Hope this helps

"Bruce A. Julseth" <bruceaj@attglobal.net> wrote in message
news:3f5fdc7e_4@news1.prserv.net...
> I in the process of learning MySQL and PHP and maybe my question is
> premature.  So far everything that I am doing is Client data handling.
Does
> PHP, using MySQL, have the ability to handle Server side instructions....
>
> Thanks...
>
> Bruce A. Julseth
>
>
>


0
Reply point5404 (24) 9/11/2003 7:17:54 AM


Yes it does. Makes Sense!! Thanks.....

Bruce

"point" <point@caanNOSPAMproduction.com> wrote in message
news:bjp7fu01j9t@enews2.newsguy.com...
> PHP is server side language...all the instructions are goning on on the
> server...
>
> You don't need PHP instaled on your comp to view PHP pages right!??
>
> You just get the generated HTML in your browser from the server....
>
> Hope this helps
>
> "Bruce A. Julseth" <bruceaj@attglobal.net> wrote in message
> news:3f5fdc7e_4@news1.prserv.net...
> > I in the process of learning MySQL and PHP and maybe my question is
> > premature.  So far everything that I am doing is Client data handling.
> Does
> > PHP, using MySQL, have the ability to handle Server side
instructions....
> >
> > Thanks...
> >
> > Bruce A. Julseth
> >
> >
> >
>
>


0
Reply bruceaj1 (57) 9/12/2003 12:32:40 AM

2 Replies
29 Views

(page loaded in 0.081 seconds)

Similiar Articles:













7/15/2012 11:18:42 AM


Reply: