Skip to main content

Home/ PHP Programming/ Group items matching "of" 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

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

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

limb3 - Project Hosting on Google Code - 1 views

  •  
    "Limb3 is an OpenSource(LGPL) L ibrary of I nterdependent M odules and B locks mostly aimed for rapid web application prototyping and development with PHP5."
1More

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

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

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

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."
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

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

You can start your own online Quiz program for getting more visitors - 0 views

  •  
    We are providing online Quiz program in various subjects (e.g php, mysql, html, english, aptitude, etc). It helps us to get more visitors to our web site. And,this Quiz program is used for evaluating knowledge of a candidate also. Today I have created a sales page for allowing the people to buy this Quiz program.
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

Launching our Affiliate Program - Hurry to get 90% affiliate commission - 0 views

  •  
    Affiliate - This word gives some negative impression to most of us.But basically Affiliate program is an excellent marketing tool. Especially it will be very helpful for marketing digital products.\nhttp://qualitypointtech.net/affiliate/index.php\n
1More

Simple application for converting HTML code into Entities to show them in Blogger blog - 1 views

  •  
    Some characters are reserved in HTML. We can not use them in the content of HTML file.\nFor example, < (less than symbol) is used as opening tag for HTML elements. So, we can not show it as it is when we need to show the less than symbol.
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

Simplicity PHP Framework in Launchpad - 0 views

  •  
    The Simplicity PHP Application Framework is an advanced, scalable and extensible PHP application framework to aid developers in creating high traffic, high availability Web 2.0 online applications. Integrating a solid MVC framework with some of the best Open Source projects around Simplicity aims to assist developers with any amount of experience in taking their applications to a new level.
1More

A complete list of web design galleries « web design blog - 0 views

  •  
    Lista completa de diseños web
5More

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
« First ‹ Previous 81 - 100 of 225 Next › Last »
Showing 20 items per page