Page 1 of 3 123 LastLast
Results 1 to 12 of 28

Thread: PHP Zone

  1. #1
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default PHP Zone


    Dosto is Thread main PHP say related sub information, problems discuss karain.

  2. #2
    Lucky Noor's Avatar
    Lucky Noor is offline Senior Member
    Last Online
    27th September 2017 @ 04:28 PM
    Join Date
    18 Apr 2006
    Location
    WitH Y@U
    Posts
    2,719
    Threads
    220
    Credits
    70
    Thanked
    22

    Default

    W.salam
    Brother aap es thread ko edit ker k thora tafseel se laky.......Ya per inpage urdu main lekay.......

  3. #3
    Abdullah is offline Senior Member+
    Last Online
    19th February 2014 @ 03:39 AM
    Join Date
    05 Jul 2006
    Posts
    569
    Threads
    10
    Credits
    0
    Thanked
    3

    Default

    what is mean by PHP and what is its importance ...so pls give us some detail that we understood it ............

  4. #4
    shakeel's Avatar
    shakeel is offline Senior Member+
    Last Online
    22nd July 2016 @ 07:02 PM
    Join Date
    04 Sep 2006
    Location
    Islamabad
    Posts
    177
    Threads
    30
    Credits
    992
    Thanked
    3

    Default

    What is PHP?
    PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

    Simple answer, but what does that mean? An example:


    Example 1.1. An introductory example

    <html>
    <head>
    <title>Example</title>
    </head>
    <body>

    <?php
    echo "Hi, I'm a PHP script!";
    ?>

    </body>
    </html>



    Notice how this is different from a script written in other languages like Perl or C -- instead of writing a program with lots of commands to output HTML, you write an HTML script with some embedded code to do something (in this case, output some text). The PHP code is enclosed in special start and end tags that allow you to jump into and out of "PHP mode".

    What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server. If you were to have a script similar to the above on your server, the client would receive the results of running that script, with no way of determining what the underlying code may be. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

    The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer.

    Although PHP's development is focused on server-side scripting, you can do much more with it.

  5. #5
    khurram_tufail's Avatar
    khurram_tufail is offline Senior Member+
    Last Online
    20th April 2010 @ 12:50 PM
    Join Date
    13 Mar 2007
    Posts
    439
    Threads
    29
    Credits
    980
    Thanked
    0

    Default

    What is PHP?
    PHP stands for PHP: Hypertext Preprocessor
    PHP is a server-side scripting language, like ASP
    PHP scripts are executed on the server
    PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
    PHP is an open source software (OSS)
    PHP is free to download and use

    What is a PHP File?
    PHP files may contain text, HTML tags and scripts
    PHP files are returned to the browser as plain HTML
    PHP files have a file extension of ".php", ".php3", or ".phtml"

    What is MySQL?
    MySQL is a database server
    MySQL is ideal for both small and large applications
    MySQL supports standard SQL
    MySQL compiles on a number of platforms
    MySQL is free to download and use
    PHP + MySQL
    PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)

    Why PHP?PHP runs on different platforms (Windows, Linux, Unix, etc.)
    PHP is compatible with almost all servers used today (Apache, IIS, etc.)
    PHP is FREE to download from the official PHP resource: www.php.net
    PHP is easy to learn and runs efficiently on the server side
    Where to Start?
    Install an Apache server on a Windows or Linux machine
    Install PHP on a Windows or Linux machine
    Install MySQL on a Windows or Linux machine

    نہ میں مومن وچ مسیتاں
    نہ میں پاکاں وچ پلیت آں
    نہ میں موسی نہ فرعون
    کی جاناں میں کون؟

  6. #6
    ahsanshah is offline Member
    Last Online
    6th March 2014 @ 07:03 PM
    Join Date
    02 Dec 2007
    Gender
    Male
    Posts
    1,542
    Threads
    217
    Thanked
    56

    Default

    salaam

    nice bahi jaan

    with best wishes for you

  7. #7
    Parwana is offline Member
    Last Online
    3rd December 2009 @ 01:24 PM
    Join Date
    09 Dec 2007
    Age
    34
    Posts
    230
    Threads
    25
    Thanked
    0

    Default

    Salam
    Thanks
    Can you tell me the php script of: If some one want to post somthig with his name to me. post sending script

  8. #8
    Join Date
    04 Jul 2007
    Location
    Multan
    Age
    28
    Posts
    501
    Threads
    66
    Credits
    1,359
    Thanked
    7

    Default

    Nice sharing Plz somebody tell me about how to get PHP hosting

  9. #9
    rizwan2pk is offline Junior Member
    Last Online
    4th September 2013 @ 05:39 PM
    Join Date
    06 Jan 2008
    Posts
    7
    Threads
    0
    Credits
    980
    Thanked
    0

    Default

    i am not satisfy your thread. we should complete training.
    what you say. ?

  10. #10
    rizwan2pk is offline Junior Member
    Last Online
    4th September 2013 @ 05:39 PM
    Join Date
    06 Jan 2008
    Posts
    7
    Threads
    0
    Credits
    980
    Thanked
    0

    Default

    any one know coplete php .

    contact with me.
    -------------
    Last edited by *KHAN*JEE*; 27th November 2010 at 09:43 PM. Reason: Email Removed....

  11. #11
    M mansoor nazir is offline Senior Member+
    Last Online
    29th February 2016 @ 11:01 AM
    Join Date
    01 Jul 2008
    Age
    35
    Posts
    73
    Threads
    1
    Credits
    0
    Thanked
    0

    Default

    PLease Help Someone
    you know any institute where i learn PHP from basic to professional level.

  12. #12
    ifionline is offline Junior Member
    Last Online
    22nd July 2008 @ 12:41 PM
    Join Date
    17 Jul 2008
    Posts
    1
    Threads
    0
    Credits
    985
    Thanked
    0

    Default PHP Training

    Dear All,

    For PHP Training and any other help regarding Linux, please contact me.

    Best Regards,
    Iftikhar Ahmad
    Database Technologies Expert
    Pakistan Software Export Board
    Ministry of IT
    Islamabad
    Contact# -------------
    Last edited by *KHAN*JEE*; 27th November 2010 at 09:43 PM. Reason: Cell# Removed...

Page 1 of 3 123 LastLast

Similar Threads

  1. help zone
    By arsalan89m in forum Mobile phones problems and Help Zone
    Replies: 5
    Last Post: 27th October 2012, 06:56 PM
  2. icc fan zone
    By Naztanveer in forum Sports
    Replies: 0
    Last Post: 22nd June 2009, 02:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •