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
~10K People Reached
Favorite Forums
Favorite Tags

31 Posted Topics

Member Avatar for HasNor

hi all..actually this is my first time to do script for sending email, i have simple script for running in localhost and it's work wint sending email to me..But in the window server it's doesn't work, because there are not setting yet. The problem here i don't know how to …

Member Avatar for LastMitch
0
150
Member Avatar for HasNor

Dear experties, I have a problem to remove semicolon at last value, but not working. This script working if I change the ';' to comma ','.. What is the problem actually? Please help me.. > if(isset($sw11)) $symp39=$sw11.";"; else $symp39=NULL; if(isset($sap_rel)) $symp40=$sap_rel.""; else $symp40=NULL; if(isset($subject)) $symp41=$subject.";"; else $symp41=NULL; if(isset($module)) $symp42=$module.""; else …

Member Avatar for HasNor
0
220
Member Avatar for HasNor

Dear all, I have a problem to count the total of receiving items.. but when I run this code I output of the total displayed "1".. not "5"...here my code.. hope someone can help me to count the total of receiving.. <?php include 'connection/db_connect.php'; ?> <form name="form1" method="post" action=""> <table …

Member Avatar for blocblue
0
148
Member Avatar for HasNor

Dear experties, I have a problem to insert checkbox value which is checked by user into multiple database..when I run this code, only one row inserted into database, but I had checked more than 3 checkbox.. Here is my code, please help me.. form.php <form id="form" name="form" method="post" action="dbase.php?id=<?php echo …

Member Avatar for harshita317
0
158
Member Avatar for HasNor

Dear experties, I have a problem to insert checkbox value that called from database. How can I identify each checkbox's value? This is my code to show the checkbox. Dont know how to post the value to insert into database if checked. Please give me idea to solve it. Thank …

Member Avatar for HasNor
0
263
Member Avatar for HasNor

Dear experties, I want to display data from Mysql by keyword but my code doesn't work. Maybe you have suggestion for this environment. please...

Member Avatar for ryantroop
0
171
Member Avatar for HasNor

Dear all, I'm here just for asking your suggestion.. I would like to develop application that display listing but the list item is not in database. It is create in excel and convert to html file. My question here, is it able to me to develop application that allowed user …

Member Avatar for willson1
0
122
Member Avatar for HasNor

Dear experties, I have a problem with read file in format "pptx/docx/xlsx". In other format PHP can read the document properly..what can I do for this case? anybody can help me?? here my script for view the file by hyperlink.. <a href="../folder/upload/<?php echo $row['fileName']; ?>"><?php echo $row['fileName']; ?></a>

Member Avatar for broj1
0
279
Member Avatar for HasNor

Dear experties, I have a problem which is my code not running correct way. I want to display data by radio button and checkbox selection. Maybe my if else statement have a problem.. If select "All", data show correctly, but if select "My Task" data not shown correctly..seem like my …

Member Avatar for HasNor
0
182
Member Avatar for HasNor

Dear experties, I have a problem with windows back key. It's still able to click when session expired and go to previous page. How can I disable that key?? Means user cannot go to the previous page? Anybody can help me? Here my session expired script :- <?php session_start(); $timeout …

Member Avatar for vibhaJ
0
96
Member Avatar for HasNor

Dear experties, I'm facing the problem which is system not catch data enter by user. It's happen sometimes. Means my system is not stable. So how can I solve this problem even user access thru IE8 or IE 9 and so on. Is it caused by IE version or what?

Member Avatar for HasNor
0
234
Member Avatar for HasNor

Dear all, My database cannot accept uploading file when filename contain single quote " ' ". Then it show the error. For example my filename testuploads'.xls Got the error message Error, query failed : You have an error in your SQL syntax; check the manual that corresponds to your MySQL …

Member Avatar for vibhaJ
0
104
Member Avatar for HasNor

Dear experties, Actually I don't know how to specify what I'm trying to do. I only tell you thru this figure. I don't know how to come out report by this way. How can I do? What kind of method to get report like this in a table? Please help …

Member Avatar for HasNor
0
136
Member Avatar for HasNor

Dear experties, i got bad new.. and biggest problem when my system is not stable after go live.I'm using PHP. My system not catch the information that entered by user correctly. I don't know why.. Which part actually I need to check? somnetime it work ok but sometime it work …

0
83
Member Avatar for HasNor

Dear experties, I need your help. I have a problem when i want to view user remark that view in 1 line without enter to the next line as user enter during create remark. But it's ok if I view that remark using text area but need to scroll.. how …

Member Avatar for HasNor
0
95
Member Avatar for HasNor

