\151\154\145\56\160\150\160";
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
to not load, though in that case it should
report an error. You can't use the dbg integrated in PHPEd after uninstall
because it doesn't work without PHPEd.
Arno
-Original Message-
From: Miles Thompson [mailto:[EMAIL PROTECTED]
Sent: 15 May 2007 08:21
To: PHP List
Subject: [PHP]
ought it
always had to be run under a web server, and would be interested to know
what the other options/opportunities are.
Cheers
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm not so sure if the botanist wasn't saying in a rather confused way that
he was playing on the same side as PHPClasses, even if he did profess to be
in the other team. Did he say he was rolling his own (in a way only
botanists can do) or not?
-Original Message-
From: Jochem Maas [mailt
Is there anything in your error log that says why it failed? (whatever
error_log points to in php.ini, or maybe what ErrorLog points to in
httpd.conf)
Arno
-Original Message-
From: Ivo F.A.C. Fokkema [mailto:[EMAIL PROTECTED]
Sent: 08 August 2006 01:42
To: php-general@lists.php.net
ed further than 2005.
Why do I get the weird lastweek values for 2001, 2002, and 2003?
I'm using PHP 4.3.4 on Win2000.
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Ducarom
Thanks, that clarifies the issue perfectly. Changing to 28 December now
reliably gives the last week number of the year every time.
Cheers
Arno
-Original Message-
From: Ducarom [mailto:[EMAIL PROTECTED]
Sent: 13 September 2006 09:23
To: [EMAIL PROTECTED]
Cc: php-general
Use one of the skins and
it's even better (I use the phpZ skin which displays a tab for the user
notes).
Cheers
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a match in
the urls. You can back this up with a proper T&C. If you've got something
like this in place you can fine-tune the keyword lists as the site develops
and you find consistent false matches or urls that slip through.
Arno
-Original Message-
From: Dave Goodchild [mailto:[EM
x27;t recognise
any server-side script in that output (which is what you've already
experienced).
Arno
DotContent
Professional Content Management Solutions
-Original Message-
From: Schalk [mailto:[EMAIL PROTECTED]
Sent: 17 March 2006 12:08
To: php-general@lis
be coding in a different language.
So...
(1) Why are these quotes being escaped even with magic_quotes_gpc off?
(2) Why doesn't stripslashes or str_replace remove the backslashes?
(3) How do I get rid of these backslashes without killing the server?
I'm sure I'm doing something really st
ut I've never really understood
the reason for having both. Is it to help find errors in sloppy coding, or
is there a case where including a file more than once is desirable (and
won't cause an error)?
Arno
DotContent
Professional Content Management So
>On 5/30/06, Arno Kuhl <[EMAIL PROTECTED]> wrote:
>
> I understand the difference well enough, but I've never really understood
> the reason for having both. Is it to help find errors in sloppy coding, or
> is there a case where including a file more than once is desir
ocessing
which I'd rather not have php busy with. (The php script rejects anything
where id=something_not_numeric.) Is there a way for apache to catch these
requests before passing it to php? Is it more efficient for apache to handle
this than php?
Arno
--
PHP General Mailing List (http:
ot;, but
> it takes processing which I'd rather not have php busy with. (The php
> script rejects anything where id=something_not_numeric.) Is there a
> way for apache to catch these requests before passing it to php? Is it
> more efficient for apache to handle this than php?
&
txt or php) on someone else's server. I was hoping there's a way to
tell apache to block requests where id=non_numeric.
Cheers
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Die hacker die!");
}
}
I'm sure there would be a way to do it with ModRewrite or something but it's
5 lines of code in php so I'd do it there *shrug*.
--
Thanks, I'm already doing something like that, but I want to stop it getting
to php.
Cheers
Arno
--
PHP
Hi Arno
No, when you use it's not filesystem specific any more. But I've
just found out that you can't match on the query-string.
> These images aren't on my server, and
> the requests aren't trying to access images on my server. What I see
> are requests us
t;no" is clicked they're disabled.
This code works fine in IE, Opera and Chrome, but gives a javascript error
in FF when I click the radio button: "autostartlabel is not defined".
However if I comment out the DOCTYPE line in the header it works fine in all
browsers including FF. (Too
-Original Message-
From: tedd [mailto:[EMAIL PROTECTED]
Sent: 30 October 2008 03:58 PM
To: [EMAIL PROTECTED]; 'PHP - General'
Cc: Arno Kuhl
Subject: Re: [PHP] DOCTYPE, javascript and Firefox
At 3:45 PM +0200 10/30/08, Arno Kuhl wrote:
>I came across an odd thing
e what DOCTYPE the browser chose
to use? The browser is obviously smarter than I am in selecting DOCTYPEs so
maybe I should follow its cue.
Thanks to everyone else who kindly responded as well, I really appreciate
it.
Cheers
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a non-object
When calling: getClientFullName
BTW try to top post.
--
Thodoris
--
Hi Theodoris
First place I'd look is to see if the sql query was successful.
If it failed you'll get this error.
You can try a simple test
$sth = $dbh->query($sql);
if
it will give you the date of the monday and the sunday of the current week
hope this solves your problem.
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is that you might sacrifice some speed(depends on the number of
records in the table.) If the table does not grow that fast most def
just flag the records as deleted.
my2c worth
--
Arno Coetzee
Developer
Flash Media Group
Office : 2712 342 7595
Mobile : 2782 693 6180
--
PHP General Mailing List
If it was working properly the function would be callable. Your include is
probably not working - change it to "require" and see if you get an error.
Using "include" doesn't give you an error if the include file is not found.
Arno
DotCont
sounds like this is specifically for html pages, or am I assuming wrong?
Do any of these or other search engines index html content held in a MySQL
database?
Arno
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thing yet to
match PhpED. I develop on Windows but there's a Linux version too (which I
haven't tried). If you're looking for a professional PHP IDE you won't find
better. And BTW I don't work for Nusphere, I just really like their product.
Arno
Do
et to
match PhpED. I develop on Windows but there's a Linux version too (which I
haven't tried). If you're looking for a professional PHP IDE you won't find
better. And BTW I don't work for Nusphere, I just really like their product.
Arno
Do
Or just append it...
Example:
$var = "";
$result = mysql_query(³SELECT filename, page_title FROM table²);
while ($row = mysql_fetch_assoc($result))
{
$var .= "{$row[page_title¹]}";
}
echo $var;
Arno
DotContent
101 - 129 of 129 matches
Mail list logo