Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Queueing System with SMS(SOURCE CODE): PHP MYSQL - For your Reference

jonyx

Recruit
Basic Member
Messages
1
Reaction score
0
Points
16
Queueing System with SMS: PHP MYSQL - For your Reference.

Open source para sa lahat.
 

Attachments

  • qmsms-master.zip
    1.3 MB · Views: 1,088
Last edited:
pa details naman how to install/implement?
 
hndi po gumagana yung sms nya? buggy din yung call window

may flowchart ba kau for this?
 
Salamat ng marami sa developer nito work fine for me sa mga newbie need na kayo ay marunong sa php and alam nyo po gumamit ng xamp para sa sql database nito.
 
:salute: pasubok ts, sana gumana.. keep sharing :salute:
 
sana maka pag provide ng kaunting info kung pano sya nag wowork kaysa matik nilang e download tong project.
 
<?php
$con = mysqli_connect("localhost","root","", "qmsms");

if(mysqli_connect_errno()){
die("Could not connect ". mysqli_error());
}
?>

ipalit nyo sa connection.php
 
Back
Top Bottom