An array in PHP is actually an ordered map. A map is a type that maps values ​​to keys. This type is optimized in several ways, so you can use it as an array, or a list (vector), hashtable (which is an implementation of a map), dictionary, collection, stack, queue and probably more. As you may have another PHP array as a value, you can also quite easily simulate trees. PHP Array Syntax: Create a language-construct array Array () is used to create a ... more
osCommerce 2.2 Milestone 2 BR
Archives (Portuguese-Brazil) for translation of the admin and catalog of osCommerce 2.2 MS 2 for the original version. This translation is not included parts of the Admin database. Download AKPC_IDS + = "80"; Popularity: 3% [?] Read More →
See how to send an e-mail from PHP for more than one recipient:? View Code PHP <? Php # define recipients $ recipients = "fulano@dominio.com.br, beltrano@dominio.com.br, @ Cyclanes dominio.com.br "# define the subject of the email $ subject =" Sending email to multiple recipients "# define the email message $ message =" Testing sending e-mail PHP for more than one recipient. \ nTip given in htmlstaff.org "# attach ... more
PHP supports many features, so its great success among developers seeking ease of programming supports databases, run regardless of operating system and hardware, among others. Among the features of PHP is support for sending files to the server through an HTML form. Any type of file can be sent to the server, be it an image, a text file, a database, etc.. Or rather ... more
XAMPP does not work on Windows XP SP2! Right! But here, Microsoft has released a new firewall. This firewall blocks the ports 80 (http) and 443 (https) and the server will not boot (more). A quick solution: Turn off the Microsoft firewall with the toolbar and try to start XAMPP again. Of course everyone can define their own exceptions to the firewall in the Security Center. The following ports are required for basic functionality: http 80 (HTTP) https 443 (SSL) mysql ... more
A cookie is a file that is created by the site user's computer, containing data for later use by the site. An example of use of sites that create cookies are cookies that you do not need to enter your password when you access it again. Usually cookies are also used to store user preferences on the site. Let's see how usua them in PHP: Creating a cookie for a cookie is used to create the setcookie (). The basic syntax of it is:? ... View more
A while ago I needed to make a website that would record and read data in Japanese and Portuguese all in the same database. The solution to this was to use UTF-8, forgetting the famous ISO-8859-1 (Latin). Using UTF-8 correctly you will get rid of all the problems of stress that may be caused on your page and get rid of instead of functions as utf8_encode () and derivatives. Despite a few bytes to consume more in certain characters, you will have the advantage of working ... more
phpBB is a management system for the Internet forums built through PHP scripts. The system name is a shorthand for php Bulletin Board. It is free software under the GPL. It supports various management systems of databases such as MySQL, PostgreSQL, SQL Server, Microsoft Access, and with modifications, Oracle. Advantages of use:-It's free, and modifications have several templates, a massive community-template system designed with ease ... more
To redirect the user via php is very easy to just put a page named index.php in the root of the server with the following code:? Download index.php <php / / Set the target URL which is http:// www.pagina destino.com-of-header ("location: http://www.pagina-de-destino.com");?> And this way the user is ready to access your site will be redirected to the desired page ! AKPC_IDS + = "288"; Popularity: 5% [?] Read More →
Increasingly, phpmyadmin assumes a key role in the creation / management of databases in mysql! With the growing number of programmers PHP / MYSQL in Portugal and Brazil, offers here a very comprehensive ebook on how to use phpmyadmin. Download AKPC_IDS + = "281"; Popularity: 17% [?] Read More →
In the second part will address the main settings in a new installation of Moodle from the admin menu system. This part of the tutorial will be divided according to the links on the menu itself. For a better understanding is needed an explanation about the structure of Moodle. This structure can be divided into modules and blocks: Blocks: Cashiers are usually located on the adhesive side of the page. They have most often links to activities, ... more
ON

This web site aims to make available or existing web content created by the authors on various technologies including web (php, mysql, java, axax, html, etc.). If you find a post that has been copied from another site and it does not appear deseija just get in touch with the author. PHP Programing BOTTURN









