Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for ahsan1

This is the program in java which is an interface to stanford postagger. I have attached a copy of it. I am using netbeans 6.7.1 . I have placed the model file which is "left3words-wsj-0-18.tagger" in the bin folder of jdk and also placed the stanford-postagger.jar in that folder. I …

Member Avatar for Hargung
0
263
Member Avatar for ahsan1

I have made an application in which there are different buttons with images. When the button is clicked, it writes "hello" on the console because I have written in the NSLog("hello") statement in the funtion which is called on button click. But I want to print the database column record …

0
69
Member Avatar for ahsan1

Hello I am new to iphone application development. I making an application in which there are foods which I have to show on the iphone screen. I have made uiscrollview and buttons on it with images of dishes on it throgh loop but I am facing a problem that all …

0
140
Member Avatar for ahsan1

It is showing error about foreach loop. Error is: Warning: Invalid argument supplied for foreach() in D:\wamp\www\greenmusic\admin\sec.php on line 408[code]<form id="adminsform" name="adminsform" method="post" action=""> <input type="checkbox" name="master" onClick="checkedAll('adminsform')" value=""/> <?php while($row=mysql_fetch_array($result)) { ?> <input type="checkbox" name="musicid[]" value="<?=$row['id']?>" /> <?=$row['song']?> <?=$row['singername']?> <?=$row['songtype']?> <td width="15%"><?=$row['songtypeav']?></td> <?php if($row['songtypeav']=="Audio Song") { ?> <a href="sec.php?id=<?=$row['id']?>&act=play">Play</a><?=" …

Member Avatar for pzuurveen
0
112
Member Avatar for ahsan1

I am having multi record delete problem. It shows an error about foreach loop. <?php if(isset($_REQUEST['action'])&&$_REQUEST['action']=="delete") { $value=$_REQUEST['check']; foreach($value as $ids) { $dquery="SELECT songname FROM songs WHERE id='$ids'"; $dresult=mysql_query($dquery); $drow=mysql_fetch_array($dresult); $songtodel=$drow['songname']; $path2="../upload/$songtodel"; if(is_file("../upload/$songtodel")) unlink($path2); $mdquery="DELETE FROM songs WHERE id='$ids'"; mysql_query($mdquery); } }

Member Avatar for cossay
0
95
Member Avatar for ahsan1

I am getting states from database on change of countries but not cities. Here is the code: <?php include("include/connection.php"); ?> <html> <head><title>Contact Page</title> <script type="text/javascript"> function AjaxFunction(cat_id) { var httpxml; try { // Firefox, Opera 8.0+, Safari httpxml=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { httpxml=new ActiveXObject("Msxml2.XMLHTTP"); …

Member Avatar for chrishea
0
97
Member Avatar for ahsan1

$pti="C:\Documents and Settings\Administrator\My Documents\My Pictures"; $ptt=$_SERVER['DOCUMENT_ROOT']."/greenmusic/thumbnails/thumbs"; $tw=100; $replacethumb=str_replace(" ","_",createThumbs($pti,$ptt,$tw)); Can any one help me. I'll be thankful to you.

Member Avatar for jkon
0
49
Member Avatar for ahsan1

Error is: Warning: Invalid argument supplied for foreach() in D:\wamp\www\greenmusic\admin\sec.php on line 269. Code is: [CODE] <?php if(isset($_REQUEST['action'])) { echo $values=$_REQUEST['check']; foreach($values as $id) { $mdelete="DELETE FROM songs WHERE id='".$id."'"; mysql_query($mdelete); } } ?>[/CODE] Can anyone help me. I'll be thankful to you.

Member Avatar for Ezzaral
0
304
Member Avatar for ahsan1

[CODE]<?php if(isset($_REQUEST['action'])) { $value=$_REQUEST['check']; foreach($value as $ids) { $mdelete="DELETE FROM songs WHERE id='".$ids."'"; mysql_query($mdelete); } } ?>[/CODE]

Member Avatar for KamranArshad
0
373
Member Avatar for ahsan1

I have used if($_FILES['file']['type']) but it does not upload it. Can anyone help me. I'll be thankful t you.

Member Avatar for RoyalElite96
0
69
Member Avatar for ahsan1

I have used the delete query $sql="DELETE FROM table_name WHERE id='$ids'"; but the problem isthat it deletes the record but the record does not disappears from the page. It dissappears after refreshing the code. I have used the meta tag for page refresh but itis not working. Can any one …

Member Avatar for lyrico
0
68
Member Avatar for ahsan1

I am getting no result of it when i choose mp3 file. Other files are being uploade.. What should I do?[code]echo $ftype=$_FILES[&quot;audio&quot;][&quot;type&quot;]; exit;[/code]

Member Avatar for R0bb0b
0
91
Member Avatar for ahsan1

I wrote a code in php to upload mp3 files but it is not working. It uploads other file exrtensions but does not upload mp3 files. If I remove "if($_FILES['audio']['type']=="audio/mp3"" then files is uploaded in database but not in the subfolder "upload". Can any one help me. I'll be thankful.[code]if($ftype=="audio/mp3") …

Member Avatar for lordspace
0
126
Member Avatar for ahsan1

I have downloaded stanford parser package from web because I want to use it in my java program. I don't know that in which subfolder of jdk 1.5.0_22 should I extract the .rar files of stanford parser. Can any one tell me. I'll be thankful.

Member Avatar for peter_budo
0
62
Member Avatar for ahsan1

where to place new java api jdk. I have downloaded stanford parser package which contains stanfor-parser.jar file and java api. I want to use it programmatically, where should I place that package or java api in my jdk.

Member Avatar for JamesCherrill
0
59
Member Avatar for ahsan1

This is the program in java which is an interface to stanford postagger. I have attached a copy of it. I am using netbeans 6.7.1 . I have placed the model file which is "left3words-wsj-0-18.tagger" in the bin folder of jdk and also placed the stanford-postagger.jar in that folder. I …

0
52
Member Avatar for vssp

hai friends How to paly song when page laod using php code? I my php application when i load the home page automatically pale song Its possible !! ??Please give me any idea Thanks vssp

Member Avatar for vssp
0
166