Re: [PHP-WIN] PHP vs JSP ?

2001-01-29 Thread Michael Stearne
Which is better Coke or Pepsi? I'm kidding, but there was just a really long discussion on this a couple of weeks ago. Go to http://phpbuilder.com and do a search on this topic, you'll find a lot. Michael On Monday, January 29, 2001, at 06:08 AM, Antonio Lopez wrote: > > PHP or JSP ? >

Re: [PHP-WIN] Standalone server for NT and MySql

2001-01-17 Thread Michael Stearne
Download PHP for Win32. The package contains the necessary dll for you to be able to use the mySQL functions in PHP to access your mySQL database. For PHP you can use either the included IIS as the web server (make sure you get the latest version) or you can simply download Apache for Win32 a

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
t; just the text? I could then write PHP code to read in the remaining text, > etc. > > What is the best way to accomplish this? Is there a PHP command that strips > all HTML tags (and Javascript, etc) from an HTML file? Example code would be > great ;) > > Thanks &g

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
to use my Javascript to capture the text node values > from the DOM and write it to a cookie file. The contents of the cookie file > could then by read by PHP to populate the database? > > Thanks > > James > > > -Original Message- > From: Michael S

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
d correctly by the Javascript code you inserted through PHP. Michael > > Thanks > > James > > -Original Message- > From: Michael Stearne [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2001 17:06 > To: James Duncan > Cc: [EMAIL PROT

Re: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
Could you do something like: myForm.myField.value=tablejames.firstChild.childNodes[1].childNodes[4].firstChild.firstChild.node Value; Set up a form of hidden fields. Extract the values from the DOM and then have the user hit a Submit button to get to the next page. At that point the values