Categories
Tags → Php New Array

YouTube API PHP Class for Searches

Made to work with the new YouTube API, this script will search in YouTube, and return an array of results with all the needed information of the clips. This PHP script provides the following information for the clips found in YouTube: ID, Thumbnail,...
DETAILS

Array Merge And Replace

PHP provides a number of array merging functions but not one that does precisely this. What this will do is that it will add new values found in the new array if they don''t exist and update them if they do, performing this recursively if a sub-...
DETAILS

PHP Script Tips - Understanding String Literals and Operations

A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converti...
DETAILS
©2003-2019 jCay.com