PHP

Share

PHP Development: Remarkable solutions for lucrative results PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your presentation website or blog to complex web solutions, making it the most widely used server-side language, which is the pertinent option for feature-rich websites: user-friendly, […]

Continue Reading  

Share

Developing PHP applications, regardless of the developing system and the deployment one, is usually pretty straight forward. Since PHP applications are run by an Apache server on all platforms, the choice of which development platform to use and which to deploy on it’s entirely up to the programmer.

Continue Reading  

Share

In this post we are going to create RESTfull APIs using PHP framework Symfony 3. This will be exemplified on a “Car” entity. 1. Creating Symfony Application

Continue Reading  

Share

This article will present a method to display a custom language switcher in the desired position in menu when using WPML plugin for WordPress. One client wanted the language switcher (with two languages, Romanian and English) to be on the second position in menu and to show just the inactive language.

Continue Reading  

Share

  Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as “Yee” or [ji:] and it’s an acronym for “Yes It Is! The first thing you need in order to use the Yii Framework is access to a Web server with PHP installed, of course. But if you’re reading […]

Continue Reading  

Share

SQL injection as a matter of security can be approached from multiple angles. One must first be sure that the targeted application has a confidential database structure, since this is the main thing that makes SQL injection possible. Also, it’s important to notice that SQL injection is not something that happens arbitrary or from time […]

Continue Reading  

Share

If you find yourself googling in order to make your new local server work online, you’ve come to the right place. Most Web Server packages today (WAMP, XAMPP or Uniform Server) are configured to work with the “old” Apache 2.2 version and have a major flaw. Since 2.4, Apache has dropped the directive “Allow” in […]

Continue Reading  

Share

In this post i will show you a easy way to add different header images for each page or post in your blog / website. The fastest way to achieve this is to use Custom Fields, this allows us to add additional meta information to posts. In the next example the header image it is […]

Continue Reading  

Share

This post is about encrypting / drecrypting data, files more exactly. After google-ing for a while i found this to be very usefull for what i needed. This class uses RIJNDAEL-256 block cipher, which is based on a symetric key algorithm, this means that it’s using the same key for encryption and decryption.

Continue Reading  

Share

Our client wanted a solution for displaying testimonials on his TYPO3 website. The easiest way to accomplish this was creating some items that can be edited in the backend of the website and a front end plugin for the list and detail view. One of the great things that TYPO3 provides is the TCA (Table […]

Continue Reading  

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close