User Profile

Collapse

Profile Sidebar

Collapse
sanjay123456
sanjay123456
Last Activity: Feb 5 '08, 03:35 PM
Joined: Sep 18 '06
Location: indore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sanjay123456
    started a topic Register globle problem
    in PHP

    Register globle problem

    Dear Friends ,

    In older php software (like made in php 2.0 and 3.0) for converting php4.0 or higher we can use import_request_ variables for GET , POST and COKKIE .

    Can we convert session variable also ??
    how can we convert ? so that software become run.


    sanjay
    See more | Go to post

  • sanjay123456
    replied to How to send a html by php mail function
    in PHP
    Dear guru ,


    Its also not working here .

    so what can i do for this problem ????
    See more | Go to post

    Leave a comment:


  • sanjay123456
    started a topic How to send a html by php mail function
    in PHP

    How to send a html by php mail function

    Dear friends,

    [PHP]

    <?php
    //define the receiver of the email
    $to = 'sanjay.mit@gma il.com';
    //define the subject of the email
    $subject = 'Test HTML email';
    //create a boundary string. It must be unique
    //so we use the MD5 algorithm to generate a random hash
    $random_hash = md5(date('r', time()));
    //define the headers we want passed. Note that they are separated...
    See more | Go to post

  • sanjay123456
    started a topic problem in expr 3+5

    problem in expr 3+5

    Dear friends ,

    i am using shell script and file name is test.sh

    and in test.sh i am written echo expr 3+5;

    excution of this programe result is 3+5 its not give 8

    so plz tell me where its wrong ???????????

    sanjay
    See more | Go to post

  • sanjay123456
    started a topic can i use temperary variable in where clause

    can i use temperary variable in where clause

    Dear friends,

    see the Following query -----

    [code=mysql]
    SELECT headline, Concat(EXTRACT( YEAR FROM datetime),'-',EXTRACT(MONTH FROM datetime),'-',DAYOFMONTH(da tetime)) as abc FROM news_news where catid='1' and abc>='2007-10-1' and abc<='2007-10-30'[/code]


    here abc is a temp variable can i use it in where clause in same query ?????

    here i excute this but it give ...
    See more | Go to post
    Last edited by pbmods; Oct 27 '07, 01:27 PM. Reason: Added CODE tags.

  • difference between mysql_fetch_assoc and mysql_fetch_array

    Dear friends ,


    Plz any one tell me What is difference between mysql_fetch_ass oc and mysql_fetch_arr ay while both are return associtive array ?
    See more | Go to post

  • sanjay123456
    replied to creating dynamic select field
    Dear Friends ,


    Can i do it same work without using Ajax means using only java- script .... |????



    sanjay
    See more | Go to post

    Leave a comment:


  • sanjay123456
    started a topic drop down menu

    drop down menu

    Sir ,
    i have two drop down menu ,,,,,,
    i would like that when user select one dropdown content according to that second
    dropdown menu listed .

    how can i do that ????


    sanjay
    See more | Go to post

  • sanjay123456
    started a topic Using phpflickr to search for photos
    in PHP

    Using phpflickr to search for photos

    Sir ,

    i have download phpFlickr-2.1.0 and i am successfullly login from my account
    now how can i search photo in my account plz help me that how can i get token
    ?????


    sanjay
    See more | Go to post

  • dear motoma ,

    now i am using following code ......


    [PHP]

    $file=$path."\h tml\\";
    $d = dir($file);
    echo $file."<br/>";
    while (false !== ($entry = $d->read())) {
    echo $entry;
    $typ = is_dir($entry);
    echo $typ;
    if($typ){
    print '<li>[d]:'.$entry.'</li>';
    }else if(!$typ){
    $topic=explode( ".",$entry) ;...
    See more | Go to post

    Leave a comment:


  • problem checking of a file is a file or a directory

    Dear friends ,

    I am using window os . i face a problem is that

    [PHP]

    $file="D:\Domai ns\\naturetrail sindia.info\www root\html\\";
    $file=$path."\h tml\\";
    $d = dir($file);

    while (false !== ($entry = $d->read())) {
    $typ = filetype($entry );
    if($typ == "dir"){
    print '<li>[d]:'.$entry.'</li>';
    }else...
    See more | Go to post

  • sanjay123456
    started a topic print qq|
    in Perl

    print qq|

    dear friends ,

    what is meaning of print qq| in perl ????????

    i have download SQL- LEDGER and in this there r so many type of qq| and other
    thing r used so plz tell me waht its and related meaning ???


    thx in advance
    See more | Go to post

  • sanjay123456
    replied to expr $abc || =1;
    in Perl
    Dear KevinADC ,

    Thanks for ur reply .........
    my problem is solved
    See more | Go to post

    Leave a comment:


  • sanjay123456
    started a topic expr $abc || =1;
    in Perl

    expr $abc || =1;

    Dear friends ,

    I am new in perl so plz tell me what is meaning of the following expression ..

    $abc ||=1;



    sanjay
    See more | Go to post

  • sanjay123456
    replied to installation of java on mandriva - 2007
    in Java
    dear sir ,

    #!/bin/sh
    export JAVA_HOME=/usr/java/jre1_5_0_08
    export MANPATH=$MANPAT H:/usr/java/jre1_5_0_08/man
    export PATH=$PATH:/usr/java/jre1_5_0_08/bin


    i have written above code java.sh which is locate in /etc/profile.d

    but its give again javac not found now what i am do sir

    plz help me sir

    sanjay
    See more | Go to post

    Leave a comment:


  • sanjay123456
    replied to installation of java on mandriva - 2007
    in Java
    Dear ,

    how can i set path
    pz tell me detail

    sanjay
    See more | Go to post

    Leave a comment:


  • sanjay123456
    started a topic installation of java on mandriva - 2007
    in Java

    installation of java on mandriva - 2007

    Dear Friends ,

    i am using mandriva - 2007 in this i have in cd /usr/java/jre1_5_0_08/


    in this jre its have all bin ,lib and so on

    when i give folowing command on command prompt

    javac

    its said that no command found

    so tell how can i run java programe on mandriva - 2007

    is there any extra installation required for that or not ?
    ...
    See more | Go to post

  • sanjay123456
    replied to how can i set admin password
    hello Friends ,

    i am following link for mysql set admin password

    http://www.php-mysql-tutorial.com/mysql-tutorial/start-mysql-client-server.php

    but i write on console
    D:\> mysql -h localhost -u root -p
    enter password **********

    and after enter throw a error

    access denied for user 'localhost' (using password :YES)

    how can i do this plz help...
    See more | Go to post

    Leave a comment:


  • sanjay123456
    replied to download MYSQL
    Dear Friend ,

    Which os ur using ??????


    sanjay
    See more | Go to post

    Leave a comment:


  • sanjay123456
    started a topic how can i set admin password

    how can i set admin password

    hello Friends

    i am using winxp and i installed mysql 4.0
    but i dont know that how can i open this type of data base and how
    can i set the admin password

    sanjay
    See more | Go to post
No activity results to display
Show More
Working...