Google for that error message.
We just discussed it days ago...
I forget what it was, but the answer's in the archives.
On Tue, May 24, 2005 5:15 pm, Jim & Sara Feldman said:
> Hi:
>
> Adding a detail to my previous note on the mysql connect problem:
>
> At the point where I attempted to conne
I need to install the cybercash module on a Debian Sarge system. I
really want to keep Debian's PHP packages, and just build this as a
shared module. At least one post in the archives indicates that this is
possible, as does one changelog entry. However, no specifics were offered.
Here's wh
On Tue, May 24, 2005 7:24 am, Rahul S. Johari said:
> I¹m trying to delete all files in a folder based on a string match with
> the
> following code:
>
> $dir = '/Library/WebServer/Documents/something.com/subfolder/';
> $dp = opendir($dir) or die ('Fatal Error: '.mysql_error());
> while ($file = r
On Tue, May 24, 2005 8:25 am, Christopher J. Bottaro said:
>> I think Richard is a fairly intelligent person, if he had been insulting
>> you I'm quite sure that he would have done a much better job ;-)
Oh yeah. :-)
> Thats great, I'm sure he's the reigning "cut down contest" champ on this
> list
On Tue, May 24, 2005 2:08 pm, Murray @ PlanetThoughtful said:
> I'm wondering if anyone knows of a 'db aware' text editor? By 'db aware',
> I
> mean one that can pull a recordset back from a local MySQL server and edit
> the content of fields much like a standard text editor does with files.
You'v
Hi:
Adding a detail to my previous note on the mysql connect problem:
At the point where I attempted to connect, I added a printout of the
error generated when the instruction ran. The two lines now read:
$result = mysql_pconnect("localhost", "api_user", "x97533");
echo "Tried to connect. Pr
On Tue, May 24, 2005 3:32 pm, Marek Kilimajer said:
> Andy Pieters wrote:
>> Hi all
>>
>> I was wondering if it is normal that when posting to the php-general
>> list
>> there is always a very long delay before messages are shown.
>>
>> It's not like with snail mail. Sending mail messages is insta
On Tue, May 24, 2005 2:14 pm, Jim & Sara Feldman said:
> $result = mysql_pconnect("localhost", "api_user", "97533");
if (!$result) die(mysql_error());
Try it without the 'p' in pconnect, which you probably aren't using in the
other connections in your testing.
--
Like Music?
http://l-i-e.
Andy Pieters wrote:
Hi all
I was wondering if it is normal that when posting to the php-general list
there is always a very long delay before messages are shown.
It's not like with snail mail. Sending mail messages is instant so where is
the delay?
I think John Nichel took over the job of
Hi:
I have recently upgraded from a Mac G4 running OS 10.3.9 to a
G5 running OS 10.4. I ported a working PHP app and upgraded from PHP
4.3.4 to 4.3.10 and MySQL 4.0.17 to 4.1.11. I am having a problem
connecting to MySQL from PHP.
I can connect to the database using either phpMyADMIN or
Hi All,
I'm wondering if anyone knows of a 'db aware' text editor? By 'db aware', I
mean one that can pull a recordset back from a local MySQL server and edit
the content of fields much like a standard text editor does with files.
I could probably build myself a simple one in Java, but before I u
Hi all
I was wondering if it is normal that when posting to the php-general list
there is always a very long delay before messages are shown.
It's not like with snail mail. Sending mail messages is instant so where is
the delay?
With kind regards
Andy
--
Registered Linux User Number 379
> [Course, when you *DO* need RegEx it's *more* than a bit of a headache.
> More like a migraine :-)]
One of these days I will truly master regular expressions. After that,
enlightenment should be easy.
Regards,
Murray
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Hello Christopher,
Tuesday, May 24, 2005, 4:25:08 PM, you wrote:
CJB> Again, I don't see whats wrong with trying to get fixed what I
CJB> think is wrong.
PHP is full of things I'm sure lots of us would like to see work
differently (personally I'd love to see Java style overloading and to
do away
Hi all.
I can't seem to figure this one out. I am trying to output a string
for a javascript that builds a DHTML tree. The sample string looks
like this:
[
['Executive Director', null, null,
['Executive Assistant ', null, null],
['Operations Director', null, null,
Jochem Maas wrote:
>>>On Sun, May 22, 2005 3:24 pm, Christopher J. Bottaro said:
>>>
And what would make it any different from a normal recursive function?
>>>
>>>The fact that *ANY* attempt to access a mis-typed property would kick in
>>>a __get() call, and that's too frickin' easy to happen
Mário Gamito wrote:
Hi,
hi,
the subject line of your post is not so good - make the subject relevant
to your question, asking 'why doesn't this work' is like asking 'why are we
here'.
its liable to get you either:
a, no answers.
b, answers like this one.
c, really useful answer like '42'
o
Ave,
I¹m trying to delete all files in a folder based on a string match with the
following code:
Erase Successful!All images up to $date, have been
permanently erased from the Server.";
?>
I need the code to delete all images created till yesterday, and leave
images created today. Somehow strtot
Ave,
I tried:
window.location=\"delete.php?email=$email\"
";
}
?>
In a simple page. It worked absolutely fine... The value of $email was
passed along to delete.php
I don't think there's something wrong with your code below.. There might be
some other reason affecting the transfer of the $
Mário Gamito wrote:
Hi,
Hi have this bit of code:
-
echo"
window.location=\"valid_cv_insert.php?email=$email\"
";
-
but when passing to file valid_cv_insert.php, $email value doesn't go
Hi,
Hi have this bit of code:
-
echo"
window.location=\"valid_cv_insert.php?email=$email\"
";
-
but when passing to file valid_cv_insert.php, $email value doesn't go along.
The page that
A few months back I signed up for the O'Reilly Safari Bookshelf. For
about $20 a month you can check out up to 10 books to read online (put
them on your bookshelf). Too many times I've bought a book and found
only one or two chapters helpful. Or bought a book for a specific
chapter. Now I can j
Christopher J. Bottaro wrote:
Richard Lynch wrote:
On Sun, May 22, 2005 3:24 pm, Christopher J. Bottaro said:
And what would make it any different from a normal recursive function?
The fact that *ANY* attempt to access a mis-typed property would kick in a
__get() call, and that's too frick
Christophe Chisogne wrote:
Jochem Maas a écrit :
if someone with access to the webserver hosting jnsolutions.co.uk could
do a quick rm -rf /home/jnsoluti/.autorespond that would be great :-)
To that someone, here's the admin URL (cPanel 9) if you forgot it :)
http://jnsolutions.co.uk:2082/
Jochem Maas a écrit :
> if someone with access to the webserver hosting jnsolutions.co.uk could
> do a quick rm -rf /home/jnsoluti/.autorespond that would be great :-)
To that someone, here's the admin URL (cPanel 9) if you forgot it :)
http://jnsolutions.co.uk:2082/
Ch.
--
PHP General Mailing
if someone with access to the webserver hosting jnsolutions.co.uk could
do a quick rm -rf /home/jnsoluti/.autorespond that would be great :-)
Original Message
Return-Path: <[EMAIL PROTECTED]>
X-AntiAbuse: This header was added to track abuse, please include it with any
abuse re
Chris Shiflett wrote:
Andy Pieters wrote:
I am looking at where I can get my system tested for penetration.
[ snip ]
You might want to check out the links Christophe mentioned, as these
provide free advice, which seems to be more along the lines of what you
want.
I recently stumbled ont
Richard Lynch wrote:
On Mon, May 23, 2005 5:40 am, Jochem Maas said:
your site would make you look less like monopolistic idiots (why is it
that the
organisations with the most freaking money are the least capable of
providing a
_proper_ site...?)
Because their expert friend company (the one
Christopher J. Bottaro wrote:
Richard Lynch wrote:
On Sun, May 22, 2005 3:24 pm, Christopher J. Bottaro said:
And what would make it any different from a normal recursive function?
The fact that *ANY* attempt to access a mis-typed property would kick in a
__get() call, and that's too frick
On Mon, May 23, 2005 5:40 am, Jochem Maas said:
> your site would make you look less like monopolistic idiots (why is it
> that the
> organisations with the most freaking money are the least capable of
> providing a
> _proper_ site...?)
Because their expert friend company (the one with the most mo
On Mon, May 23, 2005 8:43 am, Christopher J. Bottaro said:
You took my suggestions as flames, and responded in kind.
They were not intended as such.
I'm happy to assume that you're the best programmer on the planet, okay?
Let's cut the flames out.
> case. Its insulting to our intelligence as
On Mon, May 23, 2005 8:43 am, W Luke said:
> I really struggle with regex, and would appreciate some guidance.
> Basically, I have a whole load of files (HTML) which are updated every
> few minutes. I need to go through each line, looking for the word
> CONFIRMED: (which is always in capitals, and
On Mon, May 23, 2005 8:46 am, Rahul S. Johari said:
> If I had misunderstood your method and you think your method is better
> then
> what I'm using now, I'd still really appreciate if you can clarify and
> explain.
Your method is fine.
In fact, it penalizes IE for some stupidity in its caching,
33 matches
Mail list logo