Re: [PHP] PATH_TRANSLATED

2003-06-07 Thread Jason Reid
This is likely due to Win32 not being required to do any virtual to real mapping. This itself isn't PHP's fault, as the variable itself is set by Apache. Jason Reid [EMAIL PROTECTED] -- Exumweb Network www.exumweb.net - Original Message - From: Øystein Håland [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] PHP RTF

2003-01-14 Thread Jason Reid
http://www.phpbuilder.com/columns/nair20020523.php3 Looked fairly good when I read thru it a while back. Hope that it might be able to help. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: [-^-!-%- [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] Forms

2002-12-23 Thread Jason Reid
And remember that if you alter the php.ini file once you have found it, that you MUST restart apache in order for the changes to take place. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Johannes Schlueter [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP] who is connected?

2002-12-18 Thread Jason Reid
that are left. it doesn't display everyone who is on in real time, but any one who was on within a certain period (usually I stick with 5 minutes) If any one else has any interesting/creative ways, I'd love to hear them also. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original

Re: [PHP] understanding headers

2002-12-11 Thread Jason Reid
I haven't used headers for this, but heres my $0.02. What is the value of hte $name var? I suspect its empty, as register_globals is probaly enabled... try using $_GET['name'] instead of just $name, and $_GET['size'] instead of $size. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca

Re: [PHP] Flushing Output

2002-12-10 Thread Jason Reid
have a look at the output control functions. http://www.php.net/manual/en/ref.outcontrol.php Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Richard Baskett [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 5:27

Re: [PHP] Test links?

2002-11-29 Thread Jason Reid
fopen each link and see if it returns true or false (false meaning its down) Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Rob Packer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 29, 2002 3:53 PM Subject: [PHP] Test links

Re: [PHP] I'm in need of a PHP web host recommendation

