User Profile

Collapse

Profile Sidebar

Collapse
vssp
vssp
Last Activity: Sep 10 '08, 06:20 AM
Joined: Jul 12 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vssp
    started a topic MYSQL Query need

    MYSQL Query need

    Hi Friends

    I am working to draw a graph . I need to get the data monthly, for example JAN total hours FEB total hours ,

    How to write the query get the total values per month?

    Advance thanks for your reply.
    See more | Go to post

  • vssp
    started a topic Outlook to mysql

    Outlook to mysql

    Hi Friend

    is it possible??????? ???

    I need a hlp how to connect outlookexpress with mysql, so that i hav to store data from outlook express to mysql.
    See more | Go to post

  • vssp
    replied to word verification
    in PHP
    sorry I am not clear Can you expline briefly....
    See more | Go to post

    Leave a comment:


  • vssp
    replied to PHP Image Upload
    in PHP
    this function copyes a file or folder, it needs another function (ls_a):
    this works perfect.
    ////////////////////////////////////////////////////////
    /// cp function/////////////////////////////////
    ////////////////////////////////////////////////////////
    function cp($wf, $wto){ // it moves $wf to $wto
    mkdir($wto,0777 );
    $arr=ls_a($wf);
    foreach...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Post error value
    in PHP
    Sorry I am not clear . Are you enter any values in html form ?
    if you submit blank value ,its goes to isset($_POST) value ?
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Sample Site For A Shopping Cart...
    in PHP
    Download plinecart.zip file its a simple sample shoping cart program...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Sample Site For A Shopping Cart...
    in PHP
    Download plinecart.zip file its a simple sample shoping cart program...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Hi all
    in PHP
    Cron job is another way to set the time limit to run the script...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to set_time_limit not working
    in PHP
    WHILE($list = mysql_fetch_ass oc($result) {
    set_time_limit( 2); // Timelimit 2 seconds for sending each mail
    mail($list[email], $list[Subject], $list[Message]);
    }
    set_time_limit( 5); // Timelimit to finish script...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to what is function of mysql_query command
    in PHP
    mysql_query() sends a query to the currently active database on the server that's associated with the specified link identifier. If link_identifier isn't specified, the last opened link is assumed. If no link is open, the function tries to establish a link as if mysql_connect() was called with no arguments, and use it. The result of the query is buffered....
    See more | Go to post

    Leave a comment:


  • vssp
    replied to connection with my sql via a html page
    in PHP
    I think No way to connect the database html page...
    See more | Go to post

    Leave a comment:


  • vssp
    replied to a very basic thing that i dont know
    in PHP
    I think u r using php 5 so <? is not working
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Can't Create Tables on phpmyadmin
    in PHP
    using "myadmin" "EMS SQL" its very usefull for u
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Download Header Error Trapping
    in PHP
    Can you send me the error so we can easily identify your problem
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Script Help required
    in PHP
    <?php $result = mysql_query($in sert)
    or die("Invalid query: " . mysql_error());
    ?>
    See more | Go to post

    Leave a comment:


  • vssp
    replied to session expire help
    in PHP
    session_cache_l imiter('private ');
    $cache_limiter = session_cache_l imiter();

    /* set the cache expire to 30 minutes */
    session_cache_e xpire (30);
    $cache_expire = session_cache_e xpire();

    /* start the session */

    session_start() ;
    // Unset all of the session variables.
    session_unset() ;
    // Finally, destroy the session.
    session_destroy ();
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Send files by email
    in PHP
    using mail function header used to attach the files

    Please check the header to attach the files.

    Thanks
    See more | Go to post

    Leave a comment:


  • vssp
    replied to implode an array for query condition
    in PHP
    Count the total number and split the string 5 and the store the valus on single array I hope thsi idea is not bad.
    See more | Go to post

    Leave a comment:


  • vssp
    replied to Delete and create file and folders
    in PHP
    using unlink function to delete the files
    See more | Go to post

    Leave a comment:


  • vssp
    started a topic Php ini setting--mail function
    in PHP

    Php ini setting--mail function

    hai friends

    I want mail server setting in my php appliacation no need to change the php ini file
    I got some sample code like this
    $mail_ini=ini_s et(SMTP,"mail.e bscon.com");
    $mail_ini=ini_s et(smtp_port,25 );
    This code working on only Windows machine only. But I am using linux machine

    Any option without change the phpini file to setting the mail server configuration ?

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