Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 26
Search took 0.05 seconds.
Search: Posts Made By: havish
Forum: PHP 11-07-2012, 09:47 AM
Replies: 1
Views: 419
Posted By havish
Smile Roll Number Generation..

I have a student registration page where all the details like name, father name, dob, address etc would be taken. It also has admission number column, class column and roll number. Admission number...
Forum: PHP 10-24-2012, 06:43 AM
Replies: 2
Views: 224
Posted By havish
Thanks for the answer

Thanks for the answer
Forum: PHP 10-24-2012, 06:10 AM
Replies: 2
Views: 224
Posted By havish
Database sharing

This is slightly off the topic.. Consider example of makemytrip, cleartrip ans so on. How all these sites show the availability of a flight or a bus? I mean how does the database sharing happens?...
Forum: PHP 10-21-2012, 04:14 AM
Replies: 5
Views: 488
Posted By havish
Thank you everyone for the replies.. Now i get an...

Thank you everyone for the replies.. Now i get an idea how to implement it..:)
Forum: PHP 10-20-2012, 05:31 PM
Replies: 5
Views: 488
Posted By havish
thanks will check that out

thanks will check that out
Forum: PHP 10-20-2012, 01:26 PM
Replies: 5
Views: 488
Posted By havish
Retrieving data from DB based on Dropdown items

I need a general idea of how to implement this.. I have a table in MySQL database named xyz which has field named name, class.. Now what I want to do is when i select the class in the dropdown list,...
Forum: PHP 10-19-2012, 05:10 AM
Replies: 12
Views: 851
Posted By havish
Ok Fou-Lu I tried it out but facing some problems...

Ok Fou-Lu I tried it out but facing some problems still. Will try my best to rectify it else will come back :)
Forum: PHP 10-18-2012, 04:17 AM
Replies: 12
Views: 851
Posted By havish
echo '<form action="" method="post"> ...

echo '<form action="" method="post">
from: <input type="text" id="from" name="from"/>
to: <input type="text" id="to" name="to"/>
<input type="submit" name="submit" value="submit"/>
...
Forum: PHP 10-17-2012, 06:37 PM
Replies: 12
Views: 851
Posted By havish
This is how the staff takes attendance.. <link...

This is how the staff takes attendance..
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script...
Forum: PHP 10-17-2012, 06:35 PM
Replies: 12
Views: 851
Posted By havish
What I am doing is, like I told earlier, I am...

What I am doing is, like I told earlier, I am marking attendance for every student as A or P through a checkbox. So if a checkbox is ticked the student is present and if not ticket the student is...
Forum: PHP 10-17-2012, 06:13 PM
Replies: 12
Views: 851
Posted By havish
Thanks for this snippet.. I am trying to...

Thanks for this snippet.. I am trying to understand your code.. It worked out exactly as I wanted.. But I am not understanding how to populate the attendance field.. The attendance field is of...
Forum: PHP 10-17-2012, 03:04 AM
Replies: 12
Views: 851
Posted By havish
A dumb question.. as my I am new to PHP. What is...

A dumb question.. as my I am new to PHP. What is major and minor version? I am currently using 5.3.8
Forum: PHP 10-16-2012, 05:28 PM
Replies: 12
Views: 851
Posted By havish
Smile Yeah but the problem is all dates get listed in...

Yeah but the problem is all dates get listed in different rows.. i need output like this
<table width="443" border="1">
<tr>
<th rowspan="2" scope="col">Id</th>
<th rowspan="2"...
Forum: PHP 10-16-2012, 03:29 PM
Replies: 12
Views: 851
Posted By havish
Smile Fetching values from MySql Database

I have a table attendance which contains id(int), attendance(char), and date(date datatype) columns. Values get stored in this table through a php file. In the below code I have given two textbox for...
Forum: PHP 10-15-2012, 06:46 PM
Replies: 2
Views: 448
Posted By havish
This date which I am getting from the client is...

This date which I am getting from the client is for marking attendance for the particular day. ie the client selects the date of the attendance to be taken..
Forum: PHP 10-15-2012, 05:05 PM
Replies: 2
Views: 448
Posted By havish
Inserting date and time of the user's PC

I need to insert into my database, the date and time of the user's pc and not the server. For this I am giving a textbox to the user to select date. But I do not know how to select the time at the...
Forum: PHP 10-15-2012, 08:37 AM
Replies: 6
Views: 492
Posted By havish
Here is how I did with help of Fou-Lu. Hope this...

Here is how I did with help of Fou-Lu. Hope this is correct because I got what result i want..
$report = mysql_query("SELECT id, studname, studroll FROM student ") or die(mysql_error());
echo...
Forum: PHP 10-15-2012, 08:34 AM
Replies: 6
Views: 492
Posted By havish
Hey Fou-Lu.. I got my problem solved.. Had to...

Hey Fou-Lu.. I got my problem solved.. Had to include id in array as u told.. It worked.. Ill post the final code in the next post..
Forum: PHP 10-15-2012, 04:26 AM
Replies: 6
Views: 492
Posted By havish
Thank you Fou-Lu.. I am new to PHP.. So I will...

Thank you Fou-Lu.. I am new to PHP.. So I will first understand your code and then implement. Well is my idea correct for implementing the attendance for student or is there any better solution for...
Forum: PHP 10-14-2012, 05:55 PM
Replies: 6
Views: 492
Posted By havish
thanks for the suggestion. could you provide any...

thanks for the suggestion. could you provide any alternate method for what I am trying?
Forum: PHP 10-14-2012, 02:48 PM
Replies: 6
Views: 492
Posted By havish
Smile Dynamic Checkboxes

I have generated checkboxes dynamically and want to insert into att field in attendance table.. ie when user checks the checkbox P would be inserted and when he does not check A would be inserted.. I...
Forum: PHP 10-06-2012, 08:47 PM
Replies: 3
Views: 407
Posted By havish
Thanks for the suggestion

Thanks for the suggestion
Forum: PHP 10-06-2012, 03:13 PM
Replies: 3
Views: 407
Posted By havish
anyone for help?

anyone for help?
Forum: PHP 10-06-2012, 07:37 AM
Replies: 3
Views: 407
Posted By havish
Smile Checkbox values to database

I am trying to develop a attendance management system.. I have one master table of students which contains details like student name, roll no, class and so on.. Here is my form for registering the...
Forum: PHP 10-05-2012, 06:55 PM
Replies: 47
Views: 9,297
Posted By havish
// Loop through the array of checked box values...

// Loop through the array of checked box values ...
$pets="";
$flag=0;
foreach($petathome as $entry){
$pets .= $entry."|";
$flag=1;
}
if($flag==1){
$pets=rtrim($pets);
}
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 01:41 PM.