Skip to main content

Home/ PHP Programming/ Group items tagged Php

Rss Feed Group items tagged

Raúl - [^BgTA^]

Abstracting Database Access Using Polymorphism with Objects in PHP 5 - 0 views

  •  
    Usar polimorfismo en PHP5 para acceder a diferentes BD
Sarah HL

PHP Depends On You | BrandonSavage.net - 0 views

  • elf in the community
  • PHP is one of the world’s largest open source projects.
  • people who write open source software generally aren’t paid to do it.
  • ...6 more annotations...
  • the core of PHP is contributed by people who are solely interested in making PHP better for their professional endeavors
  • it can be as simple as contributing to the documentation, or submitting a bug report
  • The community exists because people choose to contribute.
  • file a bug report or write some documentation today.
  • Remember: PHP depends on people just like you.
  • My Boss told me to prepare a paper how we interact good with open source project and how we can generate a win win situation on both sides by submitting (correct) bugreports.
qualitypoint Tech

Parsing webpage using php DOM. - 4 views

  •  
    PHP is having DOM functionality for parsing webpage by considering the HTML content of the webpage as XML data. If you assign the $data with the HTML content of the webpage, below code will load the HTML content in DOM object.
qualitypoint Tech

How to split a string into individual characters using PHP? - 1 views

  •  
    In one of our php project, we had to split a string into individual characters. I thought there should be some built-in function for doing this. But I couldn't find the appropriate build-in php function.
jdr santos

Home - Dwoo - a PHP Template Engine - 1 views

  •  
    "Dwoo is a PHP5 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features. "
renews_

Php Simple Login Tutorial - 0 views

  •  
    Php Simple Login Tutorial - Learn how to make a simple login!
Steĥane Gosselin

9 Useful PHP Functions and Features You Need to Know | Nettuts+ - 0 views

  •  
    "Even after using PHP for years, we stumble upon functions and features that we did not know about. Some of these can be quite useful, yet underused. With that in mind, I've compiled a list of nine incredibly useful PHP functions and features that you should be familiar with."
Richard Boss

Top 5 Attractive Reasons To Hire PHP Developer From Weblineindia - 0 views

  •  
    By this article, Let us see top five reasons to hire php developer from Weblineindia. To know more, you can see robust portfolio where you can find various projects that delivered by weblineindia's developer.
fastidioustec

PHP Application Development Service - Fastidious Technologies Pvt. Ltd - 0 views

  •  
    Looking For a Best PHP Web Development Company In Ahmedabad ? We Offering Custom PHP Web Application Development Service for customers worldwide. Also We Provide wordpress development ,Mobile Application Development ,android app development, iphone development.
fastidioustec

PHP Application Development Services - Fastidious Technologies | ello - 0 views

  •  
    Fastidious Technologies is the best PHP Development Services. We offering the best Web development Services like PHP Custom application development service in wordpress, magento and Codeigniter Development service around the world.
lemike

PHP: rfc:isset_ternary - 0 views

  • The short ternary operator, ?: provides a way to do this much more conveniently: $_GET['mykey'] ?: "". However, this is not good practise, as if the value does not exist it will raise an E_NOTICE.
  • The coalesce, or ??, operator is added, which returns the result of its first operand if it exists and is not NULL, or else its second operand.
  • chained
  • ...3 more annotations...
  • precedence relative to the ternary operator and the boolean or operator
  • short-circuiting operator
  • PHP 7
  •  
    In PHP7 you can use $foo = $_GET['x'] ?? 'default_content' which raises no notices if $_GET['x'] is not set
javatpoints

PHP For Loop - javatpoint - 0 views

  •  
    PHP for loop can be used to traverse set of code for the specified number of times. It should be used if number of iteration is known otherwise use while loop. Syntax Flowchart Example Output: We can use for loop inside for loop in PHP, it is known as nested for loop.
javatpoints

PHP while loop - javatpoint - 0 views

  •  
    PHP while loop can be used to traverse set of code like for loop. It should be used if number of iteration is not known. Syntax Alternative Syntax Flowchart Example Output: Alternative Example Output: We can use while loop inside another while loop in PHP, it is known as nested while loop.
qualitypoint Tech

Need to solve error in PHP code useful for getting Google PageRank - 0 views

  •  
    We are working on to get Google pagerank using php code for one of our customer projects.I referred http://www.pagerankcode.com/down\nfor doing this.This code works fine in our local machine. We are using it for long time from our local machine. And, we tried to use it in our server few months back.
snow white

日本 PHP ユーザ会 (Japan PHP Users Group) - 0 views

shared by snow white on 16 Oct 07 - Cached
  •  
    Japan PHP users group
jdr santos

Comunidade Portuguesa de PHP - 0 views

  •  
    Comunidade Portuguesa de PHP
Adildi ldinlio

PHP and MySQL Web Development third edition|free ebooks download - 0 views

  •  
    PHP and MySQL Web Development 3rd edition free download at the best library for free ebooks download.
sloansteddi

Rename File Upload PHP - Rename PHP Upload - Change Upload Name PHP - 0 views

  •  
    Randomize upload file names to avoid clobbering.
« First ‹ Previous 41 - 60 of 378 Next › Last »
Showing 20 items per page