t on some questions I had about PHP support. It
could be that they don't really know ;-)
--
Jan Wilson, SysAdmin _/*]; [EMAIL PROTECTED]
Corozal Junior College | |:' corozal.com corozal.bz
Corozal Town, Belize | /' chetumal.com & linux.bz
Reg. Linux user
27;],$next['mday'],$next['year']);
$daysThisYear = ($nextUnix-$lastUnix)/(24*60*60);
$daysSinceLast = ($todayUnix-$lastUnix)/(24*60*60);
if ($yearDecimals > 0) {
// give decimal fraction
$age += $daysSinceLast/$daysThisYear;
quot;Banana","Yellow","10","20")
);
foreach($array2d as $rowNum => $rowVal) {
print "Row $rowNum:\n";
print "Title is $rowVal[0]\n";
print "Value is $rowVal[1]\n";
print "Size1 is $rowVal[2]\n";
print &
e end of each line.
>
> Anyone know how to convert that to a "\n" ?
I don't understand what you're saying about the new lines and end of
paragraphs. But if you want to convert CRLF to LF, try:
str_replace("\r\n","\n",$string);
--
J
4 matches
Mail list logo