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.
User Profile
Collapse
-
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. -
sorry I am not clear Can you expline briefly.... -
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...Leave a comment:
-
Sorry I am not clear . Are you enter any values in html form ?
if you submit blank value ,its goes to isset($_POST) value ?Leave a comment:
-
Download plinecart.zip file its a simple sample shoping cart program...Leave a comment:
-
Download plinecart.zip file its a simple sample shoping cart program...Leave a comment:
-
Cron job is another way to set the time limit to run the script...Leave a comment:
-
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...Leave a comment:
-
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....Leave a comment:
-
-
-
-
Can you send me the error so we can easily identify your problemLeave a comment:
-
<?php $result = mysql_query($in sert)
or die("Invalid query: " . mysql_error());
?>Leave a comment:
-
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 ();Leave a comment:
-
using mail function header used to attach the files
Please check the header to attach the files.
ThanksLeave a comment:
-
Count the total number and split the string 5 and the store the valus on single array I hope thsi idea is not bad.Leave a comment:
-
-
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 ?
...
No activity results to display
Show More
Leave a comment: