I have done something similar:
write a script that takes an Article ID, and displays the text. So to
displat article #3, you would call it like getArticle.php?id=3.
Skelton for getArticle.php
- take id and store in $id
- Select FullBody from Articles where ID = $id
- $body = query['FullBody']
- the
Sorry!! This message was duplicated!
Ezequiel
"Ezequiel Sapoznik" <[EMAIL PROTECTED]> escribió en el mensaje
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi! I have to say that I'm new in PHP and I'm very glad of being part of
it.
>
> I apologize for the questions that I am gonna make, but anyo
2 matches
Mail list logo