| View previous topic :: View next topic |
| Author |
Message |
bgmoon Guest
|
Posted: Mon Jun 12, 2000 11:04 am Post subject: hello |
|
|
| I am bgmoon. |
|
| Back to top |
|
 |
sglane Guest
|
Posted: Thu Jul 13, 2000 4:28 pm Post subject: RE: hello |
|
|
| Nice to meet you. |
|
| Back to top |
|
 |
Philip Olson Guest
|
Posted: Thu Feb 01, 2001 12:33 am Post subject: RE: hello |
|
|
just testing.
google
[url="http://www.google.com/"]google[/url] |
|
| Back to top |
|
 |
ddwebguru
Joined: 16 Jul 2008 Posts: 195 Location: India
|
Posted: Mon Sep 29, 2008 8:35 am Post subject: |
|
|
PHP is flexible for handling. If you want to learn more on PHP visit here
w3schools.com. |
|
| Back to top |
|
 |
AddisonAdley
Joined: 03 Jan 2010 Posts: 1
|
Posted: Sun Jan 03, 2010 5:03 pm Post subject: |
|
|
hi bgmoon
how are you?
here is addison from england |
|
| Back to top |
|
 |
Codyettie
Joined: 01 Oct 2009 Posts: 3
|
Posted: Tue Feb 02, 2010 7:54 am Post subject: |
|
|
If you need to embed dynamic text into static text, you’ll find PHP extremely useful. It was designed for this, and it excels at it. PHP is also very useful for integrating web pages with databases.
The PHP scripting language resembles JavaScript, Java, and Perl, These languages all share a common ancestor, the C programming language.
PHP is most different from JavaScript and Java. PHP is a server-side scripting language. All of the “work” is done on the server. JavaScript (and Java) generally run on the client. They have little access to the information that the server has, and mediated access to information on the client. They can do lots of things on the client that PHP cannot. PHP has full access to the information that the server has, and very little access to information that the client has. In fact, it only has information that the client tells the server and that the server passes on to PHP. Because it is on the server, however, PHP cannot be modified by the client. While you cannot necessarily trust the information that the client gives to PHP, you can trust that your PHP is doing what you told it to do. Because PHP is on the server end, your PHP scripts can affect your server--such as by keeping an activity log or updating a database. |
|
| Back to top |
|
 |
rhino1
Joined: 13 Aug 2009 Posts: 5 Location: CA
|
Posted: Wed Feb 17, 2010 9:01 am Post subject: |
|
|
| Nice Now I m also with you here. |
|
| Back to top |
|
 |
JemsRoker

Joined: 17 Mar 2010 Posts: 41 Location: Bangle of India
|
Posted: Tue Mar 30, 2010 10:30 am Post subject: |
|
|
| Codyettie wrote: | If you need to embed dynamic text into static text, you’ll find PHP extremely useful. It was designed for this, and it excels at it. PHP is also very useful for integrating web pages with databases.
The PHP scripting language resembles JavaScript, Java, and Perl, These languages all share a common ancestor, the C programming language.
PHP is most different from JavaScript and Java. PHP is a server-side scripting language. All of the “work” is done on the server. JavaScript (and Java) generally run on the client. They have little access to the information that the server has, and mediated access to information on the client. They can do lots of things on the client that PHP cannot. PHP has full access to the information that the server has, and very little access to information that the client has. In fact, it only has information that the client tells the server and that the server passes on to PHP. Because it is on the server, however, PHP cannot be modified by the client. While you cannot necessarily trust the information that the client gives to PHP, you can trust that your PHP is doing what you told it to do. Because PHP is on the server end, your PHP scripts can affect your server--such as by keeping an activity log or updating a database. |
Hello Codyettie, " How much time will need to become a PHP expert and what will be my starting point?" |
|
| Back to top |
|
 |
|