473,398 Members | 2,404 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,398 software developers and data experts.

help creating a form

13
I know html and I work with cs3. I am just learning php and I think I understand its basic syntax. I work for a public school without a programming department. We have a website that is hosted offsite and we have no admin rights to the server. I can upload files to the server through the ftp in CS3 but that is the extent of the rights I have. I cannot get to the root of the server, just the folder designated for my school.The server is Windows based and has php and sql capabilities. Our server admin can create tables for us but he is very slow about producing what we want. Given my limitations, what is the best and simplest method to create a way for non-technical users to copy Word document tables into a form, submit the form and have the content be displayed onto a page of our website with the tabular data intact?

Thanks
Mar 4 '08 #1
2 1044
TheServant
1,168 Expert 1GB
Have you started with some code? If so, show us that. I don't know if you can have somewhere to (if I understand correctly) paste a table from word and have it converted to html. I am pretty sure you can't, but tables are pretty easy, so I'm sure we can sort out something.

Give us the code you have and we'll go from there ;)

Also use the correct tags when posting - there are a few types (code, html, php) and are buttons just above your compose msg window in the same line as Bold, Italics, Underline etc...
Mar 4 '08 #2
jbradly
13
I really don't have any code, I have created an html document like this

[HTML]
<body>
<form id="scholbulletin" name="schbulletin" method="post" action="process.php">
<label>Paste information here
<textarea name="bulletin" id="textarea" cols="45" rows="5"></textarea>
</label>
<p>
<label>
<input type="submit" name="button" id="button" value="Submit" />
</label>
</p>
</form>
</body>
[/HTML]
[PHP]<?php echo $bulletin; ?>[/PHP]

Like I said I am real new to php and I have limited access to the server. I want to recreate a table with col headings Scholarship Programs, Eligibility, Due Dates, and Award Amounts. We have a secretary that types this up once a month then I would convert it to a pdf and publish it as a static web page. I would like her to type it up once and submit it to the web page in a more dynamic fashion.
Any direction you can give me would be terrific.
Mar 5 '08 #3

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

Similar topics

0
by: MSM | last post by:
Hello, This may be posted twice if so i apologize. I am creating a form using php where the information entered into the form will go into a database. When creating the tables in SQL where do I...
9
by: Dom Boyce | last post by:
Hi First up, I am using MS Access 2002. I have a database which records analyst rating changes for a list of companies on a daily basis. Unfortunately, the database has been set up (by my...
2
by: Derek Jones | last post by:
I am currently working on an application for our Business Office to easily search for new budget codes that we have to establish due to an administrative system conversion we are currently...
5
by: TD | last post by:
Hey All, I am hooking up our custom html (.chm) help file to our Access xp application, and, despite reading several posts and manuals on this, I still have a gap in my understanding... OK, so...
5
by: Steve Teeples | last post by:
Can someone point me to a document that clearly identifies the steps of creating a good help system for an application? I have a test tool that I'd like to add help to so that others will know how...
19
by: trint | last post by:
Ok, I start my thread job: Thread t = new Thread(new ThreadStart(invoicePrintingLongRunningCodeThread)); t.IsBackground = true; t.Start(); There are lots of calls to controls and many...
7
by: Richard | last post by:
I have a form with seven tapages. These span only one record with a large number of fields (textboxes). On Tabpage1 I display a number of read-only text boxes. This displays information about...
1
by: treelife | last post by:
I'm getting and internal server error when | run the following mod_python script. I am actually trying to run Django. Script: from mod_python import apache def handler(req):...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
3
by: cuties | last post by:
Hi all.... i'm very new to this programming language. i'm required to fulfill this task in the company i'm doing my practical. i hope i can get guide for my problem... Here is the script i...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.