Re: [php-list] How to append an array of arrays to an array

2008-04-22 Thread Mladen Milankovic
On 4/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > How do I append an array of arrays to an array in php. > > If I have - > array(0,2,2) > or > [0,2,2] > > and I have - > array(array(1,2,2),array(2,2,2),array(3,2,2)) > or > [[1,2,2] > [2,2,2] > [3,2,2]] > > How do

Re: [php-list] Database vs table

2008-04-22 Thread John Black
On Tue, 2008-04-22 at 06:47 +0200, Mladen Milankovic wrote: > On Tuesday 22 April 2008 05:29:54 Tedit kap wrote: > One database, and only a few tables. As I see it you only need two > tables for > the news portal, as you want it. One table for the categories, and one > for > the news and you con

[php-list] PHP Anonymous Login MSN / Google Talk

2008-04-22 Thread Junior Grossi
Hi, I'm working in a chat in PHP where a visitor send messages to a MSN account (or Google Talk) using a web interface with HTML code. These accounts were registered but, to send messages I need login as anonymous using PHP. I found a PHP class on phpclasses.org that connects to MSN protocol and a

Re: [php-list] PHP Anonymous Login MSN / Google Talk

2008-04-22 Thread LuCiaNo - CeTre
Junior Grossi wrote: > > Hi, > > I'm working in a chat in PHP where a visitor send messages to a MSN > account (or Google Talk) using a web interface with HTML code. > These accounts were registered but, to send messages I need login as > anonymous using PHP. > I found a PHP class on phpclasses.org

Re: [php-list] Database vs table

2008-04-22 Thread Tedit kap
Let me ask this way: As far as the following considerations below, which option is better (forget the description in my previous question): A) One database with many tables B) About 10 databases with very few tables Compare for each criteria below please: Searching data Retrieving data B

[php-list] Need PHp/Mysql experts from bagalore for some project implementation

2008-04-22 Thread Raj
Hi friends, I am looking for one bangalore based PHP/mySQL Expert who can help me to build my website...basically I am looking for partner in my project. I have some idea which i want to implements in form of Website... Intertested bangalore buddy can buzz me at [EMAIL

[php-list] RE: Database vs table

2008-04-22 Thread Marc Boncz
Hi Tedit, >>other elements too but it will be mainly a news portal site. What >>makes more sense - to create separate databases for each category >>and then build news and othertables under each db, or can I just >>use one db and build many tables under it, news tables for each As James already s