User Profile

Collapse

Profile Sidebar

Collapse
Devendra
Devendra
Last Activity: Jun 4 '07, 11:10 AM
Joined: Aug 16 '06
Location: Delhi
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Devendra
    replied to Concurency
    When two users A and B access same file, and when A updates at the same time
    B get updated result When he refresh
    See more | Go to post

    Leave a comment:


  • which is faster session variable of local/global variable

    PLZ Give me reply in deitals
    thanks
    See more | Go to post

  • Devendra
    replied to JDK 1.3 Vs JDK 1.4
    in Java
    1- most use of collection frame work that is not part of add hoc classess
    2- exception chaining
    and a lot of fixes
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to Pls help me
    Answer

    Tomcat is more usefull than web server i have two resigon
    1-Tomcat consumes far less RAM and processor overhead than ... Relying on an HTTP server as its Web server.
    2-Using Tomcat servers u can have desire integrated security...
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to Mysql search
    Currect syntax for post data as a string columnName=\''. $_POST['formFieldName'].'\'
    and for numeric value columnName=\''. $_POST['formFieldName'].'/'

    'SELECT members_main.*, members_address es.* FROM members_main,me mbers_addresses WHERE members_main.id =members_addres ses.mid
    AND partner_code=\' '.$_POST[pcode].'\', $name=\''.$_POS T[value].'\', special_cat=\'' .$_POST[cat].'\',
    pcountry=\''$_P OST[country].'\', sex=\''.$_POST[gender]\'',...
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to java problem
    in Java
    I think u do not set class path properly
    when u compile a file it must be in the same directory but u can run it anywhere

    set path and classpath in invironment vriable as
    go start-> control panel->system->advanced->environment variables->

    path
    .;%path%;c:/jdk1.4/bin;

    classpath
    .;%classpath%;c :/jdk1.4/lib;
    See more | Go to post

    Leave a comment:


  • In java we can't create .exe file, in java we make executable .jar file
    See more | Go to post

    Leave a comment:


  • Devendra
    started a topic How could i insert a pdf file in mysql using PHP
    in PHP

    How could i insert a pdf file in mysql using PHP

    How could i insert a pdf file in mysql using PHP and when i access from database it must be open in .html format plz give me reply
    See more | Go to post

  • Devendra
    replied to declaring session variables
    in PHP
    Hi friend i m not able to solve yr query but i m sending a file read care fully, if yr proble is not solved now send me full code on dpsingh07@gmail/rediffmail.com

    <?
    $varerror = '';
    $_SESSION['id'] = '';

    if(isset($_POST['submit']))
    {
    if( $_POST['name'] != '' && $_POST['password'] != '' )
    {
    $query=mysql_qu ery('select * from tbl_admin where user_name=\''.$ _POST['name'].'\'...
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to install php editor
    in PHP
    run set up click next steps each time
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to insert into table using array(for)
    in PHP
    INSERT INTO TABLE NAME field name1 field name2...n values(field name1,field name2...) then use other code
    See more | Go to post

    Leave a comment:


  • Devendra
    replied to calling a function in php
    in PHP
    <?
    class A
    {
    function AA()
    {
    echo 'Hi Jeni';
    }
    }

    class B extends A
    {

    }

    $a = new B();
    $a->AA();
    ?>
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...