Quantcast
Browsing all 161 articles
Browse latest View live

Hidden Input Dangers With PHP

The PHP scripting language is generally a very secure programming language, primarily because it does not suffer from buffer overflow attacks, as the language is not based in the memory. There are,...

View Article


How to Change a Line in a PHP File

PHP files are read by a Web server's PHP interpreter to perform scripted tasks, such as querying a database or processing data input. Each PHP document contains plain text and does use any special...

View Article


How to Add a Server to Netbeans

NetBeans is a flexible Integrated Development Environment, or IDE, that offers developers the option of writing applications in a number of programming languages, including Java, C/C++ and PHP. For...

View Article

PHP String Extraction

When you deal with strings in the PHP programming language, manipulation of said strings is often required. This can include trimming the string or pulling specific characters or words out of it for...

View Article

PHP Procedures

Procedures are a type of subroutine that you can create in a PHP script to use on your Web page. By definition, a procedure is a block of code that performs a task without returning a value the way a...

View Article


How to Convert UTC to Pacific Time in PHP

The PHP programming language supports many different time and time zone calculations due to the ever-present need to convert computer times back and forth between different zones. A simple addition in...

View Article

How to Delete a File in Server PHP VI

PHP includes a number of commands for working with files on the local file system, allowing you to create new files or to copy, move or delete existing files. As well as being useful for Web...

View Article

PHP Integer Functions

An integer is a whole number. It does not have any decimal places. In PHP, you can create variables and assign integer values to them or use integers directly. PHP also has several built-in functions...

View Article


Is_Array Vs. Is_String in PHP

The is_array and is_string functions are two of PHP's built-in Boolean functions. You use each in data validation, checking a piece of information to determine its type. PHP is a weakly typed scripting...

View Article


How to Replace Multiple Tokens in MySQL

Oracle’s MySQL lets companies and developers manage large databases in both a visual and command-line format. Some databases might include tokens (large strings of letters and/or numbers to identify...

View Article

How to End a ColdFusion Session

If you have created a Web-based ColdFusion application, a user's session does not automatically end when the user logs out or closes her browser. Ordinarily, the session ends when the user has been...

View Article

Image may be NSFW.
Clik here to view.

How to Send Mass Facebook Notification in PHP

Facebook Query Language (FQL) allows you to use a SQL-style interface to query the data provided by the Graph API. Notification is the one of the tables of Facebook users. You can query this table to...

View Article

Image may be NSFW.
Clik here to view.

How to Cache PHP Results

Although pages created using PHP offer a variety of compelling features not offered in standard HTML, generating PHP pages dynamically comes with a performance cost. Dynamically generating the text,...

View Article


Image may be NSFW.
Clik here to view.

The PHP Redirect Function

PHP is a programming language that creates Web pages dynamically. This means that the page is not stored on the server, but a request for a page that has a PHP file as its address causes the PHP...

View Article

How to Access a CB Membership Level in PHP

Community Builder utilizes the Joomla content management system (CMS) to integrate a social network into your website. Community Builder is built using the PHP scripting language and so to access your...

View Article


How to Insert a Gradient Background Using PHP

Cascading Style Sheet (CSS) code is capable of generating gradient backgrounds on Web pages. Considering that it is possible to mix PHP in with CSS code, as long as the CSS is located within the PHP...

View Article

How to Make Facebook Connect With PHP

Allow visitors to your website to register with your site using their Facebook accounts, a feature formerly known as "Facebook Connect." Using PHP code from Facebook, it's possible to create a...

View Article


How to Create Your Own Carousel in PHP

In hypertext markup language (HTML), you can easily create a text carousel, called a marquee. But it only handles static text. When the HTML standards were developed, there was much more static content...

View Article

Image may be NSFW.
Clik here to view.

HTML Vs. PHP Redirects

The Hypertext Markup Language is a data formatting language that is used to define the layout of all Web pages. HTML is not a programming language. HTML pages are static and wait on a server in their...

View Article

How to Output Characters With a MySQL Query

The MySQL "select" query lets you output characters from your database tables. The MySQL Query Browser application shows you the output characters when you test the code on your database server. You...

View Article
Browsing all 161 articles
Browse latest View live