473,395 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to admin notification particular selected employee?

I
Expand|Select|Wrap|Line Numbers
  1. <td>  Allocated Person Name &nbsp;&nbsp;&nbsp;  : </td>
  2.                 <td> <textarea  rows="5" cols="20" class="textbox1" id="project_allocated_person" name="project_allocated_person"/></textarea></td>
  3.                 <td><select name="employee_list"  id="employee_list" >
  4.                 <option value="0" selected="selected" >Select Employee</option>
  5.                 <?php
  6.  
  7.                   $query = mysql_query("SELECT * FROM employee_personal_detail") or mysql_error();;
  8.                   while ($row = mysql_fetch_array($query)) {
  9.                 ?>
  10.                 <option value="<?php echo $row['emp_name'] ?>"  ><?php echo $row['emp_name']?></option>
  11.  
  12.                 <?php }?>
  13.                 </select><a href="#" onclick="addItem();">Add</a></td>
  14.             </tr>
Now my insert code is:
Expand|Select|Wrap|Line Numbers
  1. <?php 
  2.  $emp_name1=$_POST['project_allocated_person'];
  3.  $emp_name=array($emp_name1);
  4.  foreach($emp_name as $emp)
  5.  $emp=print_r (explode(",",$emp));
  6.  $query_emp="INSERT into notification ";
  7.  
  8.  
  9.  
  10.  
  11.  
  12. ?>
  13.  
Aug 29 '12 #1
3 1351
Rabbit
12,516 Expert Mod 8TB
I have no idea what your question means. Are you getting errors? What are they? Is something not working right? What is it?
Aug 29 '12 #2
forgot all
but now how am i remove blinking when user click
Aug 30 '12 #3
Rabbit
12,516 Expert Mod 8TB
I still have no idea what you're talking about. What's blinking?
Aug 30 '12 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Maheshkumar.R | last post by:
Hi groups, How to get a particular selected row ID from a grid view control where i have placed imagebutton. On click event how i can get the ROW ID ? -- Mähésh Kumär. R
1
by: Maheshkumar.R | last post by:
Hi groups, How to get a particular selected row ID from a grid view control where i have placed imagebutton. On click event how i can get the ROW ID ? thankz --
4
by: savvy | last post by:
I'm developing a Garment Shopping Cart. On the Admin side, while inserting the each Product details, the user has to choose options of Colour Icons and Sizes for each Garment. All the colour icons...
1
by: Daniel | last post by:
Can someone please describe why impersonation requires the impersonator to be local admin?
2
by: Maddy | last post by:
I manage a small organisation of around 100 employees, with different specialisations. It becomes difficult to check how many persons of each specialisation are available at any time, based on...
0
by: sloan | last post by:
http://weblogs.asp.net/scottgu/archive/2006/01/17/435765.aspx http://aspnet.4guysfromrolla.com/articles/030806-1.aspx I've been looking for an implementation of a Menu Control that controls...
11
by: shriil | last post by:
Hi I have this database that calculates and stores the incentive amount earned by employees of a particular department. Each record is entered by entering the Date, Shift (morn, eve, or night)...
2
by: remya1000 | last post by:
i'm using VB.NET. i have a table names "EMP". this table contain employee details like Index, empID, First name, Last name, address, phone number etc. while page loads, i need to display Last...
10
by: aniltc | last post by:
I have a list of users(signed for a newsletter).I'm retrieving the list from a database when the admin clicks on a button. There are maximum 10 users diplayed per page.For example,if I had 30 users...
1
by: Blessy | last post by:
how to insert a selected columns in a particular table. supposing create table emp ( eno number(3), ename varchar2(20), comapnay varchar2(30)); in this i have enter only employee number and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.