hi
i had designed an inventory management system where
in i can ADD,INSERT,DELETE,UPDATE the data
elements..but when i am trying to find(search) an
entry in theinventory data base system (i want to find
the entrybased on the "tagno" since this is the
primary key in my table) the logic i had writt
hi
i am trying to find(search) an entry in the
inventory data base system ...i want to find the entry
based on the "tagno" since this is the primary key in
my table..
the logic i had written is
if(isset($_POST['submit'])) {
if (!empty($_POST['tagno']))
{
$insquery ="select
agno=(\"".sqlite
i had created an inventory management system in php using sqlite DB..with
ADD,DELETE,UPDATE,VIEW,FIND functions...and it was working properly..but
suddenly it is giving an error as
Fatal error: Call to undefined function: sqlite_open() in
/home/saravall/.HTML/view.php on line 25
can anyone fi
hi
i had created an inventory management system..using
php on sqlitei can successfully insert the values
in it..but when i try to delete an item it is giving
me an error...i think there is some logical problem in
delete statement...
can anyone help me in figure out this error..
thanks in adv
hi,
i am trying to delete an item from inventory
management system done by using php on sqlite...
i had created a button 'delete' and when i submit a
value to be deleted from the table it is giving an error,i think there is some
problem
with delete logic ...
i am attaching the following codes:
hi,
i am trying to delete an item from inventory
management sys. done by using php on sqlite...
i had created a button 'delete' and when i submit a
value
to be deleted it is giving an error...
i am attaching the following codes:
1)html(delete.html) code which is working..
2)php code(td.php) in
hi
i am desiging an user interface for inventory management...i want to know the logic
to delete and update an element from the database (in php and i am using sqlite
database)
--regards
sai
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has
hi
i had designed an user interface for inventory
management system using sqlite db.i had used 'SAVE'
button so far for inserting values into the database
from the user.
now i want to add some other buttons such as
UPDATE,SELECT,DELETE...to the interface...
can some one giv me an idea for doing
hi
i am getting the following error when i try to run my
php program..i want to know wht is this error in
general
Warning: sqlite_query(): attempt to write a readonly
database in /home/saravall/.HTML/inv.php on line 26
error:attempt to write a readonly database
thanks
sai
hi
this is php code for inventory management system
which is done using SQLite.this is an user
interface where an user wil giv values to the text
boxes and it should be saved in the backend database
which is sqlite..
but when i run this code on browser it is giving an
error ... Parse error:
hi
this is php code for inventory management system
which is done using SQLite.this is an user
interface where an user wil giv values to the text
boxes and it should be saved in the backend database
which is sqlite..
but when i run this code on browser it is giving an
error ... Parse error
hi
this is php code for inventory management system
which is done using SQLite.this is an user
interface where an user wil giv values to the text
boxes and it should be saved in the backend database
which is sqlite..
but when i run this code on browser it is giving an
error ... Parse error:
12 matches
Mail list logo