en I try to echo it. However, when I look at phpinfo(),
the data is there, so why is the array empty, and why does it echo as
empty as well? Apache settings are the same on both environments by the
way.
--
M | I haven't lost my mind; it's backed up
tion redirection within PHP will only result in an
error.
Suggestions welcome.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECT
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . ..
Benny Pedersen wrote:
how do i get var from a url like this one
http://localhost/index.php?sort=name&var2=login
In index.php:
echo $sort;
echo $var2;
--
M | I haven't lost my mind; it's backed up on
Hi Kelvin,
You can use both PERL and PHP (prefered :-)).
You need to download, compile and install FreeTDS (http://freetds.org). If
you are using PHP you need to recompile it using --with-mssql. This will
enable the mssql extension. You can then create a php script to read the
text file, parse it
Hi Kelvin,
You can use both PERL and PHP (prefered :-)).
You need to download, compile and install FreeTDS (http://freetds.org). If
you are using PHP you need to recompile it using --with-mssql. This will
enable the mssql extension. You can then create a php script to read the
text file, parse it
regardless of what I change
after the re-post. So, I need some help. I need some code...help!
--
M | I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>
Guru Geek wrote:
perhaps javascript? let me know if you need further help!
JavaScript can be turned off.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EM
Hello all:
I am having a hard time with a small piece of code. I was wondering
if someone may be able to explain why the following code will not work... I
have been scratching my head for a few hours now and I am stumped.
header("Location: http://someplace.com";);
if( ! headers_sent())
hea
Fokkema wrote:
You might want to check whether or not your header output is getting
buffered. My suggestion is a flush() after the fist call. I'm not an expert
on this, it's just an idea.
HTH
--
Ivo Fokkema
PHP & MySQL programmer
Leiden University Medical Centre
Netherlands
"James
My script currently works; printing the date that it extracts from mysql
table.
It prints the date as:
2004-01-29
$mailed=$row["mailed"];
$payment=$row["payment"];
$ID=$row["ID"];
echo "$mailed$payment";
I'm trying to change the format so that the date appears as:
January 29, 20
Great!
I actually had 2 dates - using your suggestion as follows worked:
$mailed=3D$row["mailed"];
$payment=3D$row["payment"];
$ID=3D$row["ID"];
$Timestamp=3Dstrtotime($row[mailed]);
$mailedf=3Ddate("F d, Y",$Timestamp);
$Timestamp=3Dstrtotime($row[payment]);
$paymentf=3Ddate("F d, Y",
I include #!/usr/local/bin/php4 at the top of my
Php files so that it knows where to find php.
Unfortunately the path appears in my web pages.
Is there a way for me to turn this off?
Is it a setting in Apache or is it something that I change in
My php files.
#!/usr/local/bin/php4
--
you don't run PHP as an CGI but as an module, you don't even need
this
line. My guess is that you run PHP as a module, so delete the line to
fix
your problem.
HTH,
--
Ivo Fokkema
PHP & MySQL programmer
Leiden University Medical Centre
Netherlands
"Jim M Gronquist" <
I added one term to a listing
-
if ( $follow_up == ") {
$error=true;
}
and now I'm getting a parse error
Ugh
I can't see anything that is causing this.
The script worked before.
Any idea where I might start to debug?
When
I have the following snippet of code:
// contents of $monthlyarchivereverse is generated by a different
// piece within a content managent system. The data, or format
// can not be changed.
$monthlyarchivereverse = array("/08/index.html August 2003",
"/07/i
ue to { } or not sure
what else might cause
Can you post the entire error?
Is that a " or a '' ? if a ", you need a closing " to go with it.
Jim M Gronquist wrote:
>
> I added one term to a listing
> -
>
somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .
t my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.
somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .. Boulder,
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Pho
;s backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc..
Hi, I'm wondering what PHP-focused or PHP-aware print magazines are out
there (as opposed to on-line). So far I'm aware of www.phparch.com, but I've
not picked up a copy yet.
Also, what are considered the premier PHP developer websites?
Thanks
John M. Calvert, M.Sc., MCSD
1310
://www.mrunix.net/webalizer/).
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 8
Can I adjust the include_path on a specific vhost, as opposed to
having it globally done in php.ini ? If so, how please?
--
H| I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <
7;t lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratorie
hi all
i'm a beginner in php
can anyone help me about useful and powerful editors in php?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thanks all for all
i will test them
"M-Ali Mahmoodi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi all
> i'm a beginner in php
> can anyone help me about useful and powerful editors in php?
>
>
>
--
PHP General Mailing List (htt
if no newer editors?
so the old messages suggest the older!
"Lars Torben Wilson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 2003-06-14 at 12:59, electroteque wrote:
> > boy how painfully dweebish is vi why make it harder for yourself :O
>
> Please don't start this again
'asin' => '1116221',
'manufacturer' => 'Kraft'
); $i++;
etc., etc.
I would like to sort $items based on the manufacturer of each array
within. So that, in the above example, the second one would come before
the first. Is there a way to do that?
--
H| I haven
=> '/images/something.jpg',
'title'=> 'this is fun',
'price'=> '$2.99',
'cat' => 'Card',
'author
ks as expected. Now let me go kick
those filters...
--
H| I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director
It´s a silly question, but how can I create a directory on web?
somewhere.
+
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http:
}
}
That same script also gets a value ($step) from another one. Now I need to
figure out which $var_list# to use based on this $step value. Any suggestion
on how to do this?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+---
soul out there wishes to
read my (no doubt) crappy code and tell me what I did wrong, I'll
appreciate it. Please reply to me off-list and I'll give you the
current code.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+
Or just do a return();
mailto:[EMAIL PROTECTED]]
Sent: 21 August 2002 15:48
To: Henry; php-general
Subject: RE: [PHP] Exiting from an include or required file
Seems like the easy way, at least in this case, would be to make the second
part of your File A an "else" to your "if".
-Origina
I actually had to set the SMTP setting to localhost on our solaris boxes to
get this to work. I discovered this because we have a few older machines
without php.ini files altogether, and the default is to have this set (the
older machines worked).
Thanks
Mark Bond
-Original Message-
Fr
never seen this problem in ns, at least not with the stuff i've designed in
the past. do you have a page/form somewhere we could look at?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
l free. The site is listed in my signature.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / S
't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe
ys: Evaluate the (current) variable $color.
Is it FF? if so, change it to EAEAEA, otherwise make it FF
$color == "FF" ? (yes) change to "EAEAEA" : (no) make it FF
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+---
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
based on the CSS? I would
think having to query twice for the same thing would be a degradation in performance,
right? So what's the best practice?
--
H | "Life is the art of drawing without an eraser." - John Gardner
+------
Nope,
Do a select like so:
Select user_name, group_name from users,groups where
users.group_id=groups_id order by group_name;
Then do a php loop (you'll need to find the eact php commands, this is just
an example):
While (!$results->EOF)
{
If ($results[group_name]!="$old_groupname")
{
>> I am new to php and that the folowing error: Warning:
mysql_num_rows():
>> supplied argument is not a valid MySQL result resource in
>> /home/tbonestu/public_html/smallimages.php
>>
>> i dont know what i am doing wrong here is the code:
>>
>> @ $db = mysql_pconnect(connect info);
>>
>> m
that year
would be 1998 or 2002 only.
Does anyone know what function would do this? Sorry if I`m wasting your
time if its a really obvious one!
thanks in advance,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General
's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550
licked on, translates to the real address. So if I have my script
generate something like that for email, will harvesters be able to capture that
information and translate it?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+-
that will be empty sometimes.
So, can someone help write this beast up, based on what /proc/pci reports?
It has to be fairly generic so that it would work across any (linux) machine.
If you'd like me to send you /proc/pci from my machines for you to work with,
please let me know.
--
H
ng that's because the script begins
only after the file is uploaded. My problem is that I can't change the
"maximum_execution_time" in the configuration file.
Does anyone can help me out?
Thank you,
Eduardo M. Bragatto.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
fter the file is uploaded. My problem is that I can't change the
"maximum_execution_time" in the configuration file.
Does anyone knows how to solve that problem?
Thank you,
Eduardo M. Bragatto.
PS: Sorry for my miserable english #)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hat is the correct method for save _POST in _SESSION
variables, so the values can be preserved for later retrieval?
Excuse me for my english, thanks
--
Fernando M. Maresca
Monitoring Station S.A.
48 nº 812 La Plata (B1900AHN) BA - ARG
Tel/Fax: (54) 221 425-3355
ICQ: 101304086
--
PHP General Ma
I'm using a simple php script called upload.php, here's the source:
move_uploaded_file($userfile, "/my/dir");
?>
But I keep getting an error message:
Fatal error: Maximum execution time of 20 seconds exceeded in
D:\dominios\E\escolas-es\spe\upload.php on line 3
Then, I've tried to increase
I have to change the constant "maximum_time_out" (via
set_timeout_limit) on the "first" script, and keep it seted
in a session, until the second script became to be loaded.
Is that possible?
[[]]'s Bragatto
PS: sorry for my miserable english #)
--
PHP General Mailing List (http://www.php.ne
builder.net/columns/tim2526.php3
--
H | "Life is the art of drawing without an eraser." - John Gardner
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
Director of Internet Operatio
tNuke
> Content Management (http://www.postnuke.com), phpRPC
> (http://phprpc.sourceforge.net/), and XMap
> (http://opensource.under.com.br/xmap/docs/)
>
> To Download, go to
> http://phpdocu.sourceforge.net/downloads.php
>
> The phpDocumentor development team
> Joshua Eichorn
not look like a table.
Assuming the address does have to be a link people can just click on, is
there any way of preventing spambot from harvesting it?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
As
Thank you very much...
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> On Tuesday 02 July 2002 04:45, Tim Nields wrote:
> > Never have encountered this. When I include a query string on the URL
line
> > I can not access the variables.
> >
> > For example: www.tim
on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
hackers out there on this mailing list so stop being a fucking
> jerk.
Ya, and your 'fucking' e-mail certainly helps him a lot better, eh?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+---
I have an open source php script to add items to a mysql database.
I want to wrap the page using a .shtml file
Currently, the .shtml file is:
http://bursar.indiana.edu/gotcha/index.shtml
The php script is:
http://bursar.indiana.edu/gotcha/g_add_gotcha.php
I believe that I should be
The solution to using .shtml files from within
your PHP scripts is as simple as:
include ("somefile.shtml");
Very handy if you have header, sidebar, footer templates
setup using SSI.
-Jim
-Original Message-
From: Gronquist, Jim M
Sent: Wednesday, August 27, 2003 11:13 AM
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .. Boulder, CO 8
Ashley M. Kirchner wrote:
>That patent already expired for the US (June 30, 2003). Canadian
> patent expires July 7, 2004, the counterpart patents in the United
> Kingdom, France, Germany and Italy expire June 18, 2004, and the
> Japanese counterpart patents expire June 20,
HI YES IM SERIOUS,LISA WHITE--- Begin Message ---
Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.
I'm working for my owner, who can be reached
at [EMAIL PROTECTED]
To confirm that you would like
[EMAIL PROTECTED]
added to the php-general mailing list, please s
I have successfuly been creating PDF files... however it is required that
the files are printed Automatically - i.e. no need to hit print icon etc
etc...
Anyone know how to achieve this or atleast point me in the right direction?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Hi all!
I would like my script to get the dates of the year when the server
local time changes from winter time to summer time and vice-versa. ¿Does
anybody know how to do it in PHP, even calling linux functions (with
popen) or exploring linux archives? I need it to create a VTIMEZONE
compo
I've set up dev and prod webservers. Users can go into the dev webserver
content and edit it. The content is in a mysql database. I have a button
on the webpage that says push content live. When the button is pushed I
want it to run a php script that will copy the dev mysql table data into
the prod
't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Pho
Hello everybody,
Can anyone give information regarding how to print a file in plain text format
using PHP. I am using RedHat Linux9.0, httpd-2.0.40-21 and php-4.2.2-17.
I think that print support is not given to linux. I want to know that whether there is
any developments in this reg
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . ..
;s backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.
Ashley M. Kirchner wrote:
This produces the attached result. Not exactly beveled, but pretty
close (and it's the effect I wanted.)
Hmm, yes. Attached result gets stripped by the listserv. So, it's
also visible here:
http://37th.yeehaw.net/phpiscool.png
--
H| I haven'
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .
into $buffer and emails it, this should hopefully point yu in the
right direction...
- Brian M McGarvie - IT Manager (e-loanshop.com).
- www.devdojo.com (Developer Community)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://
s everyone. Happy Gobble Day for those who celebrate it.
--
H| I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Dire
er that I could access from within the script by checking the url and subtracting "http://myhost.com/archive/";.
ForceType application/x-httpd-php
--
H| I haven't lost my mind; it's backed up on tape somewhere.
+---
Hi all!
We have developed a groupware web server written in PHP. We were
interested in integrating some communication interfaces in Java, using
Tomcat, in this application, but we have not found an efficient way to
call PHP functions from a Java program. We would prefer not to use
communica
ysite/forma2.php/
produce the browser to redirect to
http://mysite/index.php/
Of course, the forma2.php must be served if its accesed after index.php.
Thanks
--
Fernando M. Maresca
Cel: (54) 221 15 502 3938
Cel: 0221-15-502-3938
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
On Sun, Dec 21, 2003 at 01:03:43PM -0600, Eugene Lee wrote:
> On Sun, Dec 21, 2003 at 03:57:24PM -0300, Fernando M. Maresca wrote:
> :
> : Well, i'm trying to avoid access to the site for the middle. Say there
> : is a initial page with a form and other pages that depends on thi
'm propagating a string thru
$_SESSION that is set up in the first page and is valid until session
expires or init page is reloaded.
But i think that may be another (and better) way to do this, and can't
figure out how.
>
> Jim
> www.websitemanagers.net
Fernando M. Maresca
Cel: (54) 221 15 502 3938
Cel: 0221-15-502-3938
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
not, and i'm very interested in the way
you're using to solve problems like this ones.
So thanks a lot.
--
Fernando M. Maresca
Cel: (54) 221 15 502 3938
Cel: 0221-15-502-3938
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
he thing to cut down on CPU usage because it's
generating those headers every time a page gets called. Not good.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner &
d; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcra
tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .. Bou
27;t lost my mind; it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratori
PHP has a function called file_exits I belive... you can read about it on
the php manual at php.net under file functions.
*
Philip M. Gollucci (p6m7g8)
Web-site: http://www.p6m7g8.com
E-mail : [EMAIL
ost my mind; it's backed up on tape somewhere.
|
~~~~~
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
SysAdmin / Websmith
source and configuring it
with mssql and re-installing it.
But if there's any way to add the mssql support without such drastic
measures, I'd sure like to hear about them.
Can anyone help?
Thanks.
Thor M. Steindorsson - [EMAIL PROTECTED]
http://www.netwood.net - Find Out Why We're Better.
#x27;t lost my mind; it's backed up on tape somewhere.
|
~~~~~
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. .eFax 248.671.0909
http:
try this:
http://www.dogpile.com";
header ("Location: $rdrct");
exit;
?>
Thor M. Steindorsson - [EMAIL PROTECTED]
http://www.netwood.net - Find Out Why We're Better.
-Original Message-
From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, Janu
x27;, '$Description',
'$FileSize', '$FileName', '$DownloadCount', '$Categories', '$Redirect')";
}
Thor M. Steindorsson - [EMAIL PROTECTED]
http://www.netwood.net - Find Out Why We're Better.
-Original Message-
From: Darren Evans
ith the --without-mysql flag.
AMK4
--
W |
| I haven't lost my mind; it's backed up on tape somewhere.
|
~~~~~
Ashley M. Kirchner <mailto:[EMAIL
ED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>
=
--- Jesus M. Castagnetto <[EMAIL PROTECTED]>
__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/
--
PHP
IF you dont specify --with-apache or --with-apxs configure options you will build the
CGI !
- Frank
>Ok, I give up... how do I build PHP as a CGI-Binary? I've spent two days
>searching the configure file for this.
>
>Julia
>
>--
>[ Julia Anne Case ] [Ships are safe inside the harb
fmk Sat Mar 3 18:41:27 2001 EDT
Modified files:
/php4/ext/standard info.c
Log:
Changed code layout to remove PHP warning when running php as a CGI.
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.129 php4/ext/standard/info.c:1.130
--- p
1001 - 1100 of 2861 matches
Mail list logo