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

2004-08-17 Thread Bobbie Atristain
_ From: Bobbie Atristain [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 3:27 PM To: '[EMAIL PROTECTED]' Subject: Help with PHP 5 - code not working since upgrade Greetings, I've had to move an application from a Rehat Linux 6 apache server running PHP 3.x to a MAC OS

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 you see

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

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: [PHP] FW: Help with PHP 5 - code

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 anything

[PHP] Fw: Help please!

2003-06-24 Thread Nadim Attari
Hi php-general, I have subscribed to news://news.php.net/php.general. But when I post something (i'm using Outlook Express), it seems that the post is sent; but in fact it isn't and so I don't find my post(s) on the newsgroup. Help please! Nadim Attari

[PHP] Fw: Help

2003-06-21 Thread Tirnovanu Aurel
Can anyone tell why this script: $query = INSERT INTO mos_articles (catid, title, content, date, author, approved, published) VALUES ('5','$title','$content','$data','$author','1','1'); $result = mysql_query($query); add in title field array and not the input. -- PHP General Mailing

RE: [PHP] Fw: Help

2003-06-21 Thread Naintara Jain
PROTECTED] Subject: [PHP] Fw: Help Can anyone tell why this script: $query = INSERT INTO mos_articles (catid, title, content, date, author, approved, published) VALUES ('5','$title','$content','$data','$author','1','1'); $result = mysql_query($query); add in title field array and not the input

[PHP] Fw: Help Needed for Beginners trying to configure Correctly

2003-02-16 Thread D'habi Arabians
- Original Message - From: Gabor Hojtsy [EMAIL PROTECTED] To: D'habi Arabians [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Northwind Arabians [EMAIL PROTECTED] Sent: Sunday, February 16, 2003 2:14 AM Subject: Re: Help Needed for Beginners trying to configure Correctly Please forward user

[PHP] Fw: help plz server

2003-02-10 Thread Nate
- Original Message - From: Maxim Maletsky [EMAIL PROTECTED] To: Nate [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 10, 2003 5:42 AM Subject: Re: help plz server please forward this email to `[EMAIL PROTECTED]' -- Maxim Maletsky [EMAIL PROTECTED] Nate [EMAIL

[PHP] Fw: help please

2002-11-14 Thread John Fishworld
Hi, I've got some variable variables which i need to check that they are not the same ! There can be up to 9 of them ! for ($i = 1; $i = $city_only_one; $i++) { $citydb = stellen_city_.$i ; $new_city_db.$i = $$citydb; and what i need to do is check that $new_city_db1 does not equal

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 variable

[PHP] FW: help with PHPwebsite

2002-07-03 Thread admin
I get the following error when i try to install an app called PHPwebsite ( http://phpwebsite.appstate.edu/ ) Warning: Cannot add header information - headers already sent by (output started at C:\apache\htdocs\php\setup\index.php:9) in C:\apache\htdocs\php\htmlheader.php on line 30 I also

RE: [PHP] FW: Help please!

2002-07-03 Thread joakim . andersson
: [PHP] FW: Help please! Hello, I have a PHP script which gets data from a MySQL database and returns an image. So img src=getdata.php?id=3 returns the image of 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

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

[PHP] FW: Help please!

2002-07-02 Thread Steve Vernon
Hello, I have a PHP script which gets data from a MySQL database and returns an image. So img src=getdata.php?id=3 returns the image of 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

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 img src=getdata.php?id=3 width=100 height=100 WHat I want img

RE: [PHP] FW: Help please!

2002-07-02 Thread Steve Vernon
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 |img src=getdata.php?id=3

RE: [PHP] FW: Help please!

2002-07-02 Thread Lazor, Ed
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 it be quicker

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 img src=getdata.php?id=3 width=100 height=100

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: IMG