mysqli

  1. C

    ❓ Help Fatal Error MYSQLI

    FIXED
  2. D

    🔒 Closed Simple Sales Inventory System

    Simple Sales Inventory System (use for educational purpose only, kayo na bahala magupgrade para sa school project nyo hahaha) Functions -login -add product -edit product -delete product -add stocks -generate sales report (pfd format) -sale products (walk-in) -generate receipt (pdf format)...
  3. D

    🔒 Closed Simple Barangay Resident Identification Card System

    Simple Barangay Resident Identification Card System Functions -login -add resident -edit resident -delete resident -generate residents identification card (pdf format) Others -set municipality name -add barangay's name -set barangay captain name xampp version use v8.0.2 Download here
  4. A

    🔒 Closed Simple Public Chat Room Using PHP and MySQLi V2 (UPDATED)!!!

    Good Day mga idol! Eto pala yung updated!!! Share ko lang ulit :) This is a simple chat system wherein you can send messages in public and send a private message to every user :) Features: Login Registration User account modification Chat Sending message with embedded emojis :) Sending...
  5. A

    🔒 Closed Simple CRUD (create, read, update and delete) System using PHP and MySQLi

    Good Day mga idol! Share ko lang din itong simple CRUD system na ginawa ko last 2019 using PHP and MySQLi :) Change nyo nalang din yung extension file nung crud - pjc.doc from ".doc" to ".zip" :) Hope this helps! -phpDev
  6. A

    🔒 Closed Simple Bulk/Multiple Uploading of Files using PHP and MySQLi

    Good Day mga idol! I just want to share this simple but helpful code on how to upload multiple files/attachments using php/mysqli :) change nyo nalang yung extension file from ".doc" to ".zip" Hope this helps :) Kampay! -phpDev
  7. D

    🔒 Closed Return to same page after update

    Hi po mga bossing, gusto ko po sanang makita agad yung changes ng update after submit sa same page kung saan ako nag update. Nag research po ako ay ito yung nakita ko, pero di po ako binabalik sa same profile page pag nagupdate po ako. Lumalabas lang yung prompt na "Updated!" tas blank page na...
  8. D

    🔒 Closed Mysql two where conditions

    Hello mga bossing, ano po kaya ang mali sa query ko? May search box po kasi ako, tas kailanga ko lang lahat ng results ay status='Active'. $query = "SELECT * FROM `firm` WHERE CONCAT(`fname`, `lname`, `age`, `position`) AND (status = 'Active') LIKE '%".$valueToSearch."%'"; Salamat po!
  9. D

    🔒 Closed Insert two values in 1 dropdown selection

    Hello mga bossing, pano po ako makakakuha ng dalawang output sa isang dropdown selection para ma push sa dalawan db columns pag submit? <select name="code" id="drop" type="text"> <option value="alpha">Alpha</option> <option value="tango">Tango</option>...
  10. D

    🔒 Closed Insert update from one table to another table

    Hello po mga bossing, may ginagawa po akong parang feedback/comment system para po sa different topic na e-po-post. Gamit ang tbl1, nakakapag-update po ako ng walang problema. Yung kailangan kulang pong gawin e-insert din po pag-submit ang laman ng $1_id, $name1, $comments1, $com_timestamp1 ni...
  11. T

    🔒 Closed How to disable date in datepicker already added from database?help please for my thesis

    Patulong sa mga web developer please para lang po sa thesis. Gusto ko po sana disable yung date na select na ng user maximum of 3 reservation in same date. Example If meron na 3 reservation in same date dapat po naka disbable na sya hindi na po clickable. Please patulong po checking po kasi...
  12. D

    🔒 Closed Database insert doesn't align in row

    Hello Po, nag-aaral po ako mag PHP and gumawa ng simple na attachment app. Pero everytime po ako nag papasok sa DB, nag a-add po ng separate row yung attachment link na dapat po sa iisang row lang. DB: CREATEDATABASE`order` CREATETABLE`item` id INT(3) UNSIGNED AUTO_INCREMENT PRIMARY KEY, name...
  13. W

    ❓ Help How to use mysqli po xd

    Paturo nmn po panu gamitin at ano po mga proper query ng mysqli para magamit ko po sa 000webhost Salamt :)
  14. S

    🔒 Closed CRUD (Create Read Update Delete) using bootsrap

    para sa mga baguhang kagaya ko. :D at sa mga may instructor na nagmamagalin, hindi naman makapagturo ng maayos. :D mas madali matuto sa debugging. just saying. :D visit the video on youtube nasa description yung download link. :D or just download it here: source code : http://adf.ly/1ZSzLC...
  15. D

    👨‍🏫 Tutorial How to install PHP extension MySQLi on cPanel/WHM using EasyApache Exhaustive Options List

    To install PHP extension MySQLi using EachApache: Login to WHM as 'root' user. Either search for "EasyApache" or go to Software > EasyApache Scroll down and select a build option (Previously Saved Config) Click Start "Start customizing based on profile" Select the version of Apache and click...
Back
Top