Re: [PHP-DB] PHP with a XML database

2007-01-28 Thread Bastien Koert
I would tend to agree with this Bastien From: Edward Vermillion <[EMAIL PROTECTED]> To: Ritesh Nadhani <[EMAIL PROTECTED]> CC: PHP DB Subject: Re: [PHP-DB] PHP with a XML database Date: Fri, 26 Jan 2007 15:36:33 -0600 I would imagine that parsing the XML file you get once a month and storin

Re: [PHP-DB] can u help me in PHP

2007-01-28 Thread Niel Archer
Hi > I read ur reply on newsreader abou mysqli and if i can use it in PHP4 > > My question is where can i find a link to download the mysqli extension > separately without changing to PHP5 The MySQLi extension is available before PHP v5, but I couldn't tell exactly which version it was introdu

Re: [PHP-DB] Am I missing something?

2007-01-28 Thread Stut
Alexander wrote: They should have data. here's the form code: function write_form() { echo ""; echo "Enter url of large picture: name='picture' />"; echo "Enter url of thumbnail: name='thumbnail' />"; echo ""; echo ""; } I've done everything exca

Re: [PHP-DB] Am I missing something?

2007-01-28 Thread mario
Hi, I use somethin as $sql = 'INSERT INTO `text` (`Field`) VALUES (''aaa'')'; Also, check things with var_dump, use mysql_error, echo $sql/$insert and check whether the query is well formed. my best mario On Sat, 2007-01-27 at 19:55 -0600, Alexander wrote: > I fixed my code and it shows up f