PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



hello

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> Why Use PHP
View previous topic :: View next topic  
Author Message
bgmoon
Guest





PostPosted: Mon Jun 12, 2000 11:04 am    Post subject: hello Reply with quote

I am bgmoon.
Back to top
sglane
Guest





PostPosted: Thu Jul 13, 2000 4:28 pm    Post subject: RE: hello Reply with quote

Nice to meet you.
Back to top
Philip Olson
Guest





PostPosted: Thu Feb 01, 2001 12:33 am    Post subject: RE: hello Reply with quote

just testing.

google

[url="http://www.google.com/"]google[/url]
Back to top
ddwebguru



Joined: 16 Jul 2008
Posts: 195
Location: India

PostPosted: Mon Sep 29, 2008 8:35 am    Post subject: Reply with quote

PHP is flexible for handling. If you want to learn more on PHP visit here
w3schools.com.
Back to top
View user's profile Send private message
AddisonAdley



Joined: 03 Jan 2010
Posts: 1

PostPosted: Sun Jan 03, 2010 5:03 pm    Post subject: Reply with quote

hi bgmoon
how are you?
here is addison from england
Back to top
View user's profile Send private message
Codyettie



Joined: 01 Oct 2009
Posts: 3

PostPosted: Tue Feb 02, 2010 7:54 am    Post subject: Reply with quote

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
View user's profile Send private message
rhino1



Joined: 13 Aug 2009
Posts: 5
Location: CA

PostPosted: Wed Feb 17, 2010 9:01 am    Post subject: Reply with quote

Nice Now I m also with you here.
Back to top
View user's profile Send private message
JemsRoker



Joined: 17 Mar 2010
Posts: 41
Location: Bangle of India

PostPosted: Tue Mar 30, 2010 10:30 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



PHP Code Examples
 Stream diffrent sizes of images from a single image to save disk space.
 JavaScript dropdown list menu to switch any page.
 Dump the contents of a PHP variable in html format with a recursive list of subfolders and files from a given root directory.
 PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.
 Link Extractor - This function is used to extract links from a given URL. This will convert relative path into absolute path and also remove PHPSESSID stuff.
 Building a Dynamic Form using Javascript and innerHTML. Add form elements in realtime without refreshing the page.
 A PHP Calendar function with CSS : add a cool calendar to any php page by just adding a calendar class based function.
Post new topic   Reply to topic    WeberForums.com Forum Index -> Why Use PHP All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum