php-windows Digest 3 Feb 2004 00:25:32 -0000 Issue 2105

2004-02-02 Thread php-windows-digest-help
php-windows Digest 3 Feb 2004 00:25:32 - Issue 2105 Topics (messages 22695 through 22711): Re: imitating browser 22695 by: Svensson, B.A.T. (HKG) 22696 by: Meteorlet 22700 by: Justin Patrin PHP Programmer 22697 by: Cesar Cordovez tutorial 22698 by: C

Re: [PHP-WIN] tutorial

2004-02-02 Thread Trystano
If you a beginner, then the online manual might not be a good start. I still find the maual quite complex (must just be me :s). Got to HotScripts.com, theu have some tasty scrripts there, with some actual hands on implementations of PHP and MySQL. Tryst

RE: [PHP-WIN] tutorial

2004-02-02 Thread Svensson, B.A.T. (HKG)
"Learn in 24 hours"... Oh dear -Original Message- From: jon roig To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED] Sent: 2004-02-02 20:01 Subject: RE: [PHP-WIN] tutorial The manual is indispensible, but personally, I've found the Sams "Learn in 24 Hours" tutorial to be the best. Basicall

RE: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Svensson, B.A.T. (HKG)
LOL! (It's rare to see such humble self critisism.) -Original Message- From: Ignatius Reilly I haven't. Ignatius _ - Original Message - From: "Cyrus Misthalin" How have you learned PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP-WIN] Online-php-games

2004-02-02 Thread Svensson, B.A.T. (HKG)
> Does someone of you own a php-online-game? No, but I own a two materia transporters (read: bicycles), it's almost as cool. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Svensson, B.A.T. (HKG)
-Original Message- From: Cyrus Misthalin > How have you learned PHP? How do you mean? To learn the syntax and sematics of php, one just need to read the online manual. To learn to write php code, one only have to learn the principles of programming, the the rest is just a matter of re

[PHP-WIN] Converting from ASP to PHP

2004-02-02 Thread Duane Lakoduk
Hello all, I have been developing ASP sites and applications for about 7 years. Recently, I have been considering doing some of my new development projects in PHP. Depending on the learning curve, I will have to support and continue ASP for some time. I know there a lots of resources available f

Re: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Ignatius Reilly
I haven't. Ignatius _ - Original Message - From: "Cyrus Misthalin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 20:03 Subject: [PHP-WIN] How have you learned PHP? How have you learned PHP? -- PHP Windows Mailing List (http://www.p

RE: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Charles P. Killmer
Mainly the php.net documentation and this forum. -Original Message- From: Cyrus Misthalin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:03 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How have you learned PHP? How have you learned PHP? -- PHP Windows Mailing List (http://

[PHP-WIN] Online-php-games

2004-02-02 Thread Cyrus Misthalin
Does someone of you own a php-online-game?

[PHP-WIN] How have you learned PHP?

2004-02-02 Thread Cyrus Misthalin
How have you learned PHP?

RE: [PHP-WIN] tutorial

2004-02-02 Thread jon roig
The manual is indispensible, but personally, I've found the Sams "Learn in 24 Hours" tutorial to be the best. Basically, it breaks learning PHP/Mysql in 24 bite-sized chunks, letting you learn at your own pace... At any rate, that's how I picked it up... (I program in PHP for a living now... So it

[PHP-WIN] Re: imitating browser

2004-02-02 Thread Justin Patrin
Donatas wrote: Has anyone ever tried to imitate a browser with PHP or seen code snippets that could help? Scenario would be (everything via PHP): -login to the page sending username and password and all other necessary fields via POST -now that the script is "logged in (session started)" we my u

RE: [PHP-WIN] tutorial

2004-02-02 Thread Svensson, B.A.T. (HKG)
In my oppinion, the online manual. -Original Message- From: Cyrus Misthalin To: [EMAIL PROTECTED] Sent: 2004-02-02 18:27 Subject: [PHP-WIN] tutorial What is the best tutorial for PHP? Best online-course? And Best book? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] tutorial

2004-02-02 Thread Cyrus Misthalin
What is the best tutorial for PHP? Best online-course? And Best book?

[PHP-WIN] PHP Programmer

2004-02-02 Thread Cesar Cordovez
PHP Programmer needed badly in the Miami/Dade Area. eMail me off line to get some details. =) Cesar -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: RE: [PHP-WIN] imitating browser

2004-02-02 Thread Meteorlet
Svensson, B.A.T. (HKG),Hello! I agree with what Svensson said.I can give you some details. You MUST know how to REMEMBER your link state and information for a browser.It's related with cookie,that's to say,Set-Cookie & Cookie field of HTTP header.such as: Set-Cookie: PHPSESSID=akj

RE: [PHP-WIN] imitating browser

2004-02-02 Thread Svensson, B.A.T. (HKG)
OF course it possible, otherwise it would not be possible to write a web browser in the first instance. ;) Check out the HTTP protocol at www.w3.org, and then start out by making a manual telnet connection to port 80, that should make you familary with the principles. After that it should be fairl

php-windows Digest 2 Feb 2004 10:47:51 -0000 Issue 2104

2004-02-02 Thread php-windows-digest-help
php-windows Digest 2 Feb 2004 10:47:51 - Issue 2104 Topics (messages 22692 through 22694): Re: User authentication problem 22692 by: Meteorlet 22693 by: Svensson, B.A.T. (HKG) imitating browser 22694 by: Donatas Administrivia: To subscribe to the digest, e-mail:

[PHP-WIN] imitating browser

2004-02-02 Thread Donatas
Has anyone ever tried to imitate a browser with PHP or seen code snippets that could help? Scenario would be (everything via PHP): -login to the page sending username and password and all other necessary fields via POST -now that the script is "logged in (session started)" we my use a search for