Advanced PHP Questions

You may also like...

8 Responses

  1. Sumeth says:

    Nice post. I be taught snetmhiog more difficult on completely different blogs everyday. It’s going to at all times be stimulating to learn content material from different writers and follow a bit snetmhiog from their store. I prefer to make use of some with the content on my blog whether you don’t mind. Natually I give you a link in your net blog. Thanks for sharing.

  2. suresh says:

    i have problem in country,state and city but not select plese help me
    my code is this

    Demo drop down list box

    function reload(form)
    {
    var val=form.cat.options[form.cat.options.selectedIndex].value;
    self.location=’dd3.php?cat=’ + val;
    }
    function reload3(form)
    {
    var val=form.cat.options[form.cat.options.selectedIndex].value;
    var val2=form.subcat.options[form.subcat.options.selectedIndex].value;

    self.location=’dd3.php?cat=’ + val + ‘&cat3=’ + val2 ;
    }

    0)
    {
    $quer=mysql_query(“SELECT DISTINCT state_name,state_id FROM state where country_id=$cat”);
    }
    else{$quer=mysql_query(“SELECT DISTINCT state_name,state_id FROM state”);
    }

    if(isset($cat3) and strlen($cat3) > 0)
    {
    $quer3=mysql_query(“SELECT DISTINCT city_name FROM city where city_id=$cat3”);
    }
    else{$quer3=mysql_query(“SELECT DISTINCT city_name FROM city”);
    }
    echo “”;

    echo “Select one”;
    while($noticia2 = mysql_fetch_array($quer2))
    {
    if($noticia2[‘country_id’]==@$cat){echo “$noticia2[country_name]”.””;
    }
    else{echo “$noticia2[country_name]”;
    }
    }
    echo “”;
    echo “Select one”;
    while($noticia = mysql_fetch_array($quer))
    {
    if($noticia[‘city_id’]==@$cat3){echo “$noticia[state_name]”.””;
    }
    else{echo “$noticia[state_name]”;
    }
    }
    echo “”;

    echo “Select one”;
    while($noticia = mysql_fetch_array($quer3)) {
    echo “$noticia[city_name]”;
    }

    echo “”;
    ?>

  3. rupak says:

    please send me the php question ans answer.

    thanks

  4. prem says:

    plz send me the web developer in php qutions and answer on my id [email protected]

  5. sameer chourasia says:

    Its good but i need more question and answers of advanced php.

  6. Antony says:

    please send me the web designing question ans answer.
    thanks

  7. chinky says:

    please send me c,c++,ds,sql,dot net,oracle dba quaestion on id [email protected]

  8. Rakesh says:

    please send me the c,c++,ds,vb,php,pl/sql with oracle question ans answer.
    thanks

Leave a Reply

Your email address will not be published. Required fields are marked *