Categories
Tags → String Variables In Php

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

Atrise PHP Script Debugger

Atrise PHP Script Debugger is a debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development. Features: * H...
DETAILS

Variables in PHP

Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign &"$&" and the value can be assignes using the &"=&"...
DETAILS
©2003-2019 jCay.com