Skip to main content

Home/ PHP Programming/ Group items tagged Tutorial

Rss Feed Group items tagged

Hostforlife Hosting

Creating a Basic Chat System on a Website using AJAX - - 1 views

  •  
    Chat application is very common in web today. In this post, we will explain you how to create a simple chat application using PHP, AJAX and MySql.
sloansteddi

How to use PHP and PEAR MDB2 (Tutorial) | David and Katherine Goodwin - 0 views

    • sloansteddi
       
      Prepare takes the $sql (with '?'s where data will go), along with the TYPES (array) of data to prepare the sql for, and a 3rd paramater for manipulating or result-getting (see next paragraph). It assigns this to $prepared_statement. Another array is created with the data (in the same order as the types, of course), and the RESULT is aquired by running the execute() method on the $prepared_statement object, passing the execute method the "$data" array to fill in the '?'s After this do everything as normal.
  • column = ?
  • id = ?
  • ...1 more annotation...
  • I have a feeling that MDB2 lower cases all field names - so you'll probably need : echo $row['name'] A good idea would be to print_r($row) or similar, to see what's in it
  •  
    A great walk through on getting started with MDB2
Maggie Wolfe Riley

PHP Resources - 0 views

  •  
    Lots of beginning PHP resources and tutorials
  •  
    My PHP Resources Bookmark List on Diigo. I am a beginner at PHP, so right now, most of these are targeting to a very basic level, most useful for other beginners.
Yves Leloup

Phar - PHP archiving practice - Script Tutorials - 0 views

  •  
    "Phar extension appear in PHP since version 5.2. And since 5.3 - this is part of PHP core."
javatpoints

Features of Mysql Tutorial for Beginners - JavaTpoint - 0 views

  •  
    MySQL features for beginners and professionals with examples on CRUD, insert statement, select statement, update statement, delete statement, use database, keys, joins etc.
Raúl - [^BgTA^]

For Webdesigners - 613 helpful links for webdesigners - 1 views

  •  
    For Webdesigners clasifica los enlaces recomendados en relacionados con colores, css, ajax, blogs, fuentes, flash, foros, fotos gratuitas, iconos, recursos gráficos, generadores de logos, revistas… una enorme cantidad de excelentes enlaces para perder las horas navegando.
snow white

初心者が送るPHP入門 - 0 views

shared by snow white on 22 Oct 07 - Cached
  •  
    PHP tutorial written by a beginner
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
Sarah HL

Building semantic Web CRUD operations using PHP - 0 views

  • When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting, and — most importantly — reading of records.
    • Sarah HL
       
      Interet du CRUD
  • SPARQL — Simple Protocol and RDF Query Language
    • Sarah HL
       
      PHP works with SPARQK to implement CRUD
  • Why move from SQL to SPARQL? There are many reasons why you would want to move from SQL to SPARQL. The details extend beyond the scope of this article, but you could be motivated by the following points: You want a more distributed data solution. You want to expose your data on the Web for people to use and link to. You may find Node-Arc-Node relationships (triple) easier to understand than relational database models. You may want to understand your data in a pure object-oriented fashion to work with an OOP paradigm (PHP V5 and later supports OOP). You want to build generic agents that can connect to data sources on the Web.
    • Sarah HL
       
      Interest of SPARQL
  •  
    "When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting
Jungle Jar

JungleJar | Development Tutorial: Creating 301 Re-directs - 0 views

  •  
    From time to time you'll probably want to send a website visitor who tries to access a page that has moved, been deleted, etc to a brand spanking new page of which quite possibly will have the content they were looking for. In this article I'll introduce you to the 301 re-direct, show you how to create one, and you'll see why sometimes just depending on the 404 page isn't practical. I'll also show you various methods to create one by using PHP, ASP, and HTML.
Jungle Jar

JungleJar | Wordpress How-To: Displaying Post Counts - 0 views

  •  
    Ever wanted to display the number of posts your blog has achieved for your blog readers or perhaps just for yourself? Or, what about the number of posts in a specific category? If so, I'll show you a quick and easy way to do just that, and we'll style up the output with a bit of CSS Level 2.1 the standard way.
‹ Previous 21 - 40 of 55 Next ›
Showing 20 items per page