Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

26 total results found

Content Management Systems

Applications/Software

Content Management Systems (CMS) are web programs that make it easier to add and update content o...

Using SSL socket in PHP under Windows

Programming and Web Development PHP

ProblemIf you try to open a socket (fsockopen, pfsockopen) with SSL in PHP 4.x under Windows, the...

Using LimeSurvey as a Survey Tool

Applications/Software

We were in search of a good survey tool, and after some research came upon LimeSurvey (www.limesu...

Manual setting of filename and type in a dynamically-generated web page

Programming and Web Development

Problem: Suppose you have a CGI script (PHP or otherwise), say genimage.cgi, that generates an im...

Speed of unpack() in PHP

Programming and Web Development PHP

I needed to extract a list of integers from a binary string. I was curious to know if PHP’s unpac...

Configuring PEAR on Windows

Programming and Web Development PHP

PEAR is the PHP Extension and Application Repository. Applications written in PHP often include r...

How do I use cURL in PHP on Windows?

Programming and Web Development PHP

To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php...

Passing command-line arguments into PHP

Programming and Web Development PHP

Say you have a PHP script and you want to pass command-line arguments into the script, e.g. calli...

What are the differences between addslashes(), mysql_escape_string() and mysql_real_escape_string()

Programming and Web Development PHP

addslashes() escapes single quote (’), double quote ("), backslash (\) and NUL (\x00).mysql_escap...

PHP error reporting

Programming and Web Development PHP

Error levels name value description example 1 example 2 E_ERROR 1 Fatal run-time ...

PHP Resources

Programming and Web Development PHP

PHP is a web programming language that can be compiled into the Apache web server and with its pe...

PHPXref vs PHPDocumentor

Programming and Web Development PHP

IntroductionThere exists a wide array of PHP documentation tools on the web available free for do...

The advantages of Javascript

Programming and Web Development JavaScript

IntroductionJavascript is a browser-interpreted language that was created to access all elements ...

What kind of test can SimpleTest do?

Programming and Web Development

SimpleTest’s unit tester is designed to test PHP code. Also its web browser component (think of i...

Create a PHP unit test case using SimpleTest

Programming and Web Development PHP

You can download SimpleTest at https://sourceforge.net/projects/simpletest/Suppose you have a PHP...

PHP Commenting Style

Programming and Web Development PHP

Any programmer can tell you that good commenting in your source code is an integral part of progr...

RSS (Really Simple Syndication)

Useful Links

As of 2006, UCLA.edu has a RSS Feeds & Podcast Directory to promote and encourage syndication...

PHP

Programming and Web Development PHP

PHP eXtremePHP and http://pear.php.net/ These code bases will be useful in rolling the PHP out...

Eclipse

Programming and Web Development

Eclipse, for most people who use it, is an Integrated Development Environments (IDE). Although it...

Create PDF on the Fly<img src='http://ram.genetics.ucla.edu/j00/a.png'>

Useful Links

My goal is to create PDF on the fly using PHP. I use php to query the database, the result from ...