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
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
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
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
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
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 :)
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
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
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
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
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 '
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
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.
> >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
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
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
16 matches
Mail list logo