Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
שני המשתנים "$AiDD$" "AA" מקבלים ערך טקסט, איך עושים שערך משתנה AA$ יכנס כשורה חדשה תחת הערך $AiDD?
$File = new oFile('ext.ini', 'text/plain',$AiDD.'/n'.$AA);
תודה לכל העוזרים
@google3 אמר בשורה חדשה ב-PHP:
/n
לא מכיר PHP אבל לכאורה צ"ל: \n
\n
@yossiz תודה על העזרה הקוד הסופי הוא ."n\ ".
$File = new oFile('ext.ini', 'text/plain',$AiDD."\n".$AA);