On Sat, Feb 13, 2010 at 7:41 PM, Jochem Maas wrote:
> Op 2/13/10 11:36 AM, Eric Lee schreef:
> >
> >
> > On Sat, Feb 13, 2010 at 6:55 PM, Jochem Maas > <mailto:joc...@iamjochem.com>> wrote:
> >
> > Op 2/13/10 10:08 AM, Lester Caine schreef
On Sat, Feb 13, 2010 at 6:55 PM, Jochem Maas wrote:
> Op 2/13/10 10:08 AM, Lester Caine schreef:
> > Rene Veerman wrote:
> >> Hi.
> >>
> >> I'm looking for the most efficient way to insert several records and
> >> retrieve the auto_increment values for the inserted rows, while
> >> avoiding cripp
On Sat, Feb 13, 2010 at 2:07 PM, Rene Veerman wrote:
> Hi.
>
> I'm looking for the most efficient way to insert several records and
> retrieve the auto_increment values for the inserted rows, while
> avoiding crippling concurrency problems caused by multiple php threads
> doing this on the same t
On Sat, Feb 13, 2010 at 7:33 AM, Ryan Sun wrote:
> In that case, referer is for authentication, and id is for authorization, I
> think
>
> On Fri, Feb 12, 2010 at 6:23 PM, Ashley Sheridan
> wrote:
>
> > On Fri, 2010-02-12 at 18:25 -0500, Ryan Sun wrote:
> >
> > authenticate by remote domain name
2010/2/11 Jim Lucas
> Dasn wrote:
>
>> I got the syntax error. Why?
>>
>
>
only constant literal is allowed.
You can think that it is static complie but not on runtime .
Regards,
Eric,
> Read the first paragraph on the following page.
>
> http://us3.php.net/manual/en/language.oop5.propertie
On Thu, Feb 4, 2010 at 9:20 AM, Dennis J. wrote:
> On 02/04/2010 02:03 AM, Ashley Sheridan wrote:
>
>> On Thu, 2010-02-04 at 01:41 +0100, Dennis J. wrote:
>>
>>> Hi,
>>> I'm trying to implement something similar to"tail -f" in php but I'm
>>> running into a problem.
>>> The issue occurs when I'v
On Sat, Jan 30, 2010 at 7:27 PM, Ali Reza Sajedi wrote:
> Hello,
>
> When uploading a file the variable $_FILES['userfile']['tmp_name'] is not
> set and when debugging I get the following error although /tmp folder exists
> and the permissions are set to 777:
>
> $_FILES['userfile']['error'] = 6
>
On Sat, Jan 30, 2010 at 9:00 AM, Shawn McKenzie wrote:
> Mari Masuda wrote:
>
> > Has anyone ever successfully used php://memory before? If so, what
> > can I do to use it in my code? Thank you.
>
> No, but I was intrigued to try it, so I tested this:
>
> $text = 'Some text.';
> file_put_content
Hi all and thanks for Ryan,
I apologize ! !
I have missed out the small class_exists call before it.
Thanks.
Regards,
Eric,
2010/1/29 Ryan
> 于 2010-1-29 13:19, Ashley Sheridan 写道:
> > On Fri, 2010-01-29 at 13:02 +0800, Eric Lee wrote:
> >
> >
> >> Hi php-dev
On Fri, Jan 29, 2010 at 1:19 PM, Ashley Sheridan
wrote:
> On Fri, 2010-01-29 at 13:02 +0800, Eric Lee wrote:
>
> Hi php-dev pros,
>
> I got an issue about catching exception throw from __autoload on php 5.3.1.
>
> The manual state that exception throw from __autoload could
Hi php-dev pros,
I got an issue about catching exception throw from __autoload on php 5.3.1.
The manual state that exception throw from __autoload could be catched with
try.. catch statement same as the normal flow.
But I'can archive that even I have copied the same sample code from the
manual.
On Wed, Jan 27, 2010 at 11:44 PM, Ashley Sheridan
wrote:
> On Wed, 2010-01-27 at 10:42 -0500, Paul M Foster wrote:
>
> > "... should be obvious - but are often overlooked - points within coding
> > practice that can cause the programmer to develop bad habits and bad
> > code." - Dan Brown
> >
> >
Hi Micheal,
One of way for this should be by checking the header of the file with its
OggS magic number.
You may take a look at this page to see if it could help !
http://en.wikipedia.org/wiki/Ogg
But I'am confused that the mime type should be enough what type of data its
coming !
Are there are
On Wed, Jan 27, 2010 at 11:04 AM, Paul M Foster wrote:
> I have a class which instantiates other classes, and has a magic method
> like this:
>
> function _get($classname)
> {
>return $this->instantiate($classname);
> }
>
> Obviously, the class also has an instantiate method which does wha
Hi, all
I'am doubted about installing a local mail server for just low volume
mailing.
May I ask all yours professional what do you think about it ?
Thanks in advanced.
Regards,
Eric,
> --
> Jim Lucas
> NOC Manager
> 541-323-9113
> BendTel, Inc.
> http://www.bendtel.com
>
> --
> PHP Gener
On Tue, Jan 26, 2010 at 12:02 PM, Angus Mann wrote:
> Hi all.
>
> I'm currently using the phpmailer class from phpmailer.worxware.com to
> send datatbase -populated emails to clients.
>
> At the moment I'm runninng PHP on Windows and using the built-in sendmail
> equivalent packaged with XAMPP. I
On Tue, Jan 26, 2010 at 6:41 AM, Ernie Kemp wrote:
> Good Day,
>
>
>
> I’m having an issue with IE8, when I go to load a file the
> program is not filling the $_FILES['user_file']['type'] .
>
> When I display “echo "Start".$_FILES['pix']['type']."End";”
> in I
Hi, all,
I'am not able test it out now.
Did you tried to change the collation to utf8_bin from utf8_general_ci ?
Eric,
Regards,
On 1/22/10, Ryan Park wrote:
>
> Forgot to reply all.
>
> You can see that it's in the middle of the sql statement.
> It looks fine here but some how it breaks durin
Hi,
As I know that php did't setting user name and password.
So, just install any smtp server with authenticaton set to "no
authentication"
Much list IIS smtp server.
Eric,
Regards,
On 1/16/10, Andy Shellam wrote:
>
> Hi,
>
> >
> > Also http://www.softstack.com/freesmtp.html which vikash men
On 12/30/09, Jignesh Thummar wrote:
>
> It is problem with mysql client, it's not able to connect with mysql
> server.
> Either mysql server is not running or windows firewall is blocking to the
> access of port 3306. Try to disable firewall.
>
> -Jignesh
>
> On Wed, Dec 30, 2009 at 11:41 AM, Sudh
Ben
It seems that you can just update the column with a update query like this,
update table set field = field + 1 where some condition
This might be the thing you need.
Eric
On 12/29/09, Ben Miller wrote:
>
> I hope this isn't a bone-head question - Is there a MySQL query that will
> incr
21 matches
Mail list logo