On Fri, Aug 10, 2001 at 01:29:26PM -0400, Kyle Mathews wrote:
> Hello:
>
> I'm looking for a good way to pull information from a static HTML file for
> dumping into a database.
> I need to pull the information from a META tag, and from within two comments
> in the HTML file.
> I know this can be
On Fri, Aug 10, 2001 at 03:24:07PM -0700, Evan Nemerson wrote:
> Try messing with the query string, and emulate a GET request. For instance
>
> $uri = "http://www.somewhere.com/secure.php?username=bob&password=linuxrocks";;
> $theFile = implode("\n",file($uri));
> echo $theFile;
Using/emulating
Hi folks.
Can someone tell me what ISAPI is?
I've requested how I could run PHP faster, if 20 USER's access my files at
the same time.
In my case, PHP run's the php.exe (ca. 5 MB) every time seperatly, and this
eats my win-resources!
Someone guides me to use it as an ISAPI module but W
Hi all,
I tried to find an answer to this but nothing seemed to work.
I need to build php 4.0.6 with imap support. I'm running redhat 7.1 and
have build and installed the imap-2000-9 rpm's (including devel), php will
build correctly but complains about an undefined symbol mxdriver.
Has the libr
Hi,
I`m using function posix_getpwnam. Its works correctly. But The result for
param passwd is only "x". I know why is it. Because i have save unix users
passwords in shadow file,not in passwd file, there is only "x".
Is there some function,which param is encrypted(MD5) password in PHP?
I need:
Hello Tomáš,
Monday, August 13, 2001, 10:23:16 AM, you wrote:
TK> Hi,
TK> I`m using function posix_getpwnam. Its works correctly. But The result for
TK> param passwd is only "x". I know why is it. Because i have save unix users
TK> passwords in shadow file,not in passwd file, there is only "x".
Hmm well I has this problem on a FreeBSD box and as soon as I moved it to a
RedHat7 box it worked.
Jon Farmer
Systems Programmer
Entanet International Ltd www.enta.net
Tel 01952 428969
Mob 07968 524175
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]]
Sent: 12 August 2001
Hi! Renze,
Thanks a lot for u'r help. I am in vacation up to
now.
Now i am trying with u'r solution. I am getting the following
error.
I am sending the file also.
Warning: Cannot send session cache limiter - headers already sent in
c:\www\authentication.php on line 34
File:authen
On Monday 13 August 2001 08:46, Tribun wrote:
> Hi folks.
>
> Can someone tell me what ISAPI is?
It's microsoft's API for running software in IIS.
> I've requested how I could run PHP faster, if 20 USER's access my files at
> the same time.
Using ISAPI means that php stays alive while the serve
On Mon, Aug 13, 2001 at 02:01:59PM +0530, Balaji Ankem wrote:
> Hi! Renze,
> Thanks a lot for u'r help. I am in vacation up to now.
> Now i am trying with u'r solution. I am getting the following error.
> I am sending the file also.
>
> Warning: Cannot send session cache limiter - headers
I'm quite happy with SiteTurn. You can check them out through
www.siteturn.com
Pere
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi there there is something missing in the documentation.
in this case is about mysql
here is the source that i paste from the website
--
$link = mysql_connect("mysql_host", "mysql_login", "mysql_password")
or die ("Could not connect");
print ("C
The $link argument is optional. If you don't specify one it will just use
the last one created.
-Rasmus
On Mon, 13 Aug 2001, Yamin Prabudy wrote:
> Hi there there is something missing in the documentation.
> in this case is about mysql
> here is the source that i paste from the website
> -
Hi - All db users read this !!
I know it download it twice because in Netscape it take half of the time and
also I see it start in the left bottom bar.
I read that IE first read the headers fully ( including the file ) and then
ask it again for opening.
While Netscape read the file only once.
A
I have a server running SuSE Linux Pro V7.0 (with security patches) ,
Apache 1.3.19 , and PHP 3.0.17-dev. The database engine I am using is
MySQL 3.22.32 (not relevant for this problem though).
I am trying to get file uploads working to the server, I currently have
a page which is written in PHP
oh dear.
Steve
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Okay I got it working!
>
> http://www.futurebird.com/wordstream/index.php3
>
> go on give it a try!
>
> Susan
>
>
> --
> [EMAIL PROTECTED]
> http://futurebird.diaryland.com
>
>
--
PHP General M
Try using .htaccess or ini_set() - perhaps this will help you when on shared
server.
regards,
Maxim Maletsky
-Original Message-
From: Mahmoud Kassem [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 4:12 PM
To: karthik
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()
THe same .
Hello everyone,
Has anyone used php to implement SMS (short message service) on a site? I
found something on simplewire.com but I was wondering what other options are
available? I couldn't find anything in the archives or on php.net so I
appreciate any help or leads in this area. --ahmad
--
Thought I would repost, does anyone have a solution ?
I am using php, apache on a windows system.
- Original Message -
From: "David Ovens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 1:26 AM
Subject: [PHP] Using fsockopen()
> I am making a program, that us
Is the timeout coming from fsockopen() or from the program using too
much time?
I've used @fsockopen() before without any issues (at least on Linux and
Solaris), but if your script is running for a long time, you may need to
tweak the execution time limit:
http://www.php.net/manual/en/function.s
Please help me. How can I run mysql daemon on RedHat Linux. I install db
with script mysql_install_db.
roman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail
if you mean how do you get mysqld to startup automatically then you need to
call
mysql.server start
at bootup
Regards
Jon
Jon Farmer
Systems Programmer
Entanet International Ltd www.enta.net
Tel 01952 428969
Mob 07968 524175
-Original Message-
From: Roman [mailto:[EMAIL PROTECTED]]
Hi! friend,
I want to start session if authentication
is succesfull means if he is a valid user.
Then what i have to do Renze??
Thanks in advance.
With warm regards
-Balaji
- Original Message -
From:
Renze Munnik
To: Balaji
Ankem
Cc: [EMAIL PROTECTED]
Se
lines in the acceso.php file:
27 session_name(primera);
28 session_start();
29 session_register("sesionvar");
30 $HTTP_SESSION_VARS["sesionvar"] = "fulanito";
what I get in the browser:
Warning: Cannot send session cookie - headers already sent by (output
started at /public_html/php/acceso.
this is my fsockopen satement it will check about 4/5 urls and then time out
(exceed 30 second timeout error) on the 5/6 url, I have no idea, why my
program wont continue checking all the urls in one go.
$socket = @fsockopen($urlArray["host"], $urlArray["port"], $errnum, $errstr,
100);
-
Did you make sure everything below is BEFORE the html tag?
Also you can just set the variable $sesionvar like this:
$sesionvar = "fulanito";
instead of
$HTTP_SESSION_VARS["sesionvar"] = "fulanito";
> lines in the acceso.php file:
>
> 27 session_name(primera);
> 28 session_start();
> 29 sess
so far by increasing the set_tim_limit function it seems to have cured my
problem. I shall see how it goes.
Thanks
Dave
- Original Message -
From: "Tim" <[EMAIL PROTECTED]>
To: "David Ovens" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 11:55 AM
Subject: Re:
Try doing
set_time_limit(0);
at the start of your script and see if that makes a difference.
- Tim
On 13 Aug 2001 12:00:24 +0100, David Ovens wrote:
> this is my fsockopen satement it will check about 4/5 urls and then time out
> (exceed 30 second timeout error) on the 5/6 url, I have no id
On Mon, Aug 13, 2001 at 04:33:49PM +0530, Balaji Ankem wrote:
> Hi! friend,
> I want to start session if authentication is succesfull means if he is a valid
>user.
> Then what i have to do Renze??
>
> Thanks in advance.
>
> With warm regards
> -Balaji
I think (haven't got time to test it
Hi,
>
I'd do it like this:
Now you have an array containing all the checked magazines. To get and write
them into
the DB you could use implode() in combination with a field of the type SET
or
do a
while (list($key,$value)=each($magazines)) {
Do some query stuff with your primary key in $va
Ok. Richard was right, the php code was placed in the middle
of the html. I place it at the beguining oh the file (before html)
and it works. Thanks
Thanks also Daniel for your advice:
"first use session_start() and than session_name"
> Did you make sure everything below is BEFORE the html tag?
Hi All
I'm new in this forum and this is a test message if you recived it please
only reply this message .
Thanks in advance
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP General Mailing List
hi all
I'm new in this forum and this is a only test message if you recieved it please only
reply this message
thsnks in advance
why don't you do some testing first.
write these two lines:
go to the page with several different browsers and catch your emails, see
how many times it loads it.
Cheers,
Maxim Maletsky
www.PHPBeginner.com
-Original Message-
From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]]
Sent:
Being a rather new to php I find myself completely stuck on a script which
is possibly a piece of cake for most of you:
I want to set up a weekly ezine. Both email addresses and news articles will
be retrieved from two separate MySQL tables called "subscribers" and
"newsarticles".
I put together
Earlier, I asked some questions about what you use in developing PHP
applications. First, the questions, and then the answers:
Questions
1. Code libraries used:
a) Metabase (for database abstraction)
b) PHPLib
c) PEAR
d) BinaryCloud
e) other
2. What code editor do you use?
3. How many are usin
Hello list members
I'm a newbie and having trouble with the EXEC function call from a PHP
script. I've submitted this problem to the list last week but so far no
response. And I still haven't figured it out. So here goes again.
PHP EXEC function seems to work ok for executing shell commands like
hi guys,
I'd like to get the query string the browser sends to the script. The problem is that
since the $HTTP_POST_VARS (or $HTTP_GET_VARS ) is an associative array I can't use
numbers to point to the elements of this array. This piece of code does not work:
for ($a=1;$a<=sizeof($HTTP_POST_VA
what are some good things for analyising server logs?!?
I currently have Wusage, is there any better?!? :D
- James "ReDucTor" Mitchell
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the l
Try something like:
");
?>
if it works, which it should, and you would like to know why, please email
me and Ill explain it ;)
> Being a rather new to php I find myself completely stuck on a script which
> is possibly a piece of cake for most of you:
>
> I want to set up a weekly ezine. Bot
Hi i have a problem printing a lob field containing an image.
The database i use is Interbase 6.0
I have a blob/lob field with a gif image inside an i like to print this image on the
web.
Can you help me?
Bye Alessandro
I'm rather fond of Webalizer.
- Tim
On 13 Jul 2001 23:07:46 +1000, ReDucTor wrote:
> what are some good things for analyising server logs?!?
> I currently have Wusage, is there any better?!? :D
> - James "ReDucTor" Mitchell
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsub
your MTA is setting the envelope, not your script.
if you are using sendmail, look at the -f flag in the man
sendmail page. then modify your php.ini file. Or possibly
even set the variable (sendmail_path) inside of your script
to include the -f flag.
-Original Message-
From: Mahmoud
On Mon, Aug 13, 2001 at 03:06:48PM +0200, Tamas Bucsu wrote:
> hi guys,
>
> I'd like to get the query string the browser sends to the script. The problem is
>that since the $HTTP_POST_VARS (or $HTTP_GET_VARS ) is an associative array I can't
>use numbers to point to the elements of this array.
foreach ($HTTP_POST_VARS as $key=>$value)
{
echo "$key = $value";
}
-Stewart
-Original Message-
From: Tamas Bucsu [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2001 14:07
To: [EMAIL PROTECTED]
Subject: [PHP] How to get the query string?
hi guys,
I'd like to get the query string the br
Sorry, all, but i couldn't fine any Mysql News group around, so i sent this
message here, as i found php got a close relationship with mysql.
could someone pls tell me how i can grant a user to logon to the database
from any computer around the office?
i had read a book and the book told me to t
Hi, Tony,
I'm a "middlebie", and I have the same problem. From the archives, I found
the following
suggestions from Richard Lynch:
Does it work perfectly from the command line if you su to "nobody" (or
whomever PHP runs as) before you execute it?
Is it world executable?
Does it access resources
Boy that looks familiar...my (apache) logs are full of 'em.
I wonder if we can make a PHP script called default.ida that sends back
a big chunk of data and causes the worm to get a buffer overflow? :) :)
- Tim (glad I don't run IIS :)
On 13 Aug 2001 22:27:06 +0800, Mark Lo wrote:
> 208.251.146.
Hello Everyone,
I have recently written a script to change htpasswd via a web interface.
The script is running fine, but all of the variables (by default) are being
sent in the url. I have not called any of the URL functions, so I am not
exactly sure why this is happening. Is there somethin
You forgot to add a method=POST into your tag.
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com
On Mon, 13 Aug 2001 09:35:39 -0500
"Brendan P. Caulfield" <[EMAIL PROTECTED]> wrote:
> Hello Everyone,
>
> I have recently written a script to change htpasswd via a
I said before I do not have access to the php.ini
I am on a virtual Hosting ...
-Original Message-
From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 4:43 PM
To: Mahmoud Kassem; ReDucTor
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()
your MT
Greetings,
How safe is the code written in PHP? For instance, if I have an equation or
some algorithm with some constants for calculations and I code them in PHP
for use on a website are they safe from being viewed or taken?
Thanks
James
--
PHP General Mailing List (http://www.php.net/)
T
Try these links for MySQL news:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
Best Regards
René
Jack wrote:
> Sorry, all, but i couldn't fine any Mysql News group around, so i sent this
> message here, as i found php got a close relationsh
The only real way to see the php code is if you don't have the webserver
set to parse the code...then it will just be displayed on the page (or
downloaded). If you're really paranoid, you can get a tool to encrypt
your php code. There's some free ones, but here's a costly one that I
know of: www
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
what about something like this ?
(just configure apache to have PHP handle *.ida files)
> -Original Message-
> From: Tim [mailto:[EMAIL PROTECTED]]
> Subject: Re: [PHP] new one is it ??
>
>
> Boy that looks familiar...my (apache) logs a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
they are kinda safe if the webserver is the only way that
your files can be viewed if people can log into the
machine, they could just view the plaintext of your PHP
script.
hint: security thru obscurity is not secure.
> -Original Message-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
it could be that the webserver chroot()'s to some "secure" path,
and thus your script cannot find `date`.
perhaps all you have to do is to copy the binaries
that you need into the "safe" directory (if you can
first find out where the server is chro
Unfortunately, you're punishing the infected person, rather than the
instigator of the worm.
I've read of people developing perl scriptlets that basically hold the
connection open as long as possible by fooling the other side into thinking
that it's got a host it's infecting... thereby slowing do
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi All,
i have come across a strange problem with variable variables. Basicly i'm
doing the following and its not working:
$section = 'data["SITE"][0]["NAME"][0]';
$pData = 'My Site.';
${sprintf('$%s', $section)}.=$pData;
but it is not working. But
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
you could, of course, throw a few sleep() stmnts in there
to get the script to output a few bytes every few seconds
and keep the connection active... :-)
> -Original Message-
> From: Scott Brown [mailto:[EMAIL PROTECTED]]
> Subject: RE: [PH
hi
does anybody know of a message board written in OOP style?
thanks for helping;
regards
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTE
ok, let's have this in the right place
in a file named startsesion.php i.e.
session_start();
session_name("mysesion");
session_register("myvar");
$myvar = "whatever";
a SID is generated autmaticaly
I've been trying to echo the values of the var defined
and the SID generated in another php file
On Mon, Aug 13, 2001 at 04:57:08PM +0200, Aniceto Lopez wrote:
> ok, let's have this in the right place
> in a file named startsesion.php i.e.
>
> session_start();
> session_name("mysesion");
> session_register("myvar");
> $myvar = "whatever";
>
> a SID is generated autmaticaly
>
>
> I've been
rather than be rude about it, try reading the whole message and
then looking through the PHP documentation.
http://www.php.net/manual/en/function.ini-set.php
===
ini_set
(PHP 4 >= 4.0RC1)
ini_set -- Set the value of a configuration option
Descrip
Does anyone have any experience with www.linuxwebhost.com or www.addr.com?
Dan Pierce
Web Developer
Saturn Systems
-Original Message-
From: Pere Vineta [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 3:53 AM
To: [EMAIL PROTECTED]
Subject: RE: Reliable PHP web hosts
I'm quite h
> -Original Message-
> From: Tim [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 9:38 AM
> To: Mark Lo
> Cc: php general
> Subject: Re: [PHP] new one is it ??
>
>
> Boy that looks familiar...my (apache) logs are full of 'em.
>
> I wonder if we can make a PHP script called de
>I read that IE first read the headers fully ( including the file ) and then
>ask it again for opening while Netscape read the file only once.
This description matches what I've seen. Here's what I've come up
with that seems to work for IE and Netscape on Windows and Mac.
//$y is the full path
I guess Renze, I have to use session_start() in the file where
I want to output data from the session
All this questions about session are generated because I want
to control the acces to some of the web pages in a site so only
accesible to registered visitors.
Ok name user and password are stor
On the second page before the html tag write:
and then go ahead and echo your $myvar;
> ok, let's have this in the right place
> in a file named startsesion.php i.e.
>
> session_start();
> session_name("mysesion");
> session_register("myvar");
> $myvar = "whatever";
>
> a SID is generated
On Mon, Aug 13, 2001 at 05:39:47PM +0200, Aniceto Lopez wrote:
> I guess Renze, I have to use session_start() in the file where
> I want to output data from the session
>
> All this questions about session are generated because I want
> to control the acces to some of the web pages in a site so o
Dear PHP friends
I received the first general digest newsletters but am unable to read it properly. I
receive an empty message with a txt file (index) and a big number of files with
extension ezm attached.
What I have to do to receive the digest in a proper format?
Im using Microsoft Outlook Ex
They're one of the cheapest I've found so far. I'm looking for a host that
will allow me to have multiple mySQL databases without charging me extra.
linuxwebhost.com allows as many as your disk space allows.
Dan Pierce
Web Developer
Saturn Systems
-Original Message-
From: Gonyou, Austi
When you named your session by using session_name(mysession) you renamed
your session from PHPSESSID to mysession. You do not need to destroy each
session when someone closes the browser out. If you do not, the persons
session will be stored in a temp folder on the php server and once in awhile
Is there a prewritten function for capitalizing the first letter of each
word in a string except for the common words you wouldn't want
to capitalize in a title? Like
Come Learn the Facts From an Industry Leader
Thanks.
Jeff Oien
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Renze asked:
"how would you detect whether or not someone has
closed his browser? (session is over then)"
Do I realy need to know this to let or not a registered
user navigate some restricted web pages?
Aniceto Lopez
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
> Is there a prewritten function for capitalizing the first
> letter of each word in a string except for the common
> words you wouldn't want to capitalize in a title? Like
> Come Learn the Facts From an Industry Leader
None that I've seen.
But it wouldn't be hard to write a function that take
Hello,
I am looking for a way to have my script log into a site that use an
html form to enter the username and password. Then after it has logged
in I need to emulate a form ussing sockets or curl.
If you have done this or have an idea how I could do this, thanks ahead
of time for the inf
http://www.php.net/manual/en/function.ucwords.php
You can read all about the limit of this function, but this is the closest
thing to what you're looking for.
Rick
> Is there a prewritten function for capitalizing the first letter of each
> word in a string except for the common words you would
Hi Maxim,
You are probably only one in this mailing list with experiance of
work with russian language in PHP, I have another qwestion
concerning Opera and textarea - I can't make Opera to accept
cyrillic text in textareas, I mean I can type in Russian but can't
insert russian text (tried var
Hello BRACK,
Monday, August 13, 2001, 8:12:42 PM, you wrote:
B> You are probably only one in this mailing list with experiance of
B> work with russian language in PHP, I have another qwestion
B> concerning Opera and textarea - I can't make Opera to accept
B> cyrillic text in textareas
I'm sorr
Hi,
Is there any way to send an ICMP ping (or packet) from PHP?
(without using exec("ping")!!)
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
Fax - +44(0)8707052859
==
--
PHP General Maili
* Dan Pierce <[EMAIL PROTECTED]> [010813 09:24]:
> Does anyone have any experience with www.linuxwebhost.com or www.addr.com?
I have been using linuxwebhost for most of my websites during the past
year. I am generally satisfied, though I have been waiting for a
reply from tech support on some qu
I tried using the ini_set() but did not affect ..
Can you tell me the commands I should use?
- for the .htaccess : I only few knowledge about using .htaccess, so can you
tell me what to write in the
.htaccess file ?
Thanks
Mahmoud
-Original Message-
From: Maxim Maletsky [mailto:[EMAIL P
208.251.146.123 - - [13/Aug/2001:22:24:27 +0800] "GET
/default.ida?NNN
N%u90
No, that's the rather old one. That would be CR1.
Tyler Longren
Captain Jack Communications
[EMAIL PROTECTED]
www.captainjack.com
On Mon, 13 Aug 2001 22:27:06 +0800
"Mark Lo" <[EMAIL PROTECTED]> wrote:
> 208.251.146.123 - - [13/Aug/2001:22:24:27 +0800] "GET
>
/default.ida?NNN
very amusing indeed.
Go learn php and when youll have answer send it or stfu.
you might start with your own site: www.PHPBeginner.com
and then go to http://logos.uoregon.edu/explore/socioling/politeness.html to
learn how to behave !
Its amazing how many people are rude !
- Original Message
get
MS Patches from
http://www.digitalisland.com/codered/
- Original Message -
From: Mark Lo <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; php general <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 7:57 PM
Subject: new one is it ??
> 208.251.146.123 - - [13/Aug/2001:22:24:27 +0800] "G
That's code red atack. Apache will be ok.
At 10:27 PM 8/13/2001 +0800, Mark Lo wrote:
>208.251.146.123 - - [13/Aug/2001:22:24:27 +0800] "GET
>/default.ida?NNN
>
Anyone know why I get this when I run buildconf for php or phpgtk on
redhat 7.1? I have autoconf 2.13
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_POP
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf
That's pretty cool. Alas, the 'whois' part of the code doesn't work
properly (at least on my system).
- Tim
On 13 Aug 2001 10:21:45 -0500, Mark Roedel wrote:
> I rather liked this approach that I saw posted in another list:
>
> http://www.klippan.seths.se/default.phps
>
> (Does some ho
What libtool version are you using ?
libtool --version
- Markus
On Mon, Aug 13, 2001 at 12:57:42PM -0400, Daniel Adams wrote :
> Anyone know why I get this when I run buildconf for php or phpgtk on
> redhat 7.1? I have autoconf 2.13
>
> autoconf: Undefined macros:
> ***BUG in Autoconf--please
1.4b
On Mon, 13 Aug 2001, Markus Fischer wrote:
> What libtool version are you using ?
>
> libtool --version
>
> - Markus
>
> On Mon, Aug 13, 2001 at 12:57:42PM -0400, Daniel Adams wrote :
> > Anyone know why I get this when I run buildconf for php or phpgtk on
> > redhat 7.1? I have autoconf 2.
There it is.
You need 1.4 .
No trailing a or b or whatsoever.
- Markus
On Mon, Aug 13, 2001 at 01:20:50PM -0400, Daniel Adams wrote :
> 1.4b
>
> On Mon, 13 Aug 2001, Markus Fischer wrote:
>
> > What libtool version are you using ?
> >
> > libtool --version
> >
> > - Markus
> >
> > On Mon, A
Sorry ..
I read the doc. and I tried sendmail_from and _path but did not affect
also I tried to use a seperate function (directly through Sendmail) but did
not work (I did not get any emails)
-Original Message-
From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]]
Sent: Mon
Way cool... with a bit of work, one could query ARIN, RIPE, and APNIC until
an answer was received (that's what I'm modifying it to do) else die. With
the timeout set to "forever", what would we care if it takes a few extra
seconds to go spy-out a potential (would-be-if-we-were-running-IIS)intrud
On Mon, 13 Aug 2001 09:43:56 -0500 impersonator of [EMAIL PROTECTED]
(Tyler Longren) planted &I saw in php.general:
>The only real way to see the php code is if you don't have the webserver
>set to parse the code...then it will just be displayed on the page (or
>downloaded). If you're really par
hey-
I wrote this form checker/mailer for my website. I feel like I may have
written it wrong, however there are a few things I wanted to ask about. I
think I may be having a problem with how I'm checking if the mail was sent,
or maybe something with the if statement to see if the submit button w
Well, you could send the junk data to micro$oft instead.
-Original Message-
From: Scott Brown [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 7:52 AM
To: 'scott [gts]'; [EMAIL PROTECTED]
Subject: RE: [PHP] new one is it ??
Unfortunately, you're punishing the infected person, ra
On 13-Aug-2001 Tamas Bucsu wrote:
> hi guys,
>
> I'd like to get the query string the browser sends to the script. The
> problem is that since the $HTTP_POST_VARS (or $HTTP_GET_VARS ) is an
> associative array I can't use numbers to point to the elements of this
> array. This piece of code does
Something like this, perhaps (untested):
function smart_ucwords($String)
{
$ExceptionList = array('the', 'an', 'a'); # should all be in lowercase
$String = ucwords(strtolower(ltrim($String))); # LINE A
foreach ($ExceptionList as $Word)
{
$String = eregi_
1 - 100 of 209 matches
Mail list logo