Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Roll Number Generation..
Views:
419
Posted By
havish
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
Database sharing
Views:
224
Posted By
havish
Thanks for the answer
Thanks for the answer
Forum:
PHP
10-24-2012, 06:10 AM
Replies:
2
Database sharing
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
Retrieving data from DB based on Dropdown items
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
Retrieving data from DB based on Dropdown items
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
Retrieving data from DB based on Dropdown items
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
Fetching values from MySql Database
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
Fetching values from MySql Database
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
Fetching values from MySql Database
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
Fetching values from MySql Database
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
Fetching values from MySql Database
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
Fetching values from MySql Database
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
Fetching values from MySql Database
Views:
851
Posted By
havish
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
Fetching values from MySql Database
Views:
851
Posted By
havish
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
Inserting date and time of the user's PC
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
Inserting date and time of the user's PC
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
Dynamic Checkboxes
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
Dynamic Checkboxes
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
Dynamic Checkboxes
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
Dynamic Checkboxes
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
Dynamic Checkboxes
Views:
492
Posted By
havish
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
Checkbox values to database
Views:
407
Posted By
havish
Thanks for the suggestion
Thanks for the suggestion
Forum:
PHP
10-06-2012, 03:13 PM
Replies:
3
Checkbox values to database
Views:
407
Posted By
havish
anyone for help?
anyone for help?
Forum:
PHP
10-06-2012, 07:37 AM
Replies:
3
Checkbox values to database
Views:
407
Posted By
havish
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
How to insert multiple checkbox values into one mysql table (field) using php
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
01:41 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.