> Hay guys, Where is the best place to search the
> general-php archives (o;
>
first place:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-8&group=php.general
runner up:
http://marc.theaimsgroup.com/?l=php-general
olinux
__
Checkout htdig www.htdig.org
--- [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> Hi All,
>
> I'm looking for a PHP program like mnoGoSearch but
without the need to
> recompile it with PHP. Does such a PHP program
exist?
>
> Basically, I want the program to index file types of
.doc, .txt, .html,
check this out - works like a charm
http://www.phpbuilder.com/columns/tim2526.php3
Pop this in your root htaccess
ForceType application/x-httpd-php3
Create file "users" (no extension)
In the users file explode() $REQUEST_URI or $PATH_INFO
to get your variables for the scrip
I dont think transparent PNG's are possible with GD
Maybe v2.0 will have something?
olinux
--- Cam <[EMAIL PROTECTED]> wrote:
> I've got PHP 4.2 and what I believe to be the newest
> version of the GD
> library up and running.. For some reason, my PNG
> im
Anyone ever run virus scans via PHP exec command?
Is it possible? I am trying to persuade the company to
go with Qmail and this would be a killer benefit as
we've spent the past 2 days trying to rid klez.
Thanks much,
olinux
__
Do You
php/mysql and tons of other features. The absolute
best control panel I have seen. (demo on their site).
Great support when needed as well.
http://www.websitesource.com
olinux
--- Kyle Gibson <[EMAIL PROTECTED]> wrote:
> > My clients aren't rich big money folks but I need
>
in a human friendly format of choice.
http://www.mysql.com/doc/D/a/Date_and_time_functions.html
olinux
--- John Fishworld <[EMAIL PROTECTED]> wrote:
> Okay so I've then got
>
> 2002-05-08
> and whats then the best way to manipulate it
> regarding
> plus 3 days or plu
$dirPath = "C:\somepath";
$dhandle = opendir($dirPath);
while ($filename = readdir($dhandle)) {
echo $filename . "";
}// end read filenames
--- Andreas Indahl <[EMAIL PROTECTED]> wrote:
> Hi!
>
> How can I read all files in a directory, when I
> don't know which files are
> there?
>
> Sin
/manual/en/ref.filesystem.php
olinux
--- Robert Mena <[EMAIL PROTECTED]> wrote:
> Hi, I'd like to know if anyone has good references
> (links, ps, pdf etc) about building a crawler and
> tips
> regarding doing that with PHP.
>
> This would be mo
elseif ($a == 'south') return 2;
elseif ($a == 'east') return 3;
elseif ($a == 'midwest') return 4;
}
uksort ($articles, "cmp");
Thanks much,
olinux
__
Do You Yahoo!?
LAUNCH - Yo
a
recent (large) investment in an ASP/MSSQL db project
they do not want to move from IIS. I'm not familiar
with ASP so I'd rather not go that route.
We are a news site with about 6000 articles and 15-20
additions each day. 600,000 monthly page views growing
by @ 40,000 per mo
I delete everything that doesn't include the topic of
the question in the subject line. Stop replying and
they'll learn how to address an email or search the
manual/google.
olinux
--- Christoph Starkmann <[EMAIL PROTECTED]> wrote:
>
> Hi Ray!
>
> > I am in tota
http://www.zend.com/codex.php?CID=22
olinux
--- David Johansen <[EMAIL PROTECTED]> wrote:
> I was wondering if someone just point me to a good
> example of a PHP
> interface for Authorize.net to work with ADC Relay
> Response. Thanks,
> Dave
>
>
>
> --
What is wrong with simply using the log files. Seems
to me this is a lot of excess overhead for very little
data. A low end log analyzer will provide this same
info and much more. (and possibly free... such as HTTP
Analyze - http://www.netstore.de/Supply/http-analyze/)
olinux
--- "S
Here's a start.
http://www.phpbuilder.com/columns/tim2526.php3
olinux
--- Marc <[EMAIL PROTECTED]> wrote:
> hi
>
> how can i use php to list keywords in search engines
> ?!?
> how to index a website keywords via php =)
>
> plz mail
>
> thx
>
than number strings
so -
$article_type = array("news" => 1,"opinion" =>
2,"finance" => 3);
Maybe it would be best to simply query for WHERE
article_type = 'news' etc.
Thanks much,
olinux
__
Do You Y
Never used any of these, but probably what you're
looking for:
http://www.zend.com/codex.php?CID=345
http://www.hotscripts.com/PHP/Scripts_and_Programs/Graphs_and_Charts/
olinux
--- Christian Calloway <[EMAIL PROTECTED]> wrote:
> hey ppl,
>
> I need to create some f
t; $article_type = array("news" => 1,"opinion" =>
2,"finance" => 3);
$sql = "SELECT * FROM articles WHERE article_type =
'2'";
/* where condition will contain other criteria as well
(date/region) */
olinux
--- Cal Evans <[EMAIL PROTECTED]&
101 - 118 of 118 matches
Mail list logo