
php
Get flash to fully experience Pearltrees
PHP Coding Guidelines | PHP Developer
These are the guidelines that I follow when writing my PHP scripts, unless a coding standard already exists for the project I’m working on. It can be helpful to have something like this if you’re working on a joint project. N.B.Description Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. Other case insensitive available methods are isIphone(), isIpad(), isBlackBerry(), isKindle(), isOpera(), etc.
php-mobile-detect - PHP class for mobile device detection
Working with Files in PHP
You may well be familiar with databases such as MySQL and Access which are an ever-increasingly common means of storing data. But data is also stored in files, like Word documents, event logs, spreadsheets, image files, and so on. Databases generally require a special query language to retrieve information, whereas files are ‘flat’ and usually appear as a stream of text.s blog: PHP Sucks! But I Like It!
Upload de fichiers en PHP
Alors ce tutoriel est fait pour vous. Vous verrez, en lisant ce tutoriel qu'uploader un fichier en php est faisable mais qu'en plus c'est très simple ! ;o)This is a tiny tool that allows you to launch the built in PHP 5.4 HTTP test server with a few clicks. It allows you to select which PHP binary you want to use (in case you have multiple on your system) and the document root of the test server. Click the picture for a larger screenshot of the application running. Keep in mind PHP-GTK 2 does not currently support PHP 5.4.
pewpew - PHP's Embedded Webserver | PHP-GTK Community
Grocery Crud - Un générateur de CRUD basé sur CodeIgniter - La Ferme du web
Dans vos applications web et en particulier dans vos espaces d'administration, vous répétez toujours les mêmes tâches à savoir: Créer une fonction de listing, de création d'une nouvelle entrée, la fonction de modification et celle de suppression. En d'autres terme, créer un CRUD (Create Read Update Delete). Vous l'aurez compris, dans cet exemple, le générateur va créer un CRUD à partir de la table customers avec les champs spécifiés avec la méthode columns.PHP Bug Lost - Déboguer et monitorer vos applications - La Ferme du web
Gérer l’envoi de SMS en PHP : TextMagic vous aide | Le blog des nouvelles technologies : Web, Technologies, Développement, Interopérabilité
Gérer l’envoi de SMS en PHP : TextMagic vous aide Avez-vous déjà remplacé l’envoi d’un mail par un SMS ? En effet, tout comme de nombreux sites le proposent désormais, envoyer un notification par un message texte, autrement dit un SMS , au lieu d’une notifications par courrier électronique, autrement dit un mail, peut être très utile dans le cas d’informations sensibles, ou urgentes. Après quelques fouilles sur le Web, j’ai retenu quelques solutions , dont il est très simple de mettre en place. En tout cas pas plus difficile que d’envoyer un mail… Laissez-moi vous montrer comment ! À mon insu, l’envoi de SMS peut être très facile puisqu’il vous suffit d’envoyer un mai l… En effet, vous pouvez envoyer votre texte à une adresse e-mail et il sera délivré au numéro que vous avez spécifié.PHP: Hypertext Preprocessor
Creating a Secure Login System the Right Way | Tinsology
The above example is stripped down; there is no formatting or styles so it will most likely won’t look to great if you copy and paste the code. Making your form pretty is beyond the scope of this article. In the form tag, notice that it has three attributes: name, action, and method. Name identifies the form and is not very important in the context of this article.10 super useful PHP snippets you probably haven’t seen | CatsWhoCode.com
Text messaging with PHP using the TextMagic API If for some reason, you need to send text messages to your clients cell phones, you should definitely have a look to TextMagic . They provide an easy API which allow you to send SMS to cell phones. Please note that the TextMagic service isn’t free.When Rasmus Lerdorf first put PHP together, he - quite sensibly, despite his heritage - chose not to write it in Greenlandic or Danish. Good job too - that would have been rather unpleasant to work with. He opted instead, being in Canada at the time, for the local tongue. No, not French - that bastard dialect of the Queen's English commonly referred to as "US English" 1 .
If PHP Were British - Added Bytes - Brighton Web Application Development
Drupal Module Building a Content Type Tutorial . Begin this post, we will try to build module with more complex content type. We will explore some API, such as Drupal Schema API, Drupal Node API, and Drupal Database API.

