User Profile
Collapse
-
i know, there ia already predefined function that calculate the expression, but i need the program that perform the calculation -
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... -
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...Leave a comment:
-
-
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:... -
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]:... -
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 -
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
No activity results to display
Show More
Leave a comment: