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

User Updating Table

Hello,

I have searching all day everyday for the past 4 days (appx 40 hours) and I have not been able to find a solution or even a path to figuring out how to do what I'm looking to accomplish:

I want to make a page where the content is a list that any user can enter text into a table from left to right where there will be some columns that will have drop down lists and others with checkboxes to be edited later. Here's a link to what I mean:

http://www.rlrr.com/sample.php

I'd like to create a new row for each new job that is created. I want to be able to store the information on an external file or more preferably in the page itself.

Now, is this even possible? The use of this page is that some users will enter in a few fields of information and I would come in and check the boxes and fill in the text fields with the dates.

Could someone at least tell me what these operations are called so I can begin to search for them? Or even better if you could give me a skeleton code that I can edit and massage until it's correct that would be awesome!


Thank You, I'm getting loopy searching the web unsuccessfully all day everyday.

-Makana
Jan 27 '08 #1
2 1145
Hi Makana,

Welcome to TSDN!

I checked out your link and it seems that you just need to create a user data entry form. We can definitely help you out here.

First things first, do you have a supporting infrastructure in place? I mean something like a mySQL db with a table to support the form. As far as I know, it is not possible to store user data in a form from multiple iterations of the script and query it from an admin interface.

If you have a table, then from here it's just a matter of constructing your scripts. the end-user script would most likely complete with an INSERT INTO and the admin script would run based on UPDATE statements.

If you want more help, you can PM me and I will assist you in getting started.

Regards,
Jenkins
Jan 27 '08 #2
stepterr
157 100+
Jenkins is right, using a database would be your best solution. If you can't use a database then you could write the information to a text file and read it into the web page.
Jan 27 '08 #3

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

Similar topics

11
by: Jason | last post by:
Let's say I have an html form with 20 or 30 fields in it. The form submits the fields via POST to a php page which updates a table in a database with the $_POST vars. Which makes more sense? ...
0
by: Robert Morgan | last post by:
------=_NextPart_000_0009_01C35CBD.258E1A30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I am using mysql 3.23.54 that came bundled with RH9....
1
by: Srinadh | last post by:
Hi all, We have files with about 20 to 30 fields per row. We are trying to update such files with about 60 rows as contiguous data in a CLOB field. It passes through. But when we try...
1
by: Mark | last post by:
I'm having a problem updating recordsin an Access DB table. I can update other tables in this db with no problem, and I can dreate new record in all of the tables (including this one.)> But I can't...
10
by: jaYPee | last post by:
does anyone experienced slowness when updating a dataset using AcceptChanges? when calling this code it takes many seconds to update the database SqlDataAdapter1.Update(DsStudentCourse1)...
2
by: Alexey.Murin | last post by:
The application we are developing uses MS Access 2003 database (with help of ADO). We have noticed that during massive records updating the size of the mdb file increases dramatically (from 3-4 to...
7
by: dkarin00 | last post by:
I have a form with a number of bound text boxes on it. When the form opens, it retrieves data from a table. I want the user to change data in one or more of the text boxes without any data from the...
2
by: underground | last post by:
Hi, everyone I've been trying to figure out a way for a user to update there information. I'm using sections to identify the specific user..Here is the form <? include("include/session.php");...
0
by: rkrishna | last post by:
Using Oracle 10G - Enterprise edition - 10.2.0.1.0 I am trying to use the proxy user feature in order to have all our security done through Oracle. The requirement is this: - Java based...
2
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi All! I am with a situation where I am not getting the right updating to the form's fields. The situation is the following one: I have one combobox and one textbox. I am using the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.