Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion register.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
include 'db.php';
// i think ur use codeigniter framework for ceate a best website for recharge multiple network this is easy and atractive framework

if(isset($_POST['name']) AND isset($_POST['email']) AND isset($_POST['mobile']) AND isset($_POST['password'])){
$name=$_POST['name'];
Expand Down Expand Up @@ -84,4 +85,4 @@

}

?>
?>