My Techlab Webpage
Charles Vu
2002-2003
Iteration 1-3
Date: 10/01/02 - 11/01/02
Plan:
- To make a PHP program which can print stock quotes
- Have an input program so that the user can input a ticker symbol
- Take the HTML Code, and keep only the pertinent stock data
Design:
- Open the website using the code from Iteration 1-2
- Selectively keep only the code outside of the html tags
- Search the HTML Code to the part with the stock quotes, and print only that part
Code:
Testing and Development:
- Stock Quotes Webpage
- Right now I've been able to get rid of the html tags, but not get the remaining characters into one strings
Assignments First Quarter