links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
coohler, member since Feb 22, 2007
.
Search Everyone: "php",

Top "php" experts: glennm, nperriault, jdrsantos, jasonvogel, enrico.c, flocke,

Groups about "php": PHP, PHP, PHP, PHP, PHP applications, phpgurus,

1 - 10 of 10   Watch coohler
 
If the page is simply viewed in the browser, the request method will be GET. If the form has been submitted, the request method will be POST. So we first make a decision whether to display the form if the request method is not POST, or to process the form data if the request method is POST. The first time the page is viewed, the request method will be GET, so the next thing we do is obtain a reference to the current page that we can use in a ECHO or PRINT command. That reference is stored in the variable $me: $me = $_SERVER['PHP_SELF']; Now, if the request method is not POST, we just exit PHP and let the form be displayed.
by coohler 2008-11-24 17:17 php · forms
http://apptools.com/phptools/forms/forms1.php - cached - mail it - history
At the first line we check whether the form has been submitted and the php script has not been called directly.
by coohler 2008-11-24 16:57 tutorials · php · forms
http://webcheatsheet.com/php/form_processing.php - cached - mail it - history
Content-type: text/html; charset=utf-8
by coohler 2008-11-23 14:39 php · mysql · utf-8
http://www.malevolent.com/weblog/archive/2007/03/12/unicode-utf8-php-mysql/ - cached - mail it - history
by coohler 2008-11-23 14:17 php · utf-8
http://www.phpwact.org/php/i18n/utf-8 - cached - mail it - history
mysql_query("SET NAMES 'utf8')
by coohler 2008-11-23 11:16 php · utf-8
http://www.papascott.de/archives/2007/05/05/corrupted-utf-8-characters-with-php-and-mysql/ - cached - mail it - history
by coohler 2008-11-23 10:26 PHP · UTF-8 · MySQL
http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet - cached - mail it - history
by coohler 2008-11-22 20:05 php mysql · mysql · php
http://www.dbscripts.net/tutorials/php-mysql-intro/ - cached - mail it - history
by coohler 2008-11-22 19:41 php · utf · utf-8 · mysql
http://www.phpwact.org/php/i18n/utf-8/mysql - cached - mail it - history
Problem connecting to mysql db from php scripts. Client does not support authentication protocol requested by server; consider upgrading MySQL client
by coohler 2008-11-22 14:18 php · mysql
http://www.apachefriends.org/f/viewtopic.php?p=128771&sid=193fd9bc7110b9d718c1bc84b47e58b1 - cached - mail it - history
by coohler 2007-09-11 15:55 weather · php
http://53x11.com/?articleno=5 - cached - mail it - history
1 - 10 of 10  
Related Tags
 
- exclude ~ optional + require
Add Dates