[PHP] comments

2001-11-02 Thread Nikola Karović
hi, on my web site i have an option that user can add their comments about my articles. I have table articles, and table comments. On table comments column unique id (auto increment) and articleid. It displays them and sort coments by unique id. When i delete eg. comment number 4, next comment is

Re: [PHP] comments

2001-11-02 Thread Jason Stechschulte
On Fri, Nov 02, 2001 at 12:44:16PM +0100, Nikola Karovi? wrote: > on my web site i have an option that user can add their comments about my > articles. I have table articles, and table comments. On table comments > column unique id (auto increment) and articleid. It displays them and sort > coment

[PHP] Comments Display, with replies

2002-04-20 Thread Julio Nobrega
Hi list! I have maybe an easy to solve problem, but I haven't come with a logical way to do it. I am builing a discussion site (a la Kuro5hin.org), and there's a sql query to retrieve comments attached to an article. It grabs their titles, along with some more informatio. What I want is to di

[PHP] Comments / Question about XML?

2002-06-11 Thread Scott Fletcher
Hi! I'm going to start programming for XML but I have never done it before. I also found out that I would need to recompile PHP with the "--xml" option. That's suck! Will have to do it while the server is on live site. Hopefully nothing will go wrong. (Cross my finger!). By the way, know o

Re: [PHP] Comments Display, with replies

2002-04-20 Thread Miguel Cruz
On Sat, 20 Apr 2002, Julio Nobrega wrote: > I have maybe an easy to solve problem, but I haven't come with a logical > way to do it. I am builing a discussion site (a la Kuro5hin.org), and > there's a sql query to retrieve comments attached to an article. It grabs > their titles, along with some m

Re: [PHP] Comments / Question about XML?

2002-06-11 Thread Analysis & Solutions
Hey Scott: > I also found out that I would need to recompile PHP with the "--xml" option. > That's suck! Will have to do it while the server is on live site. > Hopefully nothing will go wrong. (Cross my finger!). Why the fear? Do the make/build in a location other than where the live binary i

Re: [PHP] Comments / Question about XML?

2002-06-11 Thread Scott Fletcher
Havent' thought about that. That's what so great about UNIX!!! Windows, too picky Scott "Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey Scott: > > > I also found out that I would need to recompile PHP with the "--xml" option. >