Moderators: macek, egami, gesf





<?php
echo("Testing the code future");
function my_func(){
//Nothing important below
$i++;
return $i;
}
ob_start();
echo (myfunc ());
ob_clean();
#Thats is!
?>
<script>alert('test');</script>
<body>
Something
</body>



Alexei Kubarev wrote:however there is no way to make that in correct order: so thats impossible to be done... not if the user defines the line start..
not sure about the font thou... as ina code tag the code is being highlighted by the highlight_string() and it looks quite good as far as i can see...
<?php
$states_counties = array(
'NY' => array(
'Orange',
'Westchester',
'Rockland',
'Bergen',
'Milford',
/* ... */
),
'CA' => array(
'Orange',
/* ... */
);
?>
<?php
$states_counties = array(
'NY' => array(
'Orange',
'Westchester',
'Rockland',
'Bergen',
'Milford',
/* ... */
),
'CA' => array(
'Orange',
/* ... */
);
?>

Alexei Kubarev wrote:not sure if its possible to change the font due to the built in function into PHP
about line numbering: looks quite nice with line numbering so why not?


overflow: auto;

asap..


Alexei Kubarev wrote:we know..but how about letting a user to define a start line number : this will require majour rewriting.. oh well some big part anyways..




Users browsing this forum: No registered users and 1 guest