RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Thanks for the info Matt - recommend any good websites for learning to > script??? > > Cheerios, > Bobbie For PHP, there's no beating php.net. Probably one of the best sites for learning. I'm sure someone else can list other sites to help but I've always used php.net and Google Groups for anythi

RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Okay - I apologize but I'm a systems admin - not a programmer - would I > even need those classes now? > > -Original Message- > From: Matthew Sims [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 3:40 PM > To: [EMAIL PROTECTED] > Subject: Re: [PH

Re: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Peter Brodersen
On Tue, 17 Aug 2004 12:40:00 -0700 (PDT), in php.general you wrote: >I didn't have to look much further than this. You have a class that was >designed in PHP3 and suddenly you're wondering why it work in PHP5? Actually, I too would wonder why it worked :) -- - Peter Brodersen -- PHP General Ma

Re: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Greetings, > > I've had to move an application from a Rehat Linux 6 apache server running > PHP 3.x to a MAC OS X apache 1.3 running PHP 5 and the code listed below > bombs out..i have commented it out for now and it works but the code > listed > below doesn't work on the new server - do any of y

RE: [PHP] Fw: Help

2003-06-21 Thread Naintara Jain
You possibly have a select list box named 'title[]' remove the brackets [] and rename the list box 'title'. That should work. -Naintara -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tirnovanu Aurel Sent: Saturday, June 21, 2003 12:28 PM To: [EMAIL PROTECTED

Re: [PHP] Fw: help please

2002-11-14 Thread Timothy Hitchens (HiTCHO)
Why not put them into an array then look at array functions such as unique checking etc... Timothy Hitchens (HiTCHO) [EMAIL PROTECTED] If you need PHP hosting with an experienced support team 24/7 then email me today. On Fri, 15 Nov 2002, John Fishworld wrote: > Hi, > > I've got some variab

Re: [PHP] FW: help with PHPwebsite

2002-07-03 Thread Analysis & Solutions
You started the same thread yesterday. I pointed you to the answer. You replied, saying, in essence, that you don't want put any real effort or thought into learning. Now, you're starting a whole new thread. Sad. --Dan -- PHP classes that make web design easier SQL So

RE: [PHP] FW: Help please!

2002-07-03 Thread joakim . andersson
Hi, Maybe you can do something like this (if you have access to GD on the server): /Joakim > -Original Message- > From: Steve Vernon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 9:43 PM > To: [EMAIL PROTECTED] > Subject: [PHP] FW: Help please! > > > Hello, > I hav

Re: [PHP] FW: Help please!

2002-07-02 Thread Richard Lynch
>What load are you talking about? This is just an issue of telling the web >browser the image's dimensions. It's not like the image is being processed >to convert it to that image size. Au contraire. If you have an image named 'huge.jpg' at 1 x 1, and you ask a 386 computer to: Then

RE: [PHP] FW: Help please!

2002-07-02 Thread David Freeman
> id 3 from the database. What I really want is to state width > is 100 and height is 100 for example so I do not have to downlaod the entire > picture and specify the width and height as part of the image: > > Do not want > > > WHat I want > > >

RE: [PHP] FW: Help please!

2002-07-02 Thread Lazor, Ed
ics, and I download of a modem... Prefer if server has the load... Steve |-Original Message- |From: Lazor, Ed [mailto:[EMAIL PROTECTED]] |Sent: 02 July 2002 21:34 |To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] |Subject: RE: [PHP] FW: Help please! | | |Why would

RE: [PHP] FW: Help please!

2002-07-02 Thread Steve Vernon
7;; [EMAIL PROTECTED] |Subject: RE: [PHP] FW: Help please! | | |Why would it be quicker on the client-side? I would think |you'd go with the first option. That way the layout of your |web page is maintained while the image downloads. | |-Original Message- |Do not want |

RE: [PHP] FW: Help please!

2002-07-02 Thread Lazor, Ed
Why would it be quicker on the client-side? I would think you'd go with the first option. That way the layout of your web page is maintained while the image downloads. -Original Message- Do not want WHat I want WHich will be a lot quicker on the client side. I cannot m