153 Posted Topics

Member Avatar for AntonyRayan

In a page, I have a table with user entering field. There are 4 fields, first three are user entering fields and the fourth field is auto calculating of the first three fields,if the user leaves a field the total field showing NaN. How to solve this problem?

Member Avatar for diafol
0
164
Member Avatar for AntonyRayan

Hi, In a page, By selecting values I display a table using javascript ajax. The table looks like this: S.no name S1 S2 S3 S4 S5 Total 1 A 80 90 78 76 100 424 2 B 50 50 50 50 100 350 ;; . . . it goes like …

Member Avatar for diafol
0
250
Member Avatar for AntonyRayan

I have lot of values in mysql database. I want to display all that data in excel file. How to do? without plugin is it possible? or how to do? Without any plugin, is comfortable. I am new to this concept.

Member Avatar for pritaeas
0
106
Member Avatar for AntonyRayan

I created a table with dynamic table headings and also dynamic textboxes for that respectively. Now my query is, how to insert that textboxes values into appropriatre fields of table, Suggest me?

Member Avatar for rpv_sen
0
126
Member Avatar for AntonyRayan

Can any one tell me ? which framework is easy to learn and configure. And Which one is best codeIgniter or Zend or CakePHP or any other?

Member Avatar for AntonyRayan
0
119
Member Avatar for AntonyRayan

In a table, I want to show the list subjects based on standard selection from mysql. How to do? Example: s.no(default title)|subject1(English) |subject2(French)| subject3 based on standatrd selection| total(Default) 1 90 95 100 285 Like this I need. How to do?

Member Avatar for diafol
0
90
Member Avatar for AntonyRayan

I have two date fields. One field is from date and second one is to date. While the cursor moving from second date field to submit button, I have to compare the two dates. if from date greater than to date it has to display error and has to empty …

Member Avatar for Taywin
0
199
Member Avatar for AntonyRayan

Hi, I am new to this concept. I have website in local and it has home,aboutus, testimonial and contact pages. In an index page(home page), I want to display whole page view in single div. Wherever I am clicking something, it has to display there also. How to do?

Member Avatar for diafol
0
116
Member Avatar for AntonyRayan

Hi, By selecting standard and date. I want to display the student attendance report either he is absent or present or leave or holiday. I am new to this concept. Can any one provide any ideas to do in php and I want to display it in a table format. …

Member Avatar for pritaeas
0
73
Member Avatar for AntonyRayan

SELECT subject,GROUP_CONTACT(description)FROM assignment WHERE standard_id='1' AND section_id='61' AND assignment_date='2015-06-30' GROUP BY subject; For above query , I am facing this error , what is the mistake, Error:#1305 - FUNCTION ssv.GROUP_CONTACT does not exist.

Member Avatar for Teddy112
0
134
Member Avatar for AntonyRayan

Hi, Good morning. In a table I show a list of names using while loop from 'name' table and textbox for each student to enter the marks. I showed two students , so two textbox fields will be displayed, and after entering marks in two textboxes, I wrote normal insert …

Member Avatar for Lau_1
0
91
Member Avatar for AntonyRayan

In javascript, I took the difference between twodates. When Finding difference between two dates for example 12.00.PM to 02.00.PM, I got output 2 But when I am finding difference between two dates like 12.00.PM to 01.30.PM, I got output like 1.5. So I want to show this 1.5 like 1 …

Member Avatar for diafol
0
63
Member Avatar for AntonyRayan
Member Avatar for AntonyRayan
Member Avatar for AntonyRayan

in onblur i called two different events; but its not working. First event only working. How to do? either in onBlur() or onFocus() Example: onblur="a();b();"

Member Avatar for diafol
0
86
Member Avatar for AntonyRayan

I have two radio button. by clicking first radio button it will show one text box, the count of typed values will display in another text box which is default. If weclick next radio button it will show two text boxes, the count of typed values in that two text …

Member Avatar for Aeonix
-1
173
Member Avatar for AntonyRayan

Hi, I searched example for multiple dates selecting at a time in a calendar, its working in online., but not in local. Can anyone help me for multiple datepicker to select multiple dates from a single calendar ?

Member Avatar for diafol
0
3K
Member Avatar for AntonyRayan

How to split session values? I am getting error like "Notice: Array to string conversion in PHP" in session; How to solve that?

Member Avatar for diafol
0
172
Member Avatar for AntonyRayan

while sending message , I face the error : like Resource id #8 while echo the curl_init()

Member Avatar for pritaeas
0
54
Member Avatar for AntonyRayan

I am retrieving from table based on standard and date. For first standard It, has two sections A & B. A has one subject and B has two subject. While displaying I want to display in a table like this: section | Description A | English B | French,English My …

Member Avatar for cereal
0
180
Member Avatar for AntonyRayan

Hi, I Show list of standards in one select box, Based on that selection, I will display the related section in another select box, after that I will nter remaining fields normally, then it will save into DB. My question, How to edit that second Select box values in ajax …

Member Avatar for AntonyRayan
0
171
Member Avatar for AntonyRayan

Hi, In a form, I have 4 select boxes(default), and two text boxes(default). If I click the first (static values) based on that next second(new) select box will come (it has been done by ajax), based on the new select box, I display checkboxes based on the select box values, …

Member Avatar for Gideon_1
0
3K
Member Avatar for AntonyRayan

Hi, Dynamically I show the checkbox based on selected select box values. By slecting checkboxes I will display the related values in a selectbox. While selecting a single checkbox, I can easily display related values into select box. While selecting more than one checkbox I want to display the related …

Member Avatar for pritaeas
0
162
Member Avatar for UK-1991
Member Avatar for AntonyRayan

In a form, I am displaying a select box value , based on that select box value i show two more select boxes using ajax in div id. And I don not know about session, I want to save that in session using ajax . How to do?

Member Avatar for lps
0
210
Member Avatar for AntonyRayan

Hi, For a dropdown , I display from one table, While Editing How to show the selected value in that dropdown. <select name="dropdown"> <option value="">--Select--</option> <?php $a=mysql_query("Select * from student whre status='0'")or die(mysql_error()); $b=mysql_num_rows($a); if($b >0) { while($row=mysql_fetch_array($a)) { ?> <option value="<?php echo $row['st_id']?>"><?php echo $row['name'] ?></option> <?php } } …

Member Avatar for Gideon_1
0
13K
Member Avatar for AntonyRayan

Hi, I need a code for inserting, viewing, editing, deleting in a single registration form in simple way.

Member Avatar for AntonyRayan
-1
236
Member Avatar for AntonyRayan

Hi, In a representative table, I have fields, like, id, mark_id, rep_id rep_name, father name,etc, In this table, rep_id field is empty, And in rep_area table, the fields are like id, rep_id, dist_id,etc, in this table, rep_id has values. While editing the representative form i want to display rep_id from …

Member Avatar for e.geofrey
0
207
Member Avatar for AntonyRayan

Hi, In a form , there is radio btton , by clicking that a bootstrap popup window will open, user should select both district and pincode(zipcode)in two respective selectboxes, it is inserting in db. But I want to display after selecting the popup values in parent window . How to …

Member Avatar for diafol
0
81
Member Avatar for AntonyRayan

Hi , In a form I have two funtions using that two ajax functions I retrieve values from mysql database. My problem is both functions are not working at the same time, only neither one nor working. Here I inserted the sample code, tell me the solution <?php include('./include/Connection.php'); ?> …

Member Avatar for AntonyRayan
0
257

The End.