Skip to content

Instantly share code, notes, and snippets.

View MostafaFathi's full-sized avatar

Mostafa Fathi Hilles MostafaFathi

  • Freelancer
  • Palestine .Gaza
View GitHub Profile
@MostafaFathi
MostafaFathi / arabic_transliteration.php
Created October 26, 2021 20:26 — forked from zekizeki/arabic_transliteration.php
A php script to provide simple english->arabic arabic->english transliteration
<?php
/*
* Created on 05-Jul-2006
* [email protected]
* Translator class calls external machine translation component
*/
class Phonetics
{
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class LoginController extends CI_Controller {
public $p_windows_name='';
public $p_browser_name='';
public $p_ip_address='';
public $p_device_name='';
function __construct() {