- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
$fr = file_get_contents(JPATH_ROOT."/libraries/lidcount.txt");
$countik = (int)$fr;
$countik = $countik + 1;
$subject .= $subject." ".$countik;
$fw = fopen(JPATH_ROOT."/libraries/lidcount.txt", "w");
fwrite($fw,$countik);
fclose($fw);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Contact:
email: This email address is being protected from spambots. You need JavaScript enabled to view it.