- 10 code snippets for PHP developers « The html blog
in Tutorial > PHP with code php snippet snippets by 2 users
- Create Facebook PopUp Authentication Window using PHP and javascript
in Tutorial with connect facebook php popup sdk
- encryption - Best way to use PHP to encrypt and decrypt? - Stack Overflow
$encrypted = base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, md5($key), $string, MCRYPT_MODE_CBC, md5(md5($key))));
in Tutorial with decrypt encrypt password php
- Folder content in XML file
in Tutorial > PHP with files list opendir php xml by 2 users
- Formulário E-mail Flash+PHP - Flash | MXStudio
E-mail com PHP + FLASH AS2 e AS3
in Tutorial > Actionscript with as2 as3 e-mail email flash php tutorial
- Free Programming Resources
Free Programming Resources is a directory of programmer and webmaster tutorials, articles, forums, faqs, compilers, interpreters, free books and more
articles books code documentation faqs forums free java jsp libraries links pas perl php programming resources source tutorials
in Tutorial with c php programming tutorial by 16 users
- Get/Set
PHP Getters/Setters PHP, Java, Linux, JBOSS Seam | icurtain
in Ferramentas with generator gerador get php set
- How to send email from XAMPP (PHP) « Expertester
in Tutorial with from function gmail localhost mail php send sendmail xampp
- How to Use TimThumb to Crop and Resize Your Images
in Tutorial > PHP with crop image php resize
- index.php
rscms - PHP Classes
in phpclasses with php phpclasses template
- JavaScript in PHP
PHP Classes
in phpclasses with javascript php phpclasses validacao validation
- Loading dynamic data into Flash using AS3
in Tutorial > Actionscript with amf database dynamic php urlloader
- mailbox unavailable or not local error
mailbox unavailable or not local php
in Tutorial with local mail mailbox not or php unavailable witfish
- MorkaLork PHP Property Generator
in Ferramentas with generator get php set
- Passing variables to JavaScript < PHP
in Tutorial with aspas duplas echo javascript js php quotes simples
- php - Why Does DOM Change Encoding? - Stack Overflow
$string = mb_convert_encoding($string, 'HTML-ENTITIES', "UTF-8");
in Tutorial > PHP with characters conversion convert email entities php utf
- PHP mail() function and GMail
$headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/plain; charset=iso-8859-2\r\nContent-Transfer-Encoding: 8bit\r\nX-Priority: 1\r\nX-MSMail-Priority: High\r\n"; $headers .= "From: $from\r\n" . "Reply-To: $from\r\n" . "X-Mailer: PHP/" . phpversion() . "\r\nX-originating-IP: " . remoteaddr () . "\r\n";
in Public bookmarks with desconhecido gmail mail php unknown xampp
- PHP Sweet PDO
This package can access databases using PDO. It provides several classes that can establish database connections, execute prepared queries, retrieve query results, insert or update table records using arrays of parameters. The classes can trigger events that can be fired and call event handler classes that registered to listen to those events for debugging purposes.
in Public bookmarks with database event events mysql pdo php
- php_printer.dll and PHP 5.3.9
in Public bookmarks with impressao imprimir php php_printer php_printer.dll print printer
- PHP: mysql_fetch_array - Manual
To put the full result in one array, I wrote this function:
in Tutorial with array fetch mysql php
Next »
php from all users