◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

Join the forum, it's quick and easy

◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

◘◘◘VisualXtremes◘◘◘

Would you like to react to this message? Create an account in a few clicks or log in to continue.

+15
dagwood255
ddenleyy88
HaroldTyler123
aaggatsha55
aanssell25
ddexxters75
ffalknerr77
aashleyy12
oliver6419
albertlbrt11
jjustin602
bardrick25
sshayndell12
jjohn8171
kenneth659
19 posters

    use of PHP

    Poll

    what is php

    [ 0 ]
    use of PHP Bar_left0%use of PHP Bar_right [0%] 
    [ 0 ]
    use of PHP Bar_left0%use of PHP Bar_right [0%] 

    Total Votes: 0
    avatar
    kenneth659
    Member
    Member


    Posts : 34
    Tokens : 429
    Reputation : 0
    Join date : 2010-04-22

    use of PHP Empty use of PHP

    Post  kenneth659 Fri Jun 04, 2010 12:19 pm

    When you want to build your own website using PHP, the best thing you can use are PHP code generators. You can easily find a generator to use online that is free. Just make sure that you look at more than one before.
    ______________________
    Kerastase Nutritive
    Kerastase Resistance
    avatar
    jjohn8171
    Leacher
    Leacher


    Posts : 14
    Tokens : 184
    Reputation : 0
    Join date : 2010-06-01

    use of PHP Empty Re: use of PHP

    Post  jjohn8171 Tue Jun 08, 2010 2:37 pm

    PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms.
    _____________________________________
    Hair Care Products
    Hair Products
    avatar
    sshayndell12
    Leacher
    Leacher


    Posts : 12
    Tokens : 198
    Reputation : 0
    Join date : 2010-05-14

    use of PHP Empty Re: use of PHP

    Post  sshayndell12 Sat Jun 12, 2010 8:57 pm

    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.

    -------------------------------------------------------
    Kerastase
    Kerastase Reflection
    avatar
    bardrick25
    Leacher
    Leacher


    Posts : 24
    Tokens : 318
    Reputation : 0
    Join date : 2010-05-12

    use of PHP Empty Re: use of PHP

    Post  bardrick25 Mon Jun 14, 2010 11:28 am

    It was originally developed as a set of server-side modules to perform some specific Web-server tasks on small, Unix-based Web servers. Since then PHP has grown beyond the work of one man writing some tools for his own use and into one of the most popular server-side scripting languages in the Web.
    _______________________________________
    Hair Care Products
    Hair Products
    avatar
    jjustin602
    Leacher
    Leacher


    Posts : 7
    Tokens : 51
    Reputation : 0
    Join date : 2010-06-22

    use of PHP Empty Re: use of PHP

    Post  jjustin602 Wed Jun 23, 2010 12:05 pm

    A new major version has been under development alongside PHP 5 for several years. This version was originally planned to be released as PHP 6 as a result of its significant changes, which included plans for full Unicode support. However, Unicode support took developers much longer to implement than originally thought, and the decision was made in March 2010[12] to move the project to a branch, with features still under development moved to a trunk.

    Changes in the new code include the removal of register_globals,[13] magic quotes, and safe mode.[7][14] The reason for the removals was that register_globals had given way to security holes, and the use of magic quotes had an unpredictable nature, and was best avoided. Instead, to escape characters, magic quotes may be substituted with the addslashes() function, or more appropriately an escape mechanism specific to the database vendor itself like mysql_real_escape_string() for MySQL. Functions that will be removed in future versions and have been deprecated in PHP 5.3 will produce a warning if used.
    ______________________________________
    Accommodation Italy
    Milan Hotel
    avatar
    albertlbrt11
    Leacher
    Leacher


    Posts : 22
    Tokens : 274
    Reputation : 0
    Join date : 2010-06-19

    use of PHP Empty Re: use of PHP

    Post  albertlbrt11 Mon Jun 28, 2010 11:16 am

    The PHP scripting language resembles JavaScript, Java, and Perl, These languages all share a common ancestor, the C programming language.


    ________________
    Managed Services Provider
    Managed Services





    avatar
    oliver6419
    Leacher
    Leacher


    Posts : 24
    Tokens : 317
    Reputation : 0
    Join date : 2010-06-19

    use of PHP Empty Re: use of PHP

    Post  oliver6419 Fri Jul 02, 2010 5:15 pm

    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.
    ___________________________
    Managed Services Provider
    Managed Services
    avatar
    aashleyy12
    Member
    Member


    Posts : 44
    Tokens : 574
    Reputation : 0
    Join date : 2010-06-24

    use of PHP Empty Re: use of PHP

    Post  aashleyy12 Sat Jul 03, 2010 1:53 pm

    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.
    __________________________
    Hotel Italy
    Apartments Italy
    avatar
    ffalknerr77
    Leacher
    Leacher


    Posts : 17
    Tokens : 199
    Reputation : 0
    Join date : 2010-07-20

    use of PHP Empty Re: use of PHP

    Post  ffalknerr77 Sat Jul 24, 2010 5:07 pm


    PHP is both a scripting language and a collection of tools for performing various server-side functions in an HTTP, or Web, server. Since it is written as a collection of C-modules, it can go beyond server-side scripting and can also be used to execute scripts from the command line and for developing client-side GUI applications that can operate on most any platform.
    ____________________________________
    SEO Agency
    SEO Newcastle
    avatar
    ddexxters75
    Leacher
    Leacher


    Posts : 9
    Tokens : 121
    Reputation : 0
    Join date : 2010-07-24

    use of PHP Empty Re: use of PHP

    Post  ddexxters75 Thu Jul 29, 2010 9:50 pm

    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.
    ____________________
    Used Auto Parts
    Used Car Parts
    avatar
    aanssell25
    Member
    Member


    Posts : 36
    Tokens : 477
    Reputation : 0
    Join date : 2010-07-27

    use of PHP Empty Re: use of PHP

    Post  aanssell25 Wed Aug 04, 2010 1:48 pm

    PHP: Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel.
    ____________________________
    International Shipping
    Air Freight
    avatar
    aaggatsha55
    Leacher
    Leacher


    Posts : 14
    Tokens : 168
    Reputation : 0
    Join date : 2010-07-20

    use of PHP Empty Re: use of PHP

    Post  aaggatsha55 Tue Aug 10, 2010 12:23 pm

    Uses of PHP are :
    >PHP can read and write files.
    >PHP started as an application control language. Specifically, it was designed to handle access logging for HTTP servers.
    >PHP can not only manage text content, it can also manage graphic content. It can be used to create graphs and charts. It can be used to generate GIF and PNG images on the fly, allowing you, for instance, to have a button template that has the text added to it dynamically before being sent to the client.
    >PHP is extensible. It is written in C and the underlying source can be expanded on with new modules written in the same.

    ___________________________
    Driving Lessons Glasgow
    Driving Lessons

    avatar
    HaroldTyler123
    Member
    Member


    Posts : 28
    Tokens : 407
    Reputation : 0
    Join date : 2010-04-21

    use of PHP Empty Re: use of PHP

    Post  HaroldTyler123 Wed Aug 25, 2010 5:27 pm

    PHP is a server-side scripting language whose primary purpose is to generate HTML content. Its creator, Rasmus Lerdorf defines it as "a cross-platform, HTML-embedded, server-side web scripting language".




    _________________________
    Keyring
    Birthday Gifts


    avatar
    ddenleyy88
    Member
    Member


    Posts : 41
    Tokens : 531
    Reputation : 0
    Join date : 2010-07-20

    use of PHP Empty Re: use of PHP

    Post  ddenleyy88 Fri Aug 27, 2010 1:42 am

    PHP Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages
    PHP is useful for integrating web pages with databases and scripting language resembles JavaScript, Java, and Perl, These languages all share a common ancestor, the C programming language.
    ____________________________________________

    Unique Gifts
    Valentine Gifts
    avatar
    dagwood255
    Member
    Member


    Posts : 48
    Tokens : 524
    Reputation : 0
    Join date : 2010-05-13

    use of PHP Empty Re: use of PHP

    Post  dagwood255 Wed Sep 01, 2010 1:14 pm

    PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers.
    __________________
    Door Furniture
    Door Handles
    avatar
    jerome990
    Member
    Member


    Posts : 45
    Tokens : 541
    Reputation : 0
    Join date : 2010-08-31

    use of PHP Empty Re: use of PHP

    Post  jerome990 Tue Sep 07, 2010 6:36 pm

    I know that , The best thing you can use are PHP code generators. You can easily find a generator to use online that is free. Just make sure that you look at more than one before._______________________________________
    Malaysia Vacations
    Malaysia Holiday
    avatar
    HaroldTyler123
    Member
    Member


    Posts : 28
    Tokens : 407
    Reputation : 0
    Join date : 2010-04-21

    use of PHP Empty Re: use of PHP

    Post  HaroldTyler123 Wed Sep 08, 2010 10:15 am

    It is commonly used to extract data out of a database and present it on the Web page.As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel.


    ________________________
    Hotel Malaysia
    Hotels Malaysia
    avatar
    yardley22
    Leacher
    Leacher


    Posts : 20
    Tokens : 272
    Reputation : 0
    Join date : 2010-09-08

    use of PHP Empty Re: use of PHP

    Post  yardley22 Wed Sep 22, 2010 12:05 am

    PHP is a server-side scripting language whose primary purpose is to generate HTML content. Its creator, Rasmus Lerdorf defines it as "a cross-platform, HTML-embedded, server-side web scripting language" With the current direction of the Web, it is easily being adapted to writing out all forms of XML content as well.
    ____________________________________________________

    Villas Spain
    Villa Spain
    avatar
    alpyssa12
    Member
    Member


    Posts : 32
    Tokens : 290
    Reputation : 0
    Join date : 2010-10-19

    use of PHP Empty Re: use of PHP

    Post  alpyssa12 Tue Nov 02, 2010 7:02 pm

    PHP is a different from JavaScript. PHP is a server side scripting language. All of the work done on the server. JavaScript generally run on the client. They have little access to the information that the server has, and mediated access to information on the client.

    ____________________________________
    HDMI Cable
    HDMI Cables
    avatar
    jhoncamron799
    Member
    Member


    Posts : 25
    Tokens : 305
    Reputation : 0
    Join date : 2010-12-11

    use of PHP Empty Re: use of PHP

    Post  jhoncamron799 Wed Dec 15, 2010 6:10 pm

    PHP is a popular scripting language that is suited for Web development and embedded into HTML and also very useful for integrating web pages with databases.
    _______________________________________________

    SEO Glasgow
    SEO Costs

    Sponsored content


    use of PHP Empty Re: use of PHP

    Post  Sponsored content


      Current date/time is Fri May 10, 2024 4:10 pm