User Profile

Collapse

Profile Sidebar

Collapse
anandaraman
anandaraman
Last Activity: Mar 27 '07, 08:08 AM
Joined: Feb 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • anandaraman
    replied to Parser program
    in PHP
    i know, there ia already predefined function that calculate the expression, but i need the program that perform the calculation
    See more | Go to post

    Leave a comment:


  • anandaraman
    started a topic Parser program
    in PHP

    Parser program

    Hi all, i need one help from u.when u give expression like 10+4*2-6/8 the expression should be evaluated in hierarchy order and the result will be displayed. the expression may be any longer or shorter.the operands used are +,-,*,/,mod, pow..please any one help in writing coding on this...
    See more | Go to post

  • anandaraman
    replied to how can image be uploaded
    in PHP
    Main.php

    <title> File Upload and Download (MYSQL Database)</title>

    <h2 align="center"> File Upload and Download (MYSQL Database)</h2>
    <table width="200" border="0" align="center" >
    <tr id="trr">
    <td align="center"> <a href="upload.ph p?up=yes"><stro ng>
    Upload...
    See more | Go to post

    Leave a comment:


  • Thank a lot. its working....
    See more | Go to post

    Leave a comment:


  • anandaraman
    started a topic Mail Function doesnot work
    in PHP

    Mail Function doesnot work

    Hi all, i want to send mail through php coding.but error displays. i am working in windows environment. please help..

    PHP Coding:

    <?php
    $to = "anandh@yahoo.c om";
    $subject = "Example";
    $txt = "Test a Mail Function!";
    $headers = "From: karthick@rediff mail.com";
    mail($to,$subje ct,$txt,$header s);
    ?>


    Error is:...
    See more | Go to post

  • anandaraman
    started a topic Mail Function
    in PHP

    Mail Function

    Hi all. i need help from u. i use the mail function, but error displays. how to rectify. please help
    the coding is

    <?php
    $to = "somebody@examp le.com";
    $subject = "My subject";
    $txt = "Hello world!";
    $headers = "From: webmaster@examp le.com";
    mail($to,$subje ct,$txt,$header s);
    ?>

    the error is

    Warning: mail() [function.mail]:...
    See more | Go to post

  • Get maximium width and height of the screen

    Hi all, i want to get the maximum width and height of the screen. could anyone telll me the right coding for this
    See more | Go to post

  • anandaraman
    started a topic Date Conversion
    in PHP

    Date Conversion

    Hi guys, i need a help. i have to convert the date format.the date can be inserted in any format like dd:mm:yy. i have to convert the format into yyyy-mm-dd.
    plz reply
    See more | Go to post
No activity results to display
Show More
Working...