Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: What is PHP?

  1. #11
    Join Date
    Jul 2006
    Location
    Vadodara,Gujarat,India
    Posts
    28

    Default What is php And which relationship between php and MySQL

    My Dear friends as i explained above,
    PHP is PHP Hypertext Processor

    PHP is web scripting language.
    PHP is mainly focused on server-side scripting and it is totally platform independent language.

    Now we come to topic Relationship between php and MySql

    As above mantion php is server side sctipting language ,
    And MySql Server is for Database Operations.
    In general use php uses MySql as it Database server, so in short MySql is nothing but only the database server application that can be used by php.

    Its so simple to use MySql database in php page, as
    Eg. the username and Password that we passed are being from php page
    and it might be using MySql server
    .

  2. #12
    Join Date
    Aug 2005
    Location
    India
    Posts
    1,544

    Default

    thanks for the explanations, nokia sir and eli86.

  3. #13
    Join Date
    Dec 2005
    Posts
    3

    Default

    Quote Originally Posted by Nokia
    shan44, you can ask your doubts in this forum. Just create a new thread, may be many of the users can help you.
    I'm a newbie in Php programming. My problem is:

    I have two combo boxes showing states and corresponding distrcits of each state. When changing the state in the combo, the corresponding districts should be listed in the district combo. This I could do with page refreshing using javascripts. But the problem is that when page refreshes, all other fields which are selected prior to the state is going back to default value.

    So is there any way to change district values without page refreshing.

    Thanks in advance
    Shajan Joseph

  4. #14
    Join Date
    Jul 2006
    Location
    Vadodara,Gujarat,India
    Posts
    28

    Default Solution of Shan19

    Shan you can call funtion on Click event of districts combo box and get the value of State combo box value and set the <option> values of districts combo box values acording to the state is selected

  5. #15
    Join Date
    Aug 2006
    Location
    Mumbai
    Posts
    4

    Default go for php

    the best part of php it is open source
    u can use php for websites add features
    php is the right option for your website
    i prefer php over cgi and asp to use in websites

  6. #16
    Join Date
    Dec 2005
    Posts
    3

    Default Re: Solution of Shan19

    Quote Originally Posted by eli86
    Shan you can call funtion on Click event of districts combo box and get the value of State combo box value and set the <option> values of districts combo box values acording to the state is selected
    Can U give me a sample code. becose I had tried this option also. but failed.

    thanks

  7. #17
    Join Date
    Dec 2006
    Posts
    20

    Default check it out..

    To know more about PHP, just check out the link.

    http://en.wikipedia.org/wiki/Php

    You can get coding tips and standards from
    http://www.php.net

  8. #18
    Join Date
    Jan 2007
    Posts
    7

    Default php and MVR

    Hi guys,
    Does PHP supports the MVR model?
    if yes, where can I find some info about that?
    Thanks for the help,

    presman

  9. #19
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    presman, what is MVR model? Which language use this ?
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  10. #20
    Join Date
    Jan 2007
    Posts
    7

    Default Sorry, my bad

    This was a typo.
    I meant MVC Model-View-Controller
    Thanks. :D

Page 2 of 3 FirstFirst 123 LastLast

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
  •