Advanced Search
Search Results
26 total results found
Content Management Systems
Content Management Systems (CMS) are web programs that make it easier to add and update content o...
Using SSL socket in PHP under Windows
ProblemIf you try to open a socket (fsockopen, pfsockopen) with SSL in PHP 4.x under Windows, the...
Using LimeSurvey as a Survey Tool
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
Problem: Suppose you have a CGI script (PHP or otherwise), say genimage.cgi, that generates an im...
Speed of unpack() in 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
PEAR is the PHP Extension and Application Repository. Applications written in PHP often include r...
How do I use cURL in PHP on Windows?
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
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()
addslashes() escapes single quote (’), double quote ("), backslash (\) and NUL (\x00).mysql_escap...
PHP error reporting
Error levels name value description example 1 example 2 E_ERROR 1 Fatal run-time ...
PHP Resources
PHP is a web programming language that can be compiled into the Apache web server and with its pe...
PHPXref vs PHPDocumentor
IntroductionThere exists a wide array of PHP documentation tools on the web available free for do...
The advantages of Javascript
IntroductionJavascript is a browser-interpreted language that was created to access all elements ...
What kind of test can SimpleTest do?
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
You can download SimpleTest at https://sourceforge.net/projects/simpletest/Suppose you have a PHP...
PHP Commenting Style
Any programmer can tell you that good commenting in your source code is an integral part of progr...
RSS (Really Simple Syndication)
As of 2006, UCLA.edu has a RSS Feeds & Podcast Directory to promote and encourage syndication...
PHP
PHP eXtremePHP and http://pear.php.net/ These code bases will be useful in rolling the PHP out...
Eclipse
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'>
My goal is to create PDF on the fly using PHP. I use php to query the database, the result from ...