[PHP] Re: hyperlink and mySQL

2003-01-18 Thread Bobby Patel
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

[PHP] Re: hyperlink

2003-01-01 Thread Ezequiel Sapoznik
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