Re: [PHP] PHP

2004-06-10 Thread Lester Caine
John Nichel wrote: Cheung Pui Pan wrote: Dear Sir/Madam, I would like to make a page on which people may add records to a table and view them (As my web server does not support MYSQL, I may have to do Want us to wash and wax your car while we're at it? John - Since his ISP does not support

[PHP] PHP + JPEG2000

2004-06-10 Thread Galen
I'm developing a photo gallery/store site. I am storing full-resolution, full-quality images on my server and generating (and caching) lower resolution thumbnails for previewing the images. As it stands, I accept PNG and JPEG images via the GD image functions. Typically, I upload PNG files,

[PHP] Image Editing and Image Upload

2004-06-10 Thread Feroze Md. Arif
Hello, I am involved in building a website that will allow users to upload their images and edit them online. I am looking for a web based Photo Editor and an Online Uploader (an applet perhaps that displays the contents of the users folders and allows them to upload multiple selected files to

[PHP] Running a PHP script on an automated regular schedule

2004-06-10 Thread I.A. Gray
Hi. I am wanting to use a PHP script to check on an hourly/daily basis on a few things- ie links on my sites, whether the sites are up and running and also to send an e-mail to me. I know how to do this using PHP but my problem is how to have this running 24/7. I can't really have this on a web

[PHP] Re: Running a PHP script on an automated regular schedule

2004-06-10 Thread Craig Donnelly
Best way to achieve this would be cron/crontab http://www.webmasters-central.com/t/cron.shtml HTH Craig I.A. Gray [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi. I am wanting to use a PHP script to check on an hourly/daily basis on a few things- ie links on my sites, whether

[PHP] Re: Refresh a frame?

2004-06-10 Thread pete M
in Javascript frame_name.reload() Robert Sossomon wrote: I am in need of a way to reload a page within a frame as the other frames are used to modify the information. I have a 3-frame site now that I am using 1 frame as a list, another frame to add the information, and the 3rd frame to show the

[PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following... /usr/bin/php myscript.php -args key=value but this does not work, the script executes but key is not available as

Re: [PHP] Image Editing and Image Upload

2004-06-10 Thread Jason Wong
On Thursday 10 June 2004 17:29, Feroze Md. Arif wrote: The image editing features that I am looking at are cropping, rotating, red-eye reduction, add text and apply a template. IIRC http://gallery.sourceforge.net includes a java component which does some of the above. -- Jason Wong -

Re: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Jason Wong
On Thursday 10 June 2004 18:58, Phil Ewington - 43 Plc wrote: Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following... manual Using PHP from the command line /usr/bin/php

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following... /usr/bin/php myscript.php -args key=value You don't

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following... /usr/bin/php myscript.php -args key=value You

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried

Re: [PHP] Re: Free news feeds

2004-06-10 Thread Tim Winters
Hi Ben, Thanks for the reply. They actually don't have free feeds anymore. They actually say in the FAQ that they don't do that anymore. Does anyone know different? Tim At 01:39 AM 10/06/2004, Ben Ramsey wrote: Check out moreover.com. They used to have free RSS feeds, and I think you can

Re: [PHP] PHP

2004-06-10 Thread John Nichel
Lester Caine wrote: John Nichel wrote: Cheung Pui Pan wrote: Dear Sir/Madam, I would like to make a page on which people may add records to a table and view them (As my web server does not support MYSQL, I may have to do Want us to wash and wax your car while we're at it? John - Since his ISP

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Thijs Lensselink
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 15:11: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: Can I set a different PHP include path per Apache Virtual host? I am trying this: snip Only if php is being run as an Apache module. If php is running as a module on your box, and it's still not working, try removing the IfModule mod_php4.c and /IfModule wrapper. Your syntax

[PHP] Getting Server time

2004-06-10 Thread Alex Hogan
When I'm using the time() function am I getting the time on the server? If not how can I get the time from the server regardless of whether or not its in the same time zone as the client. alex hogan * The

RE: [PHP] Passing args to a PHP script from the command line

2004-06-10 Thread Phil Ewington - 43 Plc
Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 15:11: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 14:27: Phil Ewington - 43 Plc wrote on donderdag 10 juni 2004 12:58: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know

Re: [PHP] Getting Server time

2004-06-10 Thread John Nichel
Alex Hogan wrote: When I'm using the time() function am I getting the time on the server? If not how can I get the time from the server regardless of whether or not its in the same time zone as the client. alex hogan It is returning the timestamp of _your_ server, based on the timezone

Re: [PHP] Getting Server time

2004-06-10 Thread Steve Douville
Since PHP is parsed on the server and not on the client machine, you should be getting the server time. You can figure out in which TZ the server is by comparing it to the time where you are. Steve - Original Message - From: Alex Hogan [EMAIL PROTECTED] To: PHP General list [EMAIL

Re: [PHP] Getting Server time

2004-06-10 Thread Oliver Hankeln
Alex Hogan wrote: When I'm using the time() function am I getting the time on the server? If not how can I get the time from the server regardless of whether or not its in the same time zone as the client. That's quite easy: PHP runs on the server. What time is it you will get? The server's. HTH

Re: [PHP] Getting Server time

2004-06-10 Thread Steve Douville
lol -- If I get email not intended for me, it is now MY property and I'll darn well send it, copy it, distribute it as I see fit. Kinda like getting stuff in the mail you didn't order... And I guess the admins finally did something about those two autoresponders. THANKS!! - Original Message

[PHP] Re: Running a PHP script on an automated regular schedule

2004-06-10 Thread Ben Ramsey
Craig Donnelly wrote: Best way to achieve this would be cron/crontab http://www.webmasters-central.com/t/cron.shtml Unless you're on Windows and don't have cron. Then, use scheduled tasks. The task would look something like this: c:\php\php.exe c:\path\to\script\to\schedule.php -- Regards,

[PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Ben Ramsey
You may also want to check out PEAR::Console_Getopt http://pear.php.net/package/Console_Getopt Phil Ewington - 43 Plc wrote: Hi All, Can anyone tell me how to pass arguments to a PHP script from the command line? I know I need to use the -args option but how exactly, I have tried the following...

Re: [PHP] Re: Free news feeds

2004-06-10 Thread Ben Ramsey
Tim Winters wrote: Thanks for the reply. They actually don't have free feeds anymore. They actually say in the FAQ that they don't do that anymore. Bah! They do have free feeds, still. I can't remember how I found this link, but I went through an old backup of a bookmarks file to get it for

RE: [PHP] Free news feeds

2004-06-10 Thread David Bevan
Hi Tim, Have you tried a google search? Try: http://www.google.com/search?num=100hl=enlr=ie=UTF-8q=free+news+feed s+pharmaceutical+medicalbtnG=Search There might be something useful to you. Regards, David Bevan GetAnyIdeas Web Design P. 416.452.9410 F. 416.570.4529 E. [EMAIL PROTECTED] W.

Re: [PHP] PHP

2004-06-10 Thread Lester Caine
John Nichel wrote: Even if his ISP doesn't have MySQL installed, he can still install it in his _home_ directory. Don't understand that - either you are setting up a site on an ISP or you are working from home. Not many ISP's allow you to install applications on their system? Far too many knee

[PHP] Export data from word ducument

2004-06-10 Thread Roman Duriancik
Someone,can you help me ? I need exported pictures that are inserted in word document to the jpg (gif,tiff,bmp) format. Is it possible and how ? Thanks you very much Roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Free news feeds

2004-06-10 Thread Ron Clark
On Thu, 10 Jun 2004, Ben Ramsey wrote: Tim Winters wrote: Thanks for the reply. They actually don't have free feeds anymore. They actually say in the FAQ that they don't do that anymore. Bah! They do have free feeds, still. I can't remember how I found this link, but I went through

Re: [PHP] Re: Free news feeds

2004-06-10 Thread John Nichel
Ben Ramsey wrote: Bah! They do have free feeds, still. I can't remember how I found this link, but I went through an old backup of a bookmarks file to get it for you, and it still works. The RSS feeds unbelievably still work, too. If I got to this page from their homepage without a login,

Re: [PHP] PHP

2004-06-10 Thread John Nichel
Lester Caine wrote: John Nichel wrote: Even if his ISP doesn't have MySQL installed, he can still install it in his _home_ directory. Don't understand that - either you are setting up a site on an ISP or you are working from home. Not many ISP's allow you to install applications on their

Re: [PHP] PHP

2004-06-10 Thread Lester Caine
John Nichel wrote: I'll stop now before this becomes a MySQL vs. others, 'free as in beer' vs. 'free as in speech' war. ;) Yep - I actually pay the mortgage by moving applications from MySQL, Access, MSSQL and the rest to Firebird so I'm far too biased ;) -- Lester Caine

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: I am trying this: VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /Library/WebServer/Websites/stage/content ServerName stage.asmpweb.org ErrorLog /Library/WebServer/Websites/stage/logs/error_log CustomLog

Re: [PHP] Free news feeds

2004-06-10 Thread Aaron Wormus
http://www.syndic8.com/feedcat.php?Scheme=Syndic8 syndic8 has good stuff! -- Aaron Wormus -- Pears and Pickles Served fresh every day at http://php.eckspee.com -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread Mike Zornek
On 6/10/04 11:01 AM, John Nichel [EMAIL PROTECTED] wrote: What version of Apache? I currently have multiple boxes running with configurations like this, all on Apache 1.3.x, without any problems (one of them's a Mac...looks like you're using a Mac above). Ghen:~ zorn$ httpd -v Server

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread Ryan A
On 6/10/2004 6:42:20 AM, [EMAIL PROTECTED] wrote: WTF? Who gives a rats ass about this? Nearly everyone on this list has php related commerical products but nobody advertises it here or announces it when they make or update their products unless its very closely related to php (and

Re: [PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Aaron Wormus
Ben Ramsey wrote: You may also want to check out PEAR::Console_Getopt http://pear.php.net/package/Console_Getopt or better yet PEAR::Console_GetArgs http://pear.php.net/package/Console_Getargs -- Aaron Wormus -- Pears and Pickles Served fresh every day at

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: On 6/10/04 11:01 AM, John Nichel [EMAIL PROTECTED] wrote: What version of Apache? I currently have multiple boxes running with configurations like this, all on Apache 1.3.x, without any problems (one of them's a Mac...looks like you're using a Mac above). Ghen:~ zorn$ httpd -v

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread Ben Ramsey
Ryan A wrote: This is a high volume list, and I get enough of great product offers every day from porn sites and medicial companies as we manage 13 sites... and the one more won't hurt is f***ing stupid. I agree. Products for PHP that are being /discussed/ by the developers here is one thing.

Re: [PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Ben Ramsey
Aaron Wormus wrote: Ben Ramsey wrote: You may also want to check out PEAR::Console_Getopt http://pear.php.net/package/Console_Getopt or better yet PEAR::Console_GetArgs http://pear.php.net/package/Console_Getargs Did I say the wrong package? Oops. Both are for the command line, but Aaron's

Re: [PHP] Re: Passing args to a PHP script from the command line

2004-06-10 Thread Aaron Wormus
Ben Ramsey wrote: Did I say the wrong package? Oops. GetOpts does the job, but GetArgs is brand spanking new and much more configurable. However, unless you already use other PEAR packages I would think twice about loading the big Pear codebase just to parse a few commandline options. --

Re: [PHP] Simple cms type system

2004-06-10 Thread Stephen Allen
On Wed, Jun 09, 2004 at 08:29:18PM +0200 or thereabouts, Ryan A wrote: Instead of programming this from scratch was wondering if anybody can recomend any package/open source project etc that can do this, I'm sure this must have come up before with other clients. Searched

Re: [PHP] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread John Nichel
Mike Zornek wrote: On 6/10/04 11:28 AM, John Nichel [EMAIL PROTECTED] wrote: Don't know what to tell you Mike. The site in my sig below is running on a Mac with Apache 1.3.29 (I compiled both php and Apache from source though), and I'm setting the include path for that one (and all the other

RE: [PHP] Running a PHP script on an automated regular schedule

2004-06-10 Thread Chris W. Parker
I.A. Gray mailto:[EMAIL PROTECTED] on Thursday, June 10, 2004 3:03 AM said: I am wanting to use a PHP script to check on an hourly/daily basis on a few things- ie links on my sites, whether the sites are up and running and also to send an e-mail to me. can you create a crontab for your

Re: [PHP] [SOLVED] Can I set a different include path per Apache Virtual host?

2004-06-10 Thread Mike Zornek
On 6/10/04 11:56 AM, John Nichel [EMAIL PROTECTED] wrote: Our info file is here... http://www.kegworks.com/phpinfo.php Couldn't see yours, as it wanted a username/password (HTTP auth). Sorry. According to your httpd.conf, php isn't running a a module... #LoadModule php4_module

Re: [PHP] Export data from word ducument

2004-06-10 Thread Tom Rogers
Hi, Thursday, June 10, 2004, 11:53:46 PM, you wrote: RD Someone,can you help me ? RD I need exported pictures that are inserted in word document to the jpg RD (gif,tiff,bmp) format. RD Is it possible and how ? RD Thanks you very much RD Roman use the Save as Web Page option in Ms word and it

Re: [PHP] Re: Free news feeds

2004-06-10 Thread Tim Winters
Excellent!!! Thanks Very Much!!! Tim At 11:27 AM 10/06/2004, Ron Clark wrote: On Thu, 10 Jun 2004, Ben Ramsey wrote: Tim Winters wrote: Thanks for the reply. They actually don't have free feeds anymore. They actually say in the FAQ that they don't do that anymore. Bah! They do have free

[PHP] Problem with _one_ CE chars - GD library

2004-06-10 Thread Johan Holst Nielsen
Hi, Im doing some dynamic image creation with GD library - and I really wonder why I can't get the last character printed out on the image :( I use this file to encode the font: http://phpgeek.dk/ng/88592.enc.txt And the font I use is Frutiger CE 45 Light... I wonder if it is the font that are

[PHP] Re: Problem with _one_ CE chars - GD library

2004-06-10 Thread Johan Holst Nielsen
Johan Holst Nielsen wrote: Any one tried such problems? Any solution for that? And is it the font, the encoding file - or something else that are wrong? Okay, I found the solution :) I was the encoding file that was wrong... The /dbar should be replaced with /dcroat Now everything works :) Is

[PHP] Re: Getting Server time

2004-06-10 Thread Johan Holst Nielsen
Alex Hogan wrote: When I'm using the time() function am I getting the time on the server? If not how can I get the time from the server regardless of whether or not its in the same time zone as the client. Use the gmdate() function. http://php.net/manual/en/function.gmdate.php -- Johan Holst

[PHP] SQL Query Statement for MySQL... (DataType -- TEXT vs BLOB)

2004-06-10 Thread Scott Fletcher
I'm wrestling over deciding on which data type to go with, TEXT or BLOB. I have one table with one column of 400 characters, I was thinking that TEXT may be the way to go for that one. I also have another table that use 4 columns of 800 characters along with 5 columns that use 250 characters.

[PHP] Load Data

2004-06-10 Thread Juan Pablo Herrera
Hello! I need a problem with mysql Load Data. PHP say: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES), but my user and password is correct.The sql query is: $query_string2 = LOAD DATA INFILE '/usr/local/psa/home/vhosts/allaria.com.ar/httpdocs/XLS/precios' REPLACE INTO TABLE

RE: [PHP] Load Data

2004-06-10 Thread James Harrell
Hi Juan Pablo, LOAD DATE INFILE requires the FILE privelege, and the MySQL server process must have permissions to read the file in the named directory. Most times one or both of these requirements cannot be satisfied easily, particularly in a web environment. You can get around both permissions

RE: [PHP] Re: Getting Server time

2004-06-10 Thread Chris W. Parker
When I'm using the time() function am I getting the time on the server? If not how can I get the time from the server regardless of whether or not its in the same time zone as the client. read the *first* comment. http://us2.php.net/time chris. -- PHP General Mailing List

[PHP] session.use_trans_sid = 0 does not work!!!

2004-06-10 Thread Robert Winter
Hi. My www provider has set session.use_trans_sid default to ON. I tried changing it in .htaccess or in the .php before session_start() but relative links are always renamed to xxx?PHPSESSION= I'm also printing the value of session_use_trans_sid with ini_get and it always returns 1 (on)! I

RE: [PHP] session.use_trans_sid = 0 does not work!!!

2004-06-10 Thread James Harrell
Hi Robert, The initial links have session id's appended since upon the very first entry into the site, no PHPSESSION cookie is available. PHP appends the session id in the event no cookies are available- it doesn't know yet whether you have cookies on or not. If you want to forcefully remove

[PHP] choosing another smtpserver with PHPs mail function

2004-06-10 Thread Mattias Jönsson
Hello everybody :). I having a little problem with PHPs build in function mail(). The mailserver isnt located on the webserver, its on another machine. I have tryed ini_set(SMTP, ipaddress); with no result. The system I'm on runs on an Linux box. Can this be done or must I write an own mail

[PHP] Re: choosing another smtpserver with PHPs mail function

2004-06-10 Thread Justin Patrin
Oôv asäönsson wrote: Hello everybody :). I having a little problem with PHPs build in function mail(). The mailserver isnt located on the webserver, its on another machine. I have tryed ini_set(SMTP, ipaddress); with no result. The system I'm on runs on an Linux box. Can this be done or must I

RE: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread electroteque
A php tool that converts code to binary This I would love to see .. WHO CARE`S? you are one of their customers, you might. If you signed up for their newsletter and you recieve their updates good for you, the rest of us (most of us) do not care. Most (good) sites have a newsletter system

Re: [PHP] Webyog releases SQLyog 3.71 SJA 2.0

2004-06-10 Thread Ryan A
Hey, A php tool that converts code to binary This I would love to see .. Yep, can hardly wait myselfcheck out www.roadsend.com , looks promising and they need volunteers to help out. (I have no connection at all to the roadsend.com company/website NOR do i get anything (money or

Re: [PHP] Simple cms type system

2004-06-10 Thread Justin French
On 10/06/2004, at 4:29 AM, Ryan A wrote: Anyway, it seems that the client has a control panel where he can make changes to the site (nothing major, just add products, edit paragraphs etc...NO shopping cart) he wants the same kind of functionality for his new pages. Have not seen his control panel

Re: [PHP] Simple cms type system

2004-06-10 Thread Ryan A
My fav PHP-CMS is textpattern http://www.textpattern.com, but it's Hey, Thanks for the link. Am still searching as nearly every system I looked at is far far too much in features / price or my needs are just too small I guess. Just need something that will allow me to use my design and allow

RE: [PHP] SQL Query Statement for MySQL... (DataType -- TEXT vs BLOB)

2004-06-10 Thread Dennis Seavers
Probably a good question for a MySQL e-mail list. [Original Message] From: Scott Fletcher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 06/10/2004 12:49:07 PM Subject: [PHP] SQL Query Statement for MySQL... (DataType -- TEXT vs BLOB) I'm wrestling over deciding on which data type to go

[PHP] Binary mah

2004-06-10 Thread Mark
Hey gang, I've got a complex algorithm that I'm trying to work out. I'm trying to store and retrieve a set of switches in a decimal representation of a binary number. I have four checkboxes, call them A, B, C, and D. They can be represented by a (decimal) number from 0 to 15 in binary ( to

[PHP] Re: Binary mah

2004-06-10 Thread Justin Patrin
Mark wrote: Hey gang, I've got a complex algorithm that I'm trying to work out. I'm trying to store and retrieve a set of switches in a decimal representation of a binary number. I have four checkboxes, call them A, B, C, and D. They can be represented by a (decimal) number from 0 to 15 in binary

[PHP] Undiscovered Firefox...

2004-06-10 Thread John Nichel
Okay, I'm sitting at home, writing a bit of code for one of my personal sites, and I'm currently working on a function to detect different browser types. Well, I think I have the URL to a page on one of my boxes which echo's out the HTTP_USER_AGENT in my clipboard. However, what I have there

[PHP] Re: Undiscovered Firefox...

2004-06-10 Thread Justin Patrin
John Nichel wrote: Okay, I'm sitting at home, writing a bit of code for one of my personal sites, and I'm currently working on a function to detect different browser types. Well, I think I have the URL to a page on one of my boxes which echo's out the HTTP_USER_AGENT in my clipboard. However,

Re: [PHP] Re: Undiscovered Firefox...

2004-06-10 Thread John Nichel
Justin Patrin wrote: BTW, you should really use strstr($_SERVER['HTTP_USER_AGENT'], 'Firefox'); or stristr I'm an old Perl guy. Me likes perl regular expressions. :) -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Improving my Regex?

2004-06-10 Thread Gerard Samuel
Looking for suggestions on if this bit of code can be improved.. The goal. To extract the conditions in the WHERE of an sql statement. I would appreciate any pointers you may have... Thanks ?php $hello = 'Hello'; $world = 'World'; $foo_bar = 'foo bar'; $sql = SELECT FROM TABLE WHERE id =

Re: [PHP] Re: Undiscovered Firefox...

2004-06-10 Thread Justin Patrin
John Nichel wrote: Justin Patrin wrote: BTW, you should really use strstr($_SERVER['HTTP_USER_AGENT'], 'Firefox'); or stristr I'm an old Perl guy. Me likes perl regular expressions. :) Sure, I love PREGs myself, but it's way overkill for such a simple operation. ;-) -- paperCrane Justin

Re: [PHP] Re: Undiscovered Firefox...

2004-06-10 Thread Curt Zirzow
* Thus wrote Justin Patrin ([EMAIL PROTECTED]): John Nichel wrote: Justin Patrin wrote: BTW, you should really use strstr($_SERVER['HTTP_USER_AGENT'], 'Firefox'); or stristr I'm an old Perl guy. Me likes perl regular expressions. :) Sure, I love PREGs myself, but it's way