Showing 335 open source projects for "php table"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Please go to GitHub for the latest release. https://github.com/geoffhumphrey/brewcompetitiononlineentry/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    EduSec College Management System

    EduSec College Management System

    EduSec is now available on Cloud with LMS integrated

    The new version of EduSec ERP (Enterprise version) is released as a Modern Educational Institutions ERP with eLearning Platform for Multi-Campus Solutions for Schools, Colleges, and Universities. EduSec has a suite of selective modules exclusively tailored to the needs of the education industry and also support seamless integration with prominent products like “Moodle”. With the use of EduSec, almost all departments within the education industry (e. g. admission, administration, time...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    PHP script for SMS receiving
    ...Set up your database connection. File - (dbconnection.php) 2. Import Mysql table from sql file. File - (dbmysql.sql) 3. Connect “do.php” file with Proovl SMS number (forward sms to URL). File - (do.php) 4. Upload files on server. Bulk SMS script https://sourceforge.net/projects/bulk-sms-script/ http://aaronsmith-tech.blogspot.com/2017/04/receive-sms-phone-number-php-script-for.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MySQL-Replication-Monitor

    MySQL Replication Monitor (written in PHP)

    With this Tool you can easily monitor the Replication of two MySQL-Database-Servers. It features global Overviews, Differences-Analysis for Databases and Tables, including Rowcounts, Sizes and Checksums. Written in PHP with mysqli Extension Functions. Planned Features: - Manage Masters/Slaves - Fix Replication Errors - Databasedumps for Download Questions? Contact me: steffen[at]php-works.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - The depth of a full-stack IT platform, with the power of AI. Icon
    Atera - The depth of a full-stack IT platform, with the power of AI.

    Atera introduces your autonomous AI agent - Ensure operational efficiency at any scale with 24/7 autonomous IT support.

    Atera prioritizes security and compliance through robust protections that align with industry standards. Our AI-driven features were built on responsible AI principles and empower IT teams to work efficiently while maintaining trust and compliance.
    Learn More
  • 5

    Open Burhan

    Open Burhan Quran Database

    Open Burhan from openburhan.net is set of PHP scripts with the data of Holy Quran. Arabic is text is in two forms from Tanzil.org. It is in Simple Clean and Uthmani scripts. There are multiple Urdu and English Translations included. It contains word to roots dictionary as qword table
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    Web interface for DNSmasq / Mikrotik

    Simple web form for static assignment of DHCP leases

    This is a very simple web interface for management of static DHCP leases in DNSmasq and Mikrotik. It generates config files for DNSmasq and uses RouterOS API to manage Mikrotik. Network devices (usually PCs) are separated into subnets by department and use triplets (hostname, MAC address, IP address) for identification. Information is stored in MySQL and only exported by your explicit desire. Subnets are rarely changed, so there is no web interface for them - you have to edit the SQL table...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Job log for factory

    Simple log for the job done in factory per employee, order, operation

    This is a simple web interface for logging the job done in the factory. There are several web forms: (1) List of employees - first and last name, nickname, team, flag for active/fired (2) List of work operations - name, cost, flag for active/obsolete (3) List of orders - order ID, project name, country, flag for active/finished (4) Log of the job done - who has done what amount and type of operations regarding which order/project (5) Reports - employee worksheets, job done per...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    AIXResourceCollector

    Collect CPU/RAM/HDD information from IBM AIX LPARS into table

    Collect CPU/RAM/HDD information from multiple IBM AIX LPARS into a single table, which can be pasted into Excel. Created in collaboration with Alexander Loctionov
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PHPSyncMysql

    Sync two mysql databases using PHP

    You will find two different script here: - load-mysql.php takes import.sql file, that was exported from phpmyadmin and imports it into mysql database (tested, binary safe) - sync-mysql.php connects to two mysql databases and copies each table from first database into the second database (deletes table before copying) This can be useful to load large mysql database into hosting, because phpmyadmin sometimes does not allow to load files greater than 2mb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SourceforgeExport

    Export sourceforge projects descriptions and stats to mysql + analyze

    Export sourceforge projects descriptions and stats into mysql. Show list and table of all projects, stats, tags, links. This version does not use Sourceforge API. Author's site: http://arkhipenko.weebly.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    WeeblyBlogExport

    Export weebly blog posts into mysql and analyze

    Export weebly blog posts into mysql. Count occurences of different resources in each post. Show list and table of all blog posts. Author site: http://arkhipenko.weebly.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    HostingControl

    Sync local site with multiple hostings over FTP

    1. Sync local folder with multiple remote folders over FTP. 2. Collect all file names and sizes of all remote sites. 3. Store credentials for all remote sites in a single mysql table. Works only on Windows, but can be modified to work on linux (previously worked on linux).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Track your iPhone

    A small portable php/MySQL backend server to track an iPhone

    This cross platform PHP/MySQL server side iPhone Tracking Logger serves as an example for getting URL parameters, filtering, validating and storing them in a MySQL DB table. This can be used for tracking your family or group of phones and with small modification can work for a large quantity of device at high speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Ajax Multiple Select Dropdown List

    An AJAX script that can be used te create dynamically multiple Select

    An AJAX script that can be used te create dynamically multiple Select lists with data from a MySQL table. When the user chooses an option from the Select list, it calls an Ajax function that acceses a PHP file that will return another select Drop down according to the option selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CrazyStat

    CrazyStat

    Free PHP web analytics script

    CrazyStat is a web analytics script written in PHP. It does not need access to server-logfiles or a MySQL-database to generate statistics of your website visitors. The script has very good usability and still has lots of features. The stats only need one screen length to present all the information. It's fast because of it's caching technology and uses minimal webspace by compressing logfiles. It's free and released under GPL as open source software. With CrazyStat, it is easy to respect...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    FoRMAiD

    FoRMAiD

    OO webdevelopment framework in PHP

    FoRMAiD is an object oriented (OO) web development framework written in PHP for creating web forms and tables for maintaining data in an easy, fast and secure way. When using the framework, creating a web form is more like configuration rather than programming. Active development stopped in 2012, because its roadmap was obsoleted by frameworks like Drupal and Symfony2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    ABmysql - AutoBackup Mysql
    ABMYSQL - Auto Backup MySQL, is a powerful Web Service that makes it easy to schedule the backing up and restoring of your remote MySQL databases. It's easy to backup your MySQL databases, and restore them to the server. You can to customize the scheduler so that the web service would automatically make the backup from the MySQL databases daily, weekly, monthly, any special date or time interval. All MySQL character sets are supported : UTF8, UCS2 and more. All store engines and table...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ObjetBDD is a Object Relational mapping (ORM) class, whitch encapsulate database's tables access, like Select, Insert, Update or Delete (CRUD : create, read, update, delete). It works with ADODB class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ezStats3

    ezStats3

    a PHP based leaderboard software for Battlefield 4

    ezStats3 for Battlefield 4 is a new and free Leaderboard-Tool for DICE' new AAA shooter. And it is based on P-Stats famous Stats-API. Are you a member of a clan or community which plays Battlefield 4? Do you have on your homepage a list of your members, but no way to link them with their stats in Battlefield 4? What about a tool that displays your members in a list, along with their ranks, points, kills, etc.? Which you can use as a plugin for your CMS? ezStats this tool! You can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    wizardform

    Create html5 forms form mysql table

    This project goal is to give anyone the ability to create html forms and mysql tables without code. Mail features are : Standard fields (text, date, checkbox, select ...). Extended fields like lookup into another table, riche texte editor. Users and right management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Mikkro CMS

    CMS minimal php mysql

    A small simple CMS system which is built up according to how you name the tables in your database. For example if you have a table with pages for your website, and you want a menu, you create your page table in your database with a row called parent_select_menu, parent_select_menu will automaticly link to the id row in the menu table and create a dropdownlist with the name rows in the menu table, in this way you can also create submenus. You can also create radio buttons with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ezStats3 for WoT and WoWP

    ezStats3 for WoT and WoWP

    a PHP based leaderboard for World of Tanks and World of Warplanes

    ezStats3 for World of Tanks is a new and free Leaderboard-Tool for Wargamings famous game. Are you a member of a clan or community which plays WoT? Do you have on your homepage a list of your members, but no way to link them with their stats in WoT? What about a tool that displays your members in a list, along with their ranks, points, kills, etc.? Which you can use as a plugin for your CMS? ezStats this tool! You can install ezStats on your own webspace and run it as a standalone...
    Downloads: 0 This Week
    Last Update:
    See Project