2002-11-16 Thread Jason Reid
I suggest paying a visit to www.webhostingtalk.com and search the forums... theres tons of information on the large, and small hosts that might help. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca OrangeHairedBoy [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">new

Re: [PHP] PHP Website

2002-11-15 Thread Jason Reid
Nope, though if you are you could always just try using one of the mirrors. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Van Andel, Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 4:56 PM Subject: [PHP] PHP Website

Re: [PHP] Geographic IP location

2002-11-02 Thread Jason Reid
http://www.phpclasses.org/netgeoclass that 'should' work for what you want... someone else suggested it a while age for another project Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: olinux [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday

Re: [PHP] Recommend a merchant/store product

2002-10-28 Thread Jason Reid
oscommerce http://oscommerce.com/ supports mysql as the database. i've set it up a few times, never implemented it into production, but its fairly easy to use, and from what i've seen extremly customizable. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message

Re: [PHP] Re: Odd Problem

2002-10-13 Thread Jason Reid
Also I would check the case of the column in both the script and the DB itself. And yes, the query and the table schema might help if that isnt it. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Owen Prime [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [PHP] Best Forum System

2002-10-12 Thread Jason Reid
phpBB all the way for me. Used it on a few sites, worked fine for my uses. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Stephen [EMAIL PROTECTED] To: PHP List [EMAIL PROTECTED] Sent: Friday, October 11, 2002 7:13 PM Subject: Re: [PHP] Best

Re: [PHP] server error sending email from script

2002-10-06 Thread Jason Reid
it appears you are on windows, so look in php.ini for the smtp directive. enter your isp's smtp server address there. then restart apache and it should work. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: John [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] no errors ?

2002-10-02 Thread Jason Reid
Check ur php.ini, there are settings to display showing absolutly any error, warning, and message. they are probaly set to not show them. error_reporting = E_ALL ~E_NOTICE thats what i use, only displays what i need Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original

Re: [PHP] php_flag in httpd.conf

2002-09-07 Thread Jason Reid
Change off to on in the last directory container or omit it if php is enabled by default. thats probaly where the problem is. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Mitch Vincent [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday

RE: [PHP] GD lib. image quality!

2002-08-25 Thread Jason Reid
If you have GD2 I'd advise using imagecopyresampled, as I found using imagecopyresized often resulted in blue or grayish images, while imagecopyresampled resulted in normal looking images. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Dave

Re: [PHP] Re: Can someone - anyone see my error?

2002-08-25 Thread Jason Reid
, so you should be able to pull that info into another variable correctly. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Eric Pignot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 25, 2002 7:24 PM Subject: [PHP] Re: Can someone

Re: [PHP] Online Host Management Software

2002-08-20 Thread Jason Reid
is search through the control panel forum at www.webhostingtalk.com for other suggestions, and peoples opinions on the different panels. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Justin French [EMAIL PROTECTED] To: John S. Huggins [EMAIL PROTECTED

Re: [PHP] Replace

2002-08-16 Thread Jason Reid
str_replace is your friend in this situation Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Alexander Lindstedt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 16, 2002 6:05 PM Subject: [PHP] Replace If i want to find just a word

Re: [PHP] URL path question

2002-08-13 Thread Jason Reid
Its an IIS problem. With apache there are several ways, www.phpbuilder.com/columns/tim2526.php3 is IMO the best way, i currently use it on several sites. i think this would be what you need if it was apache you were working on Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca

Re: [PHP] Re: Linux PHP editor

2002-08-09 Thread Jason Reid
Yep. Theres several for windows. I've used: -PHP4EE -Homesite -Dreamweaver (MX version finally has syntax highlighting) -Good old notepad -PHP Coder Pro (What PHP4EE was based on) Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: [EMAIL PROTECTED

Re: [PHP] Disabling Browser BACK button

2002-07-31 Thread Jason Reid
Actually a meta refresh isnt a good idea for this example. id personally use a header, because then there is no entry in the back list for the processing page, unlike if u used a meta refresh, which, if i am correct, leaves an entry. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca

Re: [PHP] text area with quotes

2002-07-31 Thread Jason Reid
If it adds the slashes, before u echo it back out, try stripslashes($var) first Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Nathan Kline [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 1:50 PM Subject: [PHP] text area

Re: [PHP] Problem with HTTP_POST_VARS

2002-07-25 Thread Jason Reid
You missed the $ before HTTP_POST_VARS. its $HTTP_POST_VARS (its a variable, not a constant. only constants dont have a $ before them) Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: bob [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July

Re: [PHP] PHP 4.2.2 release problems

2002-07-23 Thread Jason Reid
Check if the $page variable has a value. I'm thinking they had 4.0.x before, or had register_globals enabled, and ur passing $page by querystring right? Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Daniel Thompson [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] Re: How to add new user to the domain

2002-07-23 Thread Jason Reid
http://www.mricon.com/SM/guide he has a tutorial (for both redhat, and freebsd) that details exactly howto setup a full mail server, using virtual domains/users. step by step. should be what is needed here. I use it personally for my servers. Jason Reid [EMAIL PROTECTED] -- AC Host Canada

Re: [PHP] php security mailing list ...

2002-07-22 Thread Jason Reid
Some of the time. Release announcments have been skipped a few times, but you'll notice people asking on every other list about what the changes are. - Original Message - From: Evan Nemerson [EMAIL PROTECTED] To: Dario Bahena Tapia [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, July

Re: [PHP] rebooting linux using php

2002-07-18 Thread Jason Reid
Or you could do that using php: #!/usr/local/bin/php -q ? echo `/usr/bin/shutdown -Fr now`; ? (Note those are backticks, not apostrophes) Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca Scott Fletcher [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

Re: [PHP] Importing CSV File : 100000 Rows!

2002-07-17 Thread Jason Reid
, as 100,000 rows of data must be approaching at least 1mb (might be wrong there too, depends on the data). Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 11:20 PM

Re: [PHP] GIF Manipulation

2002-07-16 Thread Jason Reid
AFAIK there is a patch to re-add gif support to gd 1.8.4 (not sure about 2.x). I saw the url for it the other day on a newsgroup, I'll see if i can dig it up and post it. Jason Reid [EMAIL PROTECTED] - Original Message - From: Nick Oostveen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] Break message in code.

2002-07-16 Thread Jason Reid
Have you tried using just break? without the 1? Jason Reid [EMAIL PROTECTED] - Original Message - From: W. Andy Roche [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 10:11 PM Subject: [PHP] Break message in code. Please forgive me, I am still rather new to coding

Re: [PHP] Variables aren't being passed to php page

2002-07-14 Thread Jason Reid
Check your php version. if its greater then 4.1.0, then you must either enable 'register_globals' in your php.ini, or use $_GET['var'] or $_POST['var'] to get data from a form - Original Message - From: Mike Heffner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 2:36

[PHP] PHP4 Win2k 'Application Error'

2001-11-20 Thread Jason Reid
at 0x006b6d1 referenced memory at 0x. The memory could not be read. ' I've tried reinstalling both apache and php, to no avail. I came across on reporting of this on the php.net bug tracker, but no solution. anyone know how to fix this? Thanks Jason Reid [EMAIL PROTECTED] -- PHP General