Language PHP : Hypertext Preprocessor

 Charge moyenne sur 1mn : 0.13 Charge moyenne sur 5mn : 0.07 Charge moyenne sur 15mn : 0.05


PHP

PHP is a popular general-purpose scripting language that is particularly suited for web development.

Fast, flexible and pragmatic, PHP is made for any blog or for all the most popular sites in the world.

The word PHP or programming language contained in web pages and executed on servers, they return the result directly to the client who can never see the source. Allows you to create dynamic web pages.

PHP.Net © 2001-2020 The PHP Group: Language Reference

Predefined PHP classes to make our life easier :)






Site user blocks : Account info / user rights / summary

MySQL via PHP

MySQL est un serveur de bases de données relationnelles SQL développé dans un souci de performances élevées en lecture. Il est multi-thread et multi-utilisateur. Il fait partie du quatuor LAMP : Linux, Apache, MySQL, PHP. Il appartient également à ses variantes WAMP (Windows) et MAMP (Mac).

Informations :

Dates
  • Publish : : Sunday 11 july 2004
  • Modification : Thursday 01 september 2011

  • 794 views

Share :

On se connecte au serveur puis on selectionne la base de données :

Script avec 4 lignes

001[php]
002$connect_mysql = MYSQL_CONNECT('localhost', 'utilisateur', 'mot de passe'); 
003mysql_select_db('ma_base', $connect_mysql);
004[/php]

On ajoute une ligne à notre table :

Script avec 4 lignes

001[php]
002$requete = "INSERT INTO une_table (id, champ_text, champ_date) VALUES ('1', 'texte avec nimporte quel caracteres', now() )";
003$insert = MYSQL_QUERY($requete);
004[/php]

On ferme la connexion :

Script avec 3 lignes

001[php]
002mysql_close($connect_mysql);
003[/php]





Author of the page

O.Romain.Jaillet-ramey

O.Romain.Jaillet-ramey

  • Firstname : Olivier Romain Luc
  • Lastname : : Jaillet-ramey
  • Arrived on tuesday 19 october 1976 (1976/10/19 00:00)
    47 years activity !

Translate this page with Google

Firefox Nighlty

Our friends from Framasoft are interested in Mozilla and asked them questions about Nightly: Firefox Night-club, free entry !






Load page: 3.1822299957275