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

html coding: form result display in another page

Please am still a green horn in web design .. I designed a web, that also form which contain text box with name like name, email and password, it also has radio too ... Pls I need code to help display the result of this form in another page to the user and also if possible an sql table to show a tabulated results of many user that filled this form .. Pls help ASAP, this is my final year project work
May 17 '13 #1
3 2074
Rabbit
12,516 Expert Mod 8TB
What have you done so far?

For the SQL, you will need to learn MySQL most likely.

To interact with SQL from a web page, you will need to learn PHP or ASP.Net or some other similar client side scripting.
May 17 '13 #2
I ve managed 2 sort out the php displaying my form result. But my browser is not displaying d result .. I ve 2 link it 2 xampp server local host 2 view the result of my php code .. Pls how can I sort it out .. I ve already download php 5.3 frm my php.net but my browser is still displaying the code only unless I want 2 use d localhost of xampp server
May 20 '13 #3
Rabbit
12,516 Expert Mod 8TB
You're probably opening the file directly and not through the server. You can't just open a file that's sitting on your computer. It needs to be processed by the server and to do that you need to use the http protocol on the server. Meaning you need to access it like this:
Expand|Select|Wrap|Line Numbers
  1. http://localhost
and you can't access it like this:
Expand|Select|Wrap|Line Numbers
  1. C:\somefile.php
May 20 '13 #4

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

Similar topics

4
by: danubian | last post by:
Hi, I'm a newbie in php/mysql programming,really am. I'm working on a web-site that allows registration and posterior logging in. Already registered user logs in with valid username and...
1
by: Arash | last post by:
hi, I read couple of emails in the group regarding using the form to display a message (instead of MsgBox which needs user input to be closed). I'm not very familiar with forms, I would...
13
by: David | last post by:
jumping on the train and with such a big jump that .Net is there is something I just find hard to believe... since the arrival of Web forms (<asp:xxx/>) - will I ever need to do manual HTML code...
8
by: lli | last post by:
Hi Guys, I have designed a web application. In its one window I put a form. User can click submit button of this form to run a pathon script to get data from database. Then User get a new window...
2
by: deko | last post by:
I have a popup form that has Start and Stop buttons to initiate a search for email messages. If the user's Inbox has thousands of messages, the Stop button will gracefully end the search without...
9
by: rkinkade | last post by:
Previously I used an .asp Request.Write Request.Form to display the results from a form on a new web page. Is there some similar function in php that I can use? I am no longer using a server that...
3
by: ApexData | last post by:
I am using a continuous form for display purposes. Above this form, a single record is displayed so that when the user presses my NewButton they can enter a NewRecord which gets added to the...
1
by: Fa6om | last post by:
Hi all I need your help to write a CGI script with C language that takes the inputs from the following web form and simply displays the user input after clicking "submit" button. Below is the...
3
by: beemomo | last post by:
I have two tables - 'Client' and 'Company', and two forms, 'Client' and 'Company', the relationship between two table is 1:many where a company can have one or more client but each of the client...
0
gautam tarade
by: gautam tarade | last post by:
HI All, I have created 1 table in open office database. 2 fields: user name and password i want to take 2 labels ,2 text boxes ...for name and password on HTML page. Also 2 operations are...
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...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.