HTML - Confuse... Database Vs Html
Good day to all,
I had a big problem here. There are a thing that i want to do which i think is possible but involve alot of scripting. This is the reason why i am here. I don't know how to describe the problem, so let me use example. Let say, i create a calendar.html for you which is form by 31 x 12 boxes for your 1 whole year movement. beside create for you, i also create for x, y and z. Now i create i another Compound.html which this is a smart html that read today date and go to your, x, y and z html to retreive only today movement instead whole year and put in particular column of a table. i know this thing can be easier done in database, but i need to do it by html. Is it possible? Similar TutorialsHi im a very basic html programmer and am fairly new Im trying to make a forum just a simple one to start of but im not sure how to do a few things if someone can help me out that wud be greatly appreciated My form contains just 2 things First name : Last name: "Submit button" 1: can someone tell me how can i create these 2 text boxes with these title? 2: how do i store the input from the 2 text boxes to a file that only i can view? 3: and after pressing the submit button how can direct the ppl to another page (lets say my home page) 4: and how do i access the information/file where i had stored the input THANK U very much Is It Possible to maintain Database in HTML ? If Yes How ? hey, I have problems creating a database with html can someone guide me? I am assigned to build a site for a company and i need to do a database for all their products. hi everyone, i'm having trouble figuring out when i do the drop down box whatever the person selects how do i pass that as a parameter into java script or can i put the drop down box in the java script? My next question has to do with the fact that i am building a site for classified ads. and i want to put the information into a database how and what DBMS should i use? i was thinking RUBY, SQL, or PHP. or could i do JDBC any ideas or suggestions let me know. thanks Hello everyone. About a week ago i created a database on my company server, with sql server 2005. Around 40 to 50 users will use this database and i was thinking of creating an html page in which the users will be able to see the table results. The problem i have is that i dont know how i can add the tables on the page. Is there any possible way to connect to the server and then through sql commands to appear it on the page? Thanx in advance for your answers and sorry if my question is stupid but i am quite new on those stuff Hi all..I'm actually working on an html website..I need help in connecting my database (Access) to my webpage..can any one help me for the codes imtek Hi all, Im a new member here, im studying HTML and i've some doubts that i'd like you to help me. All the work i done so far, working on HTML only is this: http://www.speedyshare.com/files/23302707/html.rar And if you open assuntos/inscricao.html( inside "assuntos" file) you'll see something to fill in, like a registration of a site, that INFO that user adds like his name, password etc i'd like to receive it, in some place. Thanks for your help, nonamezz. hi,,, i have this html page that consists of fields name,tel,etc... i want when the user fills the fields and presses submit the data will be stored in the database,,, the database is stored in this path:C:\Documents and Settings\NooraS\My Documents\noora\Ammar\myweb71")_ i wrote this code but it doesn't store the data , any help: HTML Code: <% set myconn = server.createobject("adodb.connection") dbpath = server.mappath("C:\Documents and Settings\NooraS\My Documents\noora\Ammar\myweb71") connection = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & dbpath & "\Ammar.mdb" myconn.open (connection) set result = server.createobject("adodb.recordset") set result = myconn.execute(strSQL ) %> I have a html table that contains data and i want to insert the data into an Access database. Any ideas how to do this? Table1: 01, Rich, Mike, 23, fred lane, 02, James, milner, 45, School Lane, 03, Rob, Matthews, 89, College Road, I connect to the database using this code: $db_conn = new COM("ADODB.Connection"); $connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=". realpath("./Database1.mdb").";"; $db_conn->open($connstr); My html problem keeps failling, with all my image codes.. shown for 10 errors which are all for the images what's wrong? Here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- New Perspectives on HTML and XHTML 5th Edition Tutorial 2 Case 2 Fiddler Home Page Author: Date: 2-16-2011 Filename: home.htm Supporting files: fiddler.jpg --> <title>, ITSE 1411 Lab Project 2, Tutorial 2 Case 2, Due 02/23/2011</title> </head> <body> <div> <img src="fiddler.jpg" alt="Fiddler on the Roof" /> <hr /> <a href="home2.htm"><img src="home.jpg" alt="home" /></a> <a href="slide1txt.htm"<img src="start.jpg" alt="start" /></a> <a href="slide1txt.htm"<img src="back.jpg" alt="back" /></a> <a href="slide2txt.htm"<img src="forward.jpg" alt="forward" /></a> <a href="slide6txt.htm"<img src="end.jpg" alt="end" /></a> <br /> <a href="slide1txt.htm"<img src="thumb1.jpg" alt="slide1" style="border-width: 5" /></a> <a href="slide2txt.htm"<img src="thumb2.jpg" alt="slide2" style="border-width: 0" /></a> <a href="slide3txt.htm"<img src="thumb3.jpg" alt="slide3" style="border-width: 0" /></a> <a href="slide4txt.htm"<img src="thumb4.jpg" alt="slide4" style="border-width: 0" /></a> <a href="slide5txt.htm"<img src="thumb5.jpg" alt="slide5" style="border-width: 0" /></a> <a href="slide6txt.htm"<img src="thumb6.jpg" alt="slide6" style="border-width: 0" /></a> </div> <hr /> <div> <img src="slide1.jpg" alt="slide1" /> </div> <blockquote> <p><i>Do You Love Me?</i> sung by Deb Ingalls and Thomas Gates</p> </blockquote> </body> </html> I just upgraded all my .HTML pages to .PHP . But now I noticed that when my pages pull up in the search engines like Google, Yahoo, and MSN. They still show the old .HTML links?? When they click on the webpages from the search engines results you get error 404 page cannot be found. How can I update the search engines or add code to my page so the search engines will reflect the new .PHP pages. Also it's been over a good week since I've update to .PHP Thank you all in advanced!! Hi, so I'm trying to make this e-mail newsletter. It's entirely images, tables and text. So no javascript, just plain stuff. I tried attaching it as a signiture file and I had trouble sending it. It also didn't come out right. I'm trying to avoid using a software. Its basically just a block of HTML I need to show up as the only content in an email. If you just put HTML into a email text field, it just shows the HTML code in the email as text. Any ideas? Hi everyone, I've been searching around the web trying to find out how I can send using Outlook a html and text email newsletter automatically. I am quite happy creating html only newsletters, and text ones for that matter, but I have been digging and believe that by using multi-part code I can send to both and the recipients email client "allows" whichever version to be displayed - does this sound right? I'm hoping to simply create the html with the relevent mime references and boundaries (dont know what they are but have seen them on enough Google'd pages to know that they mean something!) and then copy and paste into Outlook - the newsletter is only going out to a few people at a time. Any suggestions or advice would be very greatly appreciated. Regards Allan As the title states I've been using Microsoft Word 2000 to create my web page but now want to make a simple no frills html HTML document. Is there a simple and quick way to do it ? I know I can simply create a new HTML document and then just copy and paste the links but is there a utility that can do this ? Many thanks I need a simple example to take input, and give an output, such as input: height weight output: body BMI thanks Hi everybody, I've invented a means of converting HTML to keywords. http://4nf.org/tool/ What do you think of it? Any kind of feedback is greatly appreciated! Thanks in advance and kind regards I am still new to the web page world, but the website I originally created (in japanese) was passed on to a programmer. He did a lot of "upgrades" to the site so he says, but he left. Now I am in charge again of re-modeling the site. The problem is I am trying to figure out why there are so many dead links. I have looked up and down the server, but can't find anything. Ok before I confuse anyone else here is what I am talking about. For example this page that I originally made : Code: http://www.discoveryfirm.com/tokushu/index.html cannot be found but if I take of the end: http://www.discoveryfirm.com/tokushu/ the page is there. Now I am trying to fix a lot of dead links, but I cannot figure out what the programmer did to the site. I am still new to all the high-tech features in the web world. Could somebody please explain. i just started working on addicted2ally.com, and for some reason, my index.html is showing the text of the html instead of well, doing it lol helppp!? Hello Everyone, Please help in build the code for the site , the layout should be as the below layout , I need to submit this by today EOD. Image Link1: http://8648180184665331224-a-1802744...attredirects=0 Image Link 2: http://8648180184665331224-a-1802744...attredirects=0 Please mail me the code ASAP. Thanks and Regards, ceenuu2002@gmail.com Hello Friends, I need a tool which can remove HTML comments from an HTML page. I don't want to create a regular expression to remove HTML comments rather I need a tool which should have command line support also so that it can be integrated with build process. Please advice. Thank you. |