[PHP-DB] php latest release!

2005-01-10 Thread JeRRy
With PHP latest release from http://php.net/ do we require to update Zend Optimizer? People are claiming some scripts previously that worked in a previous version of PHP works and not with the new version. Why is it required to update Zend? J Find local movie times and trailers on Yahoo! Movie

[PHP-DB] Adding more than one attachement.

2005-01-10 Thread Ben
Hello all, I am quite a beginner at all this, but I have got a form where I need two attachments being sent. I have got one working but unsure how to add another one. The form field names are fileatt and fileatt1. fileatt is attached my the following code: if (is_uploaded_file($fileatt)) { // R

RE: [PHP-DB] php latest release!

2005-01-10 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 10 January 2005 09:28, JeRRy wrote: > With PHP latest release from http://php.net/ do we > require to update Zend Optimizer? Yes. > People are claiming some scripts previously

[PHP-DB] Update multiple records

2005-01-10 Thread Stuart Felenstein
Having a problem here with updating multiple records in a table. First the table is like such: +-+--+ | RecordID [int] | IndID [int] | +-+--+ There is no auto inc column. User has a record number and then can have multiple rows in tabl

RE: [PHP-DB] Update multiple records

2005-01-10 Thread Norland, Martin
> -Original Message- > From: Stuart Felenstein [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 10:40 AM > Subject: [PHP-DB] Update multiple records > > Having a problem here with updating multiple records in a table. [snip] Lets see - where to begin... > SELECT * FROM `Pro

Re: [PHP-DB] Update multiple records

2005-01-10 Thread Jochem Maas
Norland, Martin wrote: -Original Message- From: Stuart Felenstein [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 10:40 AM Subject: [PHP-DB] Update multiple records Having a problem here with updating multiple records in a table. [snip] Lets see - where to begin... SELECT * F

RE: [PHP-DB] Update multiple records

2005-01-10 Thread Norland, Martin
> -Original Message- > From: Jochem Maas [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 11:59 AM > Subject: Re: [PHP-DB] Update multiple records [snip] > > This line in particular clearly warrants attention. Cookie to whoever > > guesses what" the' problem` might 'be. > > th

Re: [PHP-DB] Update multiple records

2005-01-10 Thread Jochem Maas
Stuart Felenstein wrote: Having a problem here with updating multiple records in a table. as Martin Norland (a heavy hitter on this list AFAIKT) already stated you don't seem to be at the stage of actually doing an update, no big deal - only you are doing yourself an injustice by given a misle

Re: [PHP-DB] Update multiple records

2005-01-10 Thread Stuart Felenstein
--- Jochem Maas <[EMAIL PROTECTED]> wrote: > don't be sorry, be pro-active and rewrite it until > its idiot proof. its > in your own best interest - the clearer you state > your problem the > greater the chance someone will/can help you. > Well I've started with a clean slate. Meaning I ditc

Re: [PHP-DB] Update multiple records

2005-01-10 Thread Jochem Maas
Norland, Martin wrote: -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 11:59 AM Subject: Re: [PHP-DB] Update multiple records ... That's what I get for troubleshooting before lunch! My apologies to the list and to anyone unfortunate enough to f

[PHP-DB] MySQLi connection character set problem

2005-01-10 Thread Jean-Philippe Côté
Greetings! How can I set the connection character encoding that will be used by mysqli to talk to a MySQL 4.1.8 database (from PHP 5.0.3) ? I want to use UTF-8 all the way. The data that PHP sends to the database is in UTF-8 already and all my tables are using UTF-8 as well. The only problem is

Re: [PHP-DB] Update multiple records

2005-01-10 Thread Jochem Maas
Stuart Felenstein wrote: --- Jochem Maas <[EMAIL PROTECTED]> wrote: don't be sorry, be pro-active and rewrite it until its idiot proof. its in your own best interest - the clearer you state your problem the greater the chance someone will/can help you. I don't know about anyone else, but I hav

[PHP-DB] ssh tunneling with phpmyadmin

2005-01-10 Thread Graham Anderson
is it possible to ssh tunnel with phpmyadmin I want to access my remote db [on shared server] from my phpmyadmin on my laptop my ISP wonderfully disabled phpmyadmin's relational features :( seems a bit hard to find the info so I thought I would ask here :) I am using Mac OS X if it matters many t

[PHP-DB] Re: ssh tunneling with phpmyadmin

2005-01-10 Thread David Robley
On Tue, 11 Jan 2005 14:09, Graham Anderson wrote: > is it possible to ssh tunnel with phpmyadmin > I want to access my remote db [on shared server] from my phpmyadmin on > my laptop > my ISP wonderfully disabled phpmyadmin's relational features :( > > seems a bit hard to find the info so I though

[PHP-DB] Complicated Question (maybe)?

2005-01-10 Thread JeRRy
Hi, I have my reasons in asking this. But instead of going on about it I'll make it quick. Is there a way to BLOCK an update to a column in a databasefrom a webform or php page? What I mean is this. A user registers for a site. They enter details like their address, username and etc. I want

Re: [PHP-DB] ssh tunneling with phpmyadmin

2005-01-10 Thread Jason Wong
On Tuesday 11 January 2005 11:39, Graham Anderson wrote: > is it possible to ssh tunnel with phpmyadmin > I want to access my remote db [on shared server] from my phpmyadmin on > my laptop > my ISP wonderfully disabled phpmyadmin's relational features :( > > seems a bit hard to find the info so I t

Re: [PHP-DB] Complicated Question (maybe)?

2005-01-10 Thread Chris
As long as I'm understanding you correctly, this is able to be done with the mysql privileges. Just create a user that isn't allowed to update that column, then use that user in your PHP code. The wording of your message makes it look like you're using a webform to specify a columnname-value c

Re: [PHP-DB] ssh tunneling with phpmyadmin

2005-01-10 Thread Jochem Maas
Jason Wong wrote: On Tuesday 11 January 2005 11:39, Graham Anderson wrote: is it possible to ssh tunnel with phpmyadmin I want to access my remote db [on shared server] from my phpmyadmin on my laptop my ISP wonderfully disabled phpmyadmin's relational features :( seems a bit hard to find the info