Hi,
I would like the behaviour of turning on the cc-mode indentation in the tags
but turning off when escaping and doing html.
I have been looking at the cc-engine.el source and can't seem to find the place
where I should change.
Is this behaviour possible?
thanx
--
PHP General Mailing Li
Hi,
I have an array of array of strings :-
$g1 = array("453", "592");
$g2 = array("e14", "e15", "e13");
$groups = array($g1, $g2);
I traverse and print out the value using :-
for ($i = 0; $i < sizeof($groups); $i++) {
for ($j = 0; $j < sizeof($groups[$i]); $j++) {
pr
Hi,
Tried searching for what this $$ operator means.
But can't get the right results by using $$ as search string in php manual.
$temp = $$temp2;
Is this an array assignment?
Thanx.
Ken
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo