User Profile
Collapse
-
thanks the problem got solved -
ok thanks.After exploding the time format ,how i will get the desire result?Leave a comment:
-
Adiing time (10:56:45+01:12:52)
how to add time ,the format of the time is
(00:45:55+01:22 :01) -
-
run an exe file on click of an image
I want to click on an image (.jpg) that launches a sound recorder
(sndrec32.exe) -
Why the loop is not working?Playing mp3 file
Thanks in advance.
[code=php]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitl ed Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT TYPE="text/javascript">... -
Hi pbmods
WHY this error?Is this is the way to play audiofile.The code is pasted below
Error is
The music file you selected does not existtrack1.mp3
The music file you selected does not existtrack2.mp3
The music file you selected does not existtrack3.mp3
[code=php]
<?
$dir = "song";
$dh = opendir($dir) or die ("could not open dir");...Leave a comment:
-
hai suma here...thanks
$dir = "song";
$dh = opendir($dir) or die ("could not open dir");
while ( !(($file = readdir($dh)) === false) ){
if ($file == "." || $file == "..") continue;
if (eregi(".mp3",$ file)){
$sheets[] .= $file;
}
}
by using this code i can fetch the mp3 file from the song folder.Now how to play this...?Leave a comment:
-
session_start() ;-use this function at the beginning of the php coding page.Leave a comment:
-
you can view only client side program in the browser.php is serverside script.
So u cant view the code.Leave a comment:
-
check this code
Code:<?php $sql_sel="select * from tbl_mst_department"; $result=mysql_query($sql_sel)or die("Could not select the table"); ?> <select name="I_DepartmentID" class='textbox'> <option value="">Select any department</option> <? while($rowdep=mysql_fetch_array($result)) { if($rowdep['V_DepartmentName']==$depname)
Leave a comment:
-
-
i dont understand what you want but try this code then you will be able to understand
[php]
$query1="select productname from product1";
$resultpostal = mysql_db_query( $dbname,$query1 ); //queryresult1
while($row = mysql_fetch_arr ay($resultposta l))
{
$temp[]=$row['productname'];
}
foreach($temp...Leave a comment:
-
-
-
-
please help me.gd library is installed in my server.i need some sample codeLeave a comment:
-
how to create pie chart
my requirement is
1.To create a pie chart
2.the value will be updating from the database
How can i do this ? -
-
sumaabey started a topic loop problem while the content of csv file is trying to insert into databasein PHPloop problem while the content of csv file is trying to insert into database
my code
[code=php]<?
//include("../mysqlconnect.ph p");
$link = mysql_connect(" localhost","roo t","")
or die("Could not connect: " . mysql_error());
mysql_select_db ("suma");
include("includ e/upload.inc.php" );
if(isset($_POST['upload']))
{
$deli=$_POST['delimeter'];
$userfile=$_FIL ES['userfile']['name'];...
No activity results to display
Show More
Leave a comment: