473,387 Members | 1,529 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,387 software developers and data experts.

online library system

i suppose build a online library management system as my final year project using php.
at the lending process of the system the books are scanned data are tranfered to9 the data base? how can i achieve that.is that possible to incoporate other languages to achieve it
Jan 16 '08 #1
3 3033
dlite922
1,584 Expert 1GB
i suppose build a online library management system as my final year project using php.
at the lending process of the system the books are scanned data are tranfered to9 the data base? how can i achieve that.is that possible to incoporate other languages to achieve it
Start here:

http://www.php-mysql-tutorial.com/

it should be all you need, no other software.

what do you mean the books are scanned? They have to be entered, and if they're using a scanner to scan the ISBN for example, the scanner acts like a keyboard, so they don't have to manually enter the numbers.

If you know some programming, check out Ruby On Rails. You'll complete your project in less than an hour if you don't need a fancy GUI and CSS coding.
Jan 17 '08 #2
you mean , the bar code readings can be sent to my php program
using the function
trim(fgets(STDIN));
using the above function which is used for handle key board inputs
or is there any other built in functions to be used.
Jan 18 '08 #3
dlite922
1,584 Expert 1GB
you mean , the bar code readings can be sent to my php program
using the function
trim(fgets(STDIN));
using the above function which is used for handle key board inputs
or is there any other built in functions to be used.
how 'bout you use a form (HTML <form >) to submit to the php page?

then grab it like $_POST['fieldName'].

Are you running this from the commandline? or is this a web based program?
Jan 21 '08 #4

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

Similar topics

14
by: Mickel Grönroos | last post by:
Hi all, I have a silly question. Is there are simple way to check if the computer is connected to the Internet? It seems this should be a pretty straight-forward thing to do, but as I am totally...
2
by: Grant Harmeyer | last post by:
OK, this is going to be a lengthy post with a lot of code. I have built a class library in C# for communicating with UPS' online tools for package tracking, time in transit and a few other...
1
by: Ian | last post by:
I've just discovered the msclr::lock class in the C++ Support Library online documentation. This seems like a much cleaner way to implement thread protection than using...
15
by: Richard | last post by:
Can anyone recommend a good online resource listing all C keywords, standard system calls, defines etc in a "flat" hierarchy. I wish to set up some bindings in order to bring up "hints and tips"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...

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.