Re: [PHP] Delete

2006-06-04 Thread George Babichev
Yes, that checkbox idea is exactly what I was thinking about. Exept I have no idea how my program would tell one checkbox from the other, and delete the wrong thing... On 6/4/06, tedd <[EMAIL PROTECTED]> wrote: At 10:53 PM -0700 6/3/06, George Babichev wrote: >Thank you for the help

Re: [PHP] Delete

2006-06-03 Thread George Babichev
er];"); ?> this is a very rough example, however you should catch the drift, make your id an array, implode that array and delete all the array data from the database. - Original Message - From: "George Babichev" <[EMAIL PROTECTED]> To: "PHP General list"

[PHP] Delete

2006-06-03 Thread George Babichev
Hello everyone! I wrote a blog application, but now for the admin panel, i am trying to add a feature to delete blog posts. It would show the title of the post next to it, and have a delete link which would delete it. How would I do this? I mean if I have multiple blog entry's, how would I delete

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
Awesome, thank you so much! It works! On 6/1/06, Chris <[EMAIL PROTECTED]> wrote: George Babichev wrote: > Ok, I sent it to everyone and you. Now can you answer my question please? > I type in > 1 > > > > 2 > into my form in the program that i made, then when I vi

Re: [PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
AIL PROTECTED]> wrote: George Babichev wrote: > I can't exactly reply all, because It is only sending it to you. Ok, so > wait, the data with the spaces (enter keys), but why does my program not > show it? Look. This is what I mean In your email program hit "Reply ALL"

[PHP] Help with enter key in Forms

2006-06-01 Thread George Babichev
Hello everyone, I am programming a blog, and most of it is done, except I have one issue. When I am typing in the form (before I click submit) and I click the neter key to make a space, the MySQL database does not recognize that space. How do I make it recognize it?

Re: [PHP] Message check then post

2005-08-03 Thread George Babichev
[EMAIL PROTECTED] wrote: On 8/3/05, George B <[EMAIL PROTECTED]> wrote: I am coding a message board. I am about done. I have all the forms needed for the message. So it all works out. The user types in his name, message title, and the message itself. Then clicks submit. The Submit button ta