Re: [PHP] Can I perform a PHP script from a form but stay on the same page afterwards?

2002-08-15 Thread Charles Fowler
Check out Liz Fulgham article on PHP and Forms - http://softwaredev.earthweb.com/script/article/0,,12063_996351,00.html It show how the _SERVER fuction/varible is used. Cheers CJ Jim Dam wrote: http://www.faqts.com/knowledge_base/view.phtml/aid/235/fid/17 - Original Message - From:

[PHP] How can I strip the code from HTML pages to extract the contents of a HTML page.

2002-08-28 Thread Charles Fowler
This may be an interesting challenge for someone or has it been done before Can some one help me. I am looking for a laboursaving method of extracting the contents of a web page (Text only) and dumping the rest of the html code. I need the contents to rework the pages and put the contents into

Re: [PHP] How can I strip the code from HTML pages to extract thecontents of a HTML page.

2002-08-29 Thread Charles Fowler
I was looking into stripping HTML files that contain alot of links. I was trying to avoid the manual way of data entry. The contents i need are the name of the link (plain text which sits out side the HTML code) and all the a href tags. I would like the a href (ie.the hyperlink) tags to be

Re: [PHP] and or statement

2002-08-29 Thread Charles Fowler
PHP and MYSQL Web Development manual by Welling and Thompson states that logical operators are as follows: ___ Operator Name Use Result ___ !