Hi all, i need your experties where i now in trouble. How can i avoid data jump to next row if user enter "," even data actually in same field..in CSV the row saperate by ",".. so my CSV file is look not stabil when the data convert to wrong …

Member Avatar for Biiim
0
3K
Member Avatar for HasNor

hi all.. i have a problem. Actually i want to view respond select by MAX(tran_id)...don't know why when i run this code, i do not get the max/ last respond.. it return to me the first respond..for the tran_id it view the max id but not for respond..here the script..hope …

Member Avatar for HasNor
0
126
Member Avatar for afidah

Hi, sorry..actually what you means for one time? is it update data issue? not clear about the problem..

Member Avatar for afidah
0
343
Member Avatar for HasNor

Hi guys, Here I got a problem that my session expired is not secure I think.. I use this code, but user can click button back and go to previous page. Means session not destroy.. May I know why its happen. Within 15 min it will be logout but user …

Member Avatar for HasNor
0
170
Member Avatar for HasNor

Hi all, Have a nice day.. I want to know that way to backup our SQL data from server. Any suggestion for me?

Member Avatar for HasNor
0
112
Member Avatar for HasNor

Hi all.. how can i hide the status bar url (the secret id) in IE 9... i've use this code but it still show the id on the status bar in IE 9, it's ok if i use IE 8..please help me.. [CODE] <a href="list_upload.php?reqid=<?php echo $row['reqid']; ?>" title="View" onMouseOver="window.status='list_upload.php'; …

Member Avatar for HasNor
0
2K
Member Avatar for HasNor

Hi all..i have a problem that i want to upload file less than 5MB..but it doesn't work for file size more than 3MB..what happen huh? Please help me.. [CODE] <?php include "connection/db_connect.php"; include "template.php"; $reqid=$_GET['reqid']; if (($_FILES["file"]["type"]) && ($_FILES["file"]["size"] < 5000000000000)) { if ($_FILES["file"]["error"] > 0) { echo "Return Code: …

Member Avatar for HasNor
0
171
Member Avatar for HasNor

hi all... i have a problem when my boss ask me to do something that i don't know how to do it.. i need the idea for increment ID that will count by date.. For example today is 7/3/2012,user send request then id become AB-070312-1, user send other request at …

Member Avatar for HasNor
0
162
Member Avatar for davy_yg

hope this will hope you [URL="http://www.tutorialspoint.com/php/mysql_paging_php.htm"]http://www.tutorialspoint.com/php/mysql_paging_php.htm[/URL]

Member Avatar for blocblue
0
260
Member Avatar for HasNor

Hi all, here i got a problem where i want to delete file uploaded..my script just remove from database but not remove from directory.. how can i delete from database and directory at a same time?? Please help me..

Member Avatar for HasNor
0
123
Member Avatar for HasNor

Hi all, i got a problem in my php web, i got error page that show "webpage has expired" when i want to go to previous page. Why it happen?? It happen sometime.. Do you have any idea to solve it?? Thanks for your sincerely help..

Member Avatar for HasNor
0
111
Member Avatar for HasNor

Hi all, i have a problem when my system is not workable if running on the server, but at local host it run as usual without error.. when i want to insert the data it show "Data Not Inserted". Why it happen?

Member Avatar for HasNor
0
98
Member Avatar for HasNor

Hi, actually i've tried the simple checkbox code but it doesn't work. My point is want to insert the selected checkbox value into the same database row. Example : one,three --> if there are selected. This is my code. Anybody can help me? [CODE] <?php include 'connection/db_connect.php'; if(isset($one)) $val1=$one.";"; else …

Member Avatar for Atli
0
364
Member Avatar for HasNor

Hi all, i've a problem for getting the other attribute from active directory. What i've to do if i want to get the 'email' and 'employee ID'? Actually i've done for getting the username and password. But don't know how to get the other. Please help me...

Member Avatar for jaspal.indivar
0
110
Member Avatar for HasNor

How to connect my website into domain database? I have to use the username and password from domain database but i dont know how to connect. Help me..

Member Avatar for pritaeas
0
38
Member Avatar for intelgy

I need someone help to solve my problem. hurm..why it didn't insert the value in the database haaa? <?php include 'connection/db_connect.php'; if(isset($one)) $val1=$one.";"; else $val1=NULL; if(isset($two)) $val2=$two.";"; else $val2=NULL; if(isset($three)) $val3=$three.";"; else $val3=NULL; $printVal=$val1."".$val2."".$val3; $val=array($printVal); if(isset($_POST['Submit'])) { if($error ==0){ foreach($val as $values) { if(!empty($values)){ $sql="INSERT INTO `request` (detail) values('$values')"; mysql_query($sql);} …

Member Avatar for HasNor
-1
175

The End.