Re: [PHP] Re: Clone of the concurrent users limit of Zend Encoder 4.0 ?

2006-02-11 Thread HoWang Wang
Curt Zirzow wrote: On Sat, Feb 11, 2006 at 12:48:50PM +0800, HoWang Wang wrote: HoWang Wang wrote: Hi all, The Zend Encoder 4.0 (beta) have a new function in the license manager which can limit the number of concurrent users. I have wriiten something to work like it. But I found a problem. M

[PHP] Class/functions question

2006-02-11 Thread Paul Goepfert
Hi all, I building a website with PHP. I am going to be using functions to deal with vaildation. I am putting all the methods in a class called Validation. My problem is I do not know how to call the function. Well I shouldn't say that. I know how to call functlions, I just just don't know ho

[PHP] Asynchronous Processing

2006-02-11 Thread Gustavo Rios
Hey folks, i am writing a small program in C that does mysql queries. The problem i am facing is that it is done in synchronous fashion. I wonder how php does mysql queries in asynchronous fashion? Thanks for your time and cooperation. Best regards. -- PHP General Mailing List (http://www.php.n

[PHP] unsupported binary characters in database,

2006-02-11 Thread Mark Steudel
I have the following encryption function: function RC4( $data) { //ecncrypt $data with the key in $keyfile with an rc4 algorithm $pwd = implode('', file(/key.php')); $pwd_length = strlen($pwd); for ($i = 0; $i < 255; $i++) { $key[$i] = ord(substr($pwd, ($i % $pwd_length

Re: [PHP] Re: Clone of the concurrent users limit of Zend Encoder 4.0 ?

2006-02-11 Thread Curt Zirzow
On Sat, Feb 11, 2006 at 12:48:50PM +0800, HoWang Wang wrote: > HoWang Wang wrote: > > Hi all, > > > > The Zend Encoder 4.0 (beta) have a new function in the license manager > > which can limit the number of concurrent users. I have wriiten something > > to work like it. But I found a problem. My

Re: [PHP] Can't insert values into MySQL DB via PHP

2006-02-11 Thread Duggles Temple
An update to my (former) problem: Hi, I've taken all your advice on debuggin, netequitte and the like. It works now and I would like to thank you all for your help in my stupidly newbie question. Thanks :)

Re: [PHP] how to learn php

2006-02-11 Thread Kevin Kinsey
tedd wrote: hello i have been trying to learn php. what is the best approach to learning php for someone who has no programming experience? -snip- any advice and/or opinions would be greatly appreciated. thanks. First, welcome to the language. Second, I suggest that you find a beginne

RE: [PHP] how to learn php

2006-02-11 Thread Weber Sites LTD
Btw, if we are talking about tutorials :) PHP 101 (part 1): Down The Rabbit Hole http://www.weberdev.com/ViewArticle/433 PHP 101 (part 2): Calling All Operators http://www.weberdev.com/ViewArticle/435 PHP 101 (part 3): Looping The Loop http://www.weberdev.com/ViewArticle/436 PHP 101 (part 4): T

Re: [PHP] Weirdness with PHP FreeBSD/OSX/Linux headers already sent

2006-02-11 Thread Eric Butera
To respond I do know the paths to the php.ini for all of the servers I used. In all of my scripts I turn error_reporting to E_ALL and use a custom error handler script to deal with errors. I was just looking for the setting that could cause the problem and its the ouput_buffering directive. I th

Re: [PHP] how to learn php

2006-02-11 Thread [EMAIL PROTECTED]
tedd wrote: hello i have been trying to learn php. what is the best approach to learning php for someone who has no programming experience? -snip- any advice and/or opinions would be greatly appreciated. thanks. Here's a tutorial I found useful, and would be good for someone without a pr

[PHP] scope of classes in PHP

2006-02-11 Thread Stuart Bailey
Hi I'm developing an app to administer LDAP (phpLdapAdmin is too complex for the customer). I have created an LDAP class, in a file class_ldap.php. It include methods for connecting to the server, binding a DN (effectively login), and adding posix groups. I have an index.php with include_once '

Re: [PHP] how to learn php

2006-02-11 Thread tedd
hello i have been trying to learn php. what is the best approach to learning php for someone who has no programming experience? -snip- any advice and/or opinions would be greatly appreciated. thanks. First, welcome to the language. Second, I suggest that you find a beginner's book -- if

Re: [PHP] Oracle buying out Zend ... how does that affect PHP?

2006-02-11 Thread Kevin Kinsey
Marc G. Fournier wrote: http://www.businessweek.com/technology/content/feb2006/tc20060209_810527.htm "Also in Oracle's crosshairs: closely held Zend, based in Cupertino, Calif. Zend's PHP software language is one of the most prevalent on the Web, present in more than 18 million Web sites.

Re: [PHP] SQL request on DBase file...

2006-02-11 Thread David BERCOT
> >Hi, > > > >I have to rewrite an application from ASP. In this application, I > >receive DBase files which may be saved into Oracle. > >In ASP, I used a generic driver and I made SQL requests on these files. > >It is possible with PHP on Linux ? > >Do you have some examples ? > > > >Thank you ver

Re: [PHP] how to learn php

2006-02-11 Thread Sam Smith
I started out by getting a reference manual, one with every function describing what the function does. Just like the php.net online function reference but one that can be read lying on the couch. Now when I need some code to do something I'll remember there's a function for it (maybe) and I go t

RE: [PHP] how to learn php

2006-02-11 Thread Weber Sites LTD
If you like to learn while playing, you may want to look at http://www.webertrivia.com. You can learn PHP, MySQL And Linux while playing trivia :) Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP & MySQL Forums : http://www.weberforums.com Search