Anarchonixx
[H]ard|Gawd
- Joined
- Nov 6, 2002
- Messages
- 1,524
First of all, I don't know PHP well enough to write complex stuff, but I can generally understand PHP code when I see it. I know very basic stuff such as declaring variables, using includes, and basic interaction with MySQL databases, and I understand concepts of arrays, etc, from my basic C++ knowledge. I'm just looking for a nudge in the right direction (functions to use, and the like) or an example to help me with what I'm trying to do.
I have a page where I'm including a chunk of HTML from another page. It's just various news items that already contain HTML tags. I was wondering if it was possible by relatively easy means to edit the tags out, and format the text as I wish.
EDIT: I realize it's relatively easy to bastardize the HTML tags and beat them into submission via CSS, but that's not really an option I want to consider.~
Thanks beforehand.
I have a page where I'm including a chunk of HTML from another page. It's just various news items that already contain HTML tags. I was wondering if it was possible by relatively easy means to edit the tags out, and format the text as I wish.
EDIT: I realize it's relatively easy to bastardize the HTML tags and beat them into submission via CSS, but that's not really an option I want to consider.~
Thanks beforehand.