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" &l
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: &
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]
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
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
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
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
Sub
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
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
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
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
- Origin
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]
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
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 PROTE
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
- Orig
Change off to on in the last 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 PROTECT
Check the changelog --> http://www.php.net/ChangeLog-4.php
Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca
- Original Message -
From: "Greg Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 26, 2002 3:36 PM
Subject: [PHP] wh
000, 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
Subje
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: &qu
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: "Joh
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
&g
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
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 P
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
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
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 PROTECT
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
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" <[EM
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: Mon
Or you could do that using php:
#!/usr/local/bin/php -q
(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 PROTECTED]...
>
p, 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: Wed
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,
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]>
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
ruction 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
35 matches
Mail list logo