Skip to main content

Home/ PHP Programming/ Group items tagged ...

Rss Feed Group items tagged

qualitypoint Tech

Completed Admin module for our Arts Point Script - 1 views

  •  
    We have completed development of Admin module for our Arts Point Script (Web application useful for promoting live music events)..
qualitypoint Tech

Google Map API - A Powerful and Free way to add value for your web applications. - 4 views

  •  
    Google Maps is getting more popular as it is helping people to know the places and to get directions easily. Google is adding lot of information and satellite images of many places in the world to make the Google Map more useful.
BluEnt Global

The Truth About Your SEO Contract That Could Save You Big Dollars - 0 views

  •  
    BluEnt reveals the top three factors impacting search engine optimization contract. Achieve the highest possible ROI with the best SEO pricing plan.
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

Struts Interview Questions for fresher - JavaTpoint - 0 views

  •  
    There is given frequently asked struts interview questions and answers that has been asked in many companies. Let's see the list of top Struts2 interview questions. Struts is a framework for developing MVC-based framework. Struts2 is the combination of Webwork and struts1 frameworks. More details...
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.
Yves Leloup

Zebra_Mptt, a PHP class providing an implementation of the modified preorder tree trave... - 0 views

  •  
    MPTT is a fast algorithm for storing hierarchical data
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.
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

Open-sourced free content Management System (CMS)Providers - 2 views

  •  
    The list of open-sourced free content Management System providers. I have used only Joomla and Worpress. They are pretty good. Since they are used by many people, lot of plug-in/extenstions/mods are available for them. If anyone finds any other good CMS you can share it thro' comments.
qualitypoint Tech

Inventory Control System - Mange products, customers, invoice and Reports. - 0 views

  •  
    As I mentioned in my previous post, we are working on to release many useful digital products for reasonable price.\n\nToday I am going to introduce our "Inventory Control System".\n
qualitypoint Tech

Easy Learning Updates - Feature for preventing Spam email and New Topics such as Footba... - 1 views

  •  
    As I mentioned in my previous post we are continuously improving our Easy Learning.We are already having a feature for sending the score thro' emails. Some spammers started misusing this feature for sending some junk emails continuously. (Anyway they can not change the built-in content).
jdr santos

phc -- the open source PHP compiler - 1 views

  •  
    "phc is an open source compiler for PHP with support for plugins. In addition, it can be used to pretty-print or obfuscate PHP code, as a framework for developing applications that process PHP scripts, or to convert PHP into XML and back, enabling processing of PHP scripts using XML tools."
« First ‹ Previous 101 - 120 of 650 Next › Last »
Showing 20 items per page