[php-list] PHP Site with multiple languages

2008-10-09 Thread Daniel Israel
I'm looking to create a website with multiple languages. Is there some PHP standard way of doing this? Should I just make an include file with the language specific stuff or is there a more elegant way of handling this? Anyone with experience in this? Thanks. -D. Israel [EMAIL PROTECTED]

Re: [php-list] displayin pieces in same location

2008-10-09 Thread listgroups08
- Original Message - From: listgroups08 - Original Message - From: "Tedit kap" hello, what i am trying to do is, after hitting the submit button in a form, the questions and the submit button should disappear and at the same place the results should show up. right now the form

Re: [php-list] displayin pieces in same location

2008-10-09 Thread listgroups08
- Original Message - From: "Tedit kap" hello, what i am trying to do is, after hitting the submit button in a form, the questions and the submit button should disappear and at the same place the results should show up. right now the form is posting to another page, which i dont know ho

Re: [php-list] displayin pieces in same location

2008-10-09 Thread listgroups08
- Original Message - From: "Tedit kap" hello, what i am trying to do is, after hitting the submit button in a form, the questions and the submit button should disappear and at the same place the results should show up. right now the form is posting to another page, which i dont know ho

[php-list] displayin pieces in same location

2008-10-09 Thread Tedit kap
hello, what i am trying to do is, after hitting the submit button in a form, the questions and the submit button should disappear and at the same place the results should show up. right now the form is posting to another page, which i dont know how to display at the same location of the form. i

[php-list] NEED HELP : Refresh table content

2008-10-09 Thread aslam doctor
Hello friends, I am developing an email invitation system, just like Gmail provides in bottom left corner box ('Invite a friend' box) I want to know that after entering the email & submitting the from, how is it possible to reload only that block of invitation form, Not the whole page. I know aj