Skip to main content

Home/ PHP Programming/ Group items matching "To" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle

Internet Lead Generation for Small Businesses - 1 views

started by Markus Potter on 11 Jul 12 no follow-up yet

Online Lead Generation can Save You Thousands! - 1 views

started by clariene Austria on 22 Jul 12 no follow-up yet

Don't Just Get A Website… Get Discovered! - 2 views

started by clariene Austria on 04 Jun 12 no follow-up yet

Online Lead Generation can Save You Thousands! - 3 views

started by clariene Austria on 21 Jun 12 no follow-up yet
7More

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
1More

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.
1More

PHP Top 5 - OWASP - 3 views

  •  
    PHP is a very popular language. Every PHP developer and hoster should understand the primary attack vectors being used by attackers against PHP applications. This article is the underlying research behind the SANS top 20 2005's PHP section. The methodology used in the preparation of this article is to review all Bugtraq postings containing the word "PHP" and categorize each unique flaw. The author analyzed the most popular flaws / attacks, and researched prevention techniques, resulting in this article.
1More

Offer to buy exclusive rights of our Arts Point Script - 1 views

  •  
    Are you a web master or a company looking for a script which can help you earn money either by showing advertisements or by providing paid service?\n\nIf your answer is "yes", this blog post will be more useful for you.
1More

PHP - Most Preferred Programming Language - 0 views

  •  
    PHP is a wonderful server side scripting language for developing dynamic web pages. PHP is open source and that is the reason why PHP is the widely using in the web application development. PHP is very easy to install. today more than 40% of web applications have been written in PHP.
1More

News - Arbit - next generation project tracking - 0 views

  •  
    Arbit aims to provide a decent modern extensible multi project tracking tool. Features start with issue tracking and wiki and do not stop before code analysis and translation management.
1More

Rafael Dohms » Adding text to images in real time with PHP - 0 views

  •  
    Agregando texto a imagenes en PHP a tiempo real.
2More

FirePHP - Firebug Extension for AJAX Development - 0 views

  •  
    FirePHP enables you to print to your Firebug Console using a simple PHP function call.
  •  
    Usa firebug para depurar PHP.
1More

Light PHP Edit - 0 views

  •  
    PHP editor, Maked to be light, easy and simple, integrated with PHP by php4delphi component, Highlight by SynEdit component, Debuging XDebug.org DBGp protocol, has internal console for learning php easy, Run, Check, Breakpoints and Watches
1More

Free PHP scripts, articles, resources and tutorials. [ free-php.net ] - 0 views

  •  
    At Free-Php.net, you will find a categorized listing of free php scripts, commercial php scripts, php resources, php tutorials, web resources, php hosting and more. Choose a category below to get started.
1More

Roadsend - 0 views

  •  
    Roadsend PHP Compiler is a free, open source native compiler for the PHP language. It compiles PHP source code to stand alone, native binaries which do not require an interpreter. Roadsend Compiler can build online web applications with Fast/CGI, offline
1More

New RSForm! Pro revision - Revision 22 is available for download! - 0 views

  •  
    A new update for RSForm! Pro has a new layout called \\\"Inline (XHTML)\\\" and uses a series of list items to define the components, instead of table rows, like the \\\"Inline\\\" layout does.
1More

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.
1More

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

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