₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,804 members, 8,423,813 topics. Date: Wednesday, 10 June 2026 at 10:28 AM

Toggle theme

Walterjnr's Posts

Nairaland ForumWalterjnr's ProfileWalterjnr's Posts

1 2 3 4 5 (of 5 pages)

ProgrammingSms Api by walterjnr(op): 9:18pm On Oct 07, 2020
Hello, what is the best and cheapest SMS Gateway i can Integrate into my website.i need an SMS that can send messages to other countries. i don't want Twillo and Nexmo cos they are expensive.?
ProgrammingRe: Sms Integretion On A Php Software by walterjnr(m): 9:08am On Aug 04, 2020
maxotega:
Hi, i have a software for daily contributions collection (Adashe) and i want to integrate sms in it, so that people can receive credit or debit alert as they pay in money . Please who can help out at affordable price. Its a php and mysql appluication. Urgent....
Use this code

if(isset($_POST["btnsms"]))
{


$username='xxxxxxxxxx@gmail.com';//Note: urlencodemust be added forusernameand
$password='xxxxx766';// passwordas encryption code for security purpose.

$sender='Adashe';

$url = "http://portal.nigeriabulksms.com/api/?username=".$username."&password=".$password."&message="."Your Account Balance: ".$_SESSION["balance"]."&sender=".$sender."&mobiles=".$phone;

$ch = curl_init();
curl_setopt($ch,CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER, 0);
$resp = curl_exec($ch);

//echo $resp;// Add double slash or delete “echo”
//echo "<br>Thankyou for using Bulk SMS NigeriaAPI";//Your notification message herecurl_close($ch
}

more info whatsapp - 080 6736 1023
ProgrammingRe: Sms Integretion On A Php Software by walterjnr(m): 12:04am On Aug 04, 2020
maxotega:
Hi, i have a software for daily contributions collection (Adashe) and i want to integrate sms in it, so that people can receive credit or debit alert as they pay in money . Please who can help out at affordable price. Its a php and mysql appluication. Urgent....
can do that for u under 10 minutes. is simple.


whatsapp me 0806 736 1023
ProgrammingRe: My Dashboard Works Well On Localhost But Does Not Work After Hosting by walterjnr(op): 11:53pm On Aug 03, 2020
bunnaes:
This mumu akwa ibom man.. You have come again with foolish questions.
For many years now you are still learning the basics
you want them to Ban me when i reply you.

Hold your sight o.
ProgrammingRe: My Dashboard Works Well On Localhost But Does Not Work After Hosting by walterjnr(op): 1:25am On Jul 30, 2020
thanks Solved it now
ProgrammingMy Dashboard Works Well On Localhost But Does Not Work After Hosting by walterjnr(op): 1:20am On Jul 30, 2020
please i need your help,
my dashboard works very well on localhost but when i take it online by hosting , it does not display well. some feature does not work like table etc

i have checked and compared the php version and they are the same . (i.e mine is php 7.2.18 and hosting firm php 7.2)

don't know what to do again.

i also discovered that other pages like regiistration forms works well except my index.php page

please help
ProgrammingPaga Api Integration by walterjnr(op): 2:02pm On Jul 23, 2020
Good day Nairalanders. please who has implemented Paga payment gateway Api in php before.
i need help
PoliticsRe: Presidency Summons Matawalle Over Insecurity In Zamfara by walterjnr(m): 9:32am On Jun 24, 2020
PatriotTemidayo:
Where is Katsina Governor?

Where is Kaduna Governor?

............. This government is populated by clowns.
GST 111- use of English

“We discussed intensively about the security issue in Northern Nigeria, not just in Zamfara. “We met in the National Security Adviser’s office with northern governors and the Inspector-General of Police and other security agencies. “We discussed extensively on the issue of insecurity
ProgrammingRe: Problem With Prompt Box And PHP by walterjnr(op): 11:17am On May 03, 2020
You guys are great
ProgrammingRe: Problem With Prompt Box And PHP by walterjnr(op): 11:17am On May 03, 2020
hollyfat:
You are sending the prompt value using get method. You need to access it on your php script using $_GET['newVal' ]
Worked like Mad.

Used $newVal =$_GET['newVal'];

only changed
from : window.location.href = "btwc_authenticate.php?newVal='+newVal+'";

To: window.location.href = "btwc_authenticate.php?newVal="+newVal+"";

Thanks . U r a bad guy
ProgrammingRe: Problem With Prompt Box And PHP by walterjnr(op): 6:47am On May 03, 2020
Kingpinukecy:
Bros from what i saw , i understan u small.

Sore, what u need to do is to include that btwc_auth page in ur loader.php page and then select the data u want to compare with newval and store dat data in a variable the u do somthing like this

Loader.php
Include 'btwc_authenticate.php';

btwc_data=document.getElementById(id).INNERHTML

<script>
function myFunction() {

var newVal = prompt("Please enter your BWTC:"wink;
if (newVal === " " ){
alert("Empty entry! Try again" );
} else if (newVal=='btwc_data' ){
// user typed something and hit OK
window.location.href = "loader_2.php";

} else {
// user hit cancel

}
}
</script>

But i dont actually know which of ur page will load first... Let me know the page that loads first so that i can help u fix it.

What u r trying to do is very very simple. I jux need to understan u well.

U can add me on whatsapp for more guidelines zero seven zero three zero six five two two zero three
Thanks bro.
Loader.php is loading first and sends value to btwc_authenticate.php page
ProgrammingRe: Problem With Prompt Box And PHP by walterjnr(op): 6:45am On May 03, 2020
hollyfat:
You are sending the prompt value using get method. You need to access it on your php script using $_GET['newVal' ]
Thanks. Will try try then give you feedback.
ProgrammingProblem With Prompt Box And PHP by walterjnr(op): 10:48pm On May 02, 2020
Please i have an issue comparing value from Prompt box to database (like Login )
i can't pass variable from Javascript in loader.php to a variable in btwc_authenticate.php. please.
This is my code:
Loader.php
<script>
function myFunction() {

var newVal = prompt("Please enter your BWTC:"wink;
if (newVal === ""wink {
alert("Empty entry! Try again "wink;
} else if (newVal) {
// user typed something and hit OK
window.location.href = "btwc_authenticate.php?newVal='+newVal+'";

} else {
// user hit cancel

}
}
</script>

btwc_authenticate.php

<?php

session_start();
//error_reporting(0);
include('../includes/config.php');

//$newVal = +newVal+ ;

$newVal =$_POST['newVal'];

$sql = "SELECT * from transfer_code WHERE BWTC=:BWTC";
$query = $dbh->prepare($sql);
$query-> bindParam(':BWTC', $newVal, PDO::PARAM_STR);

$query->execute();
$results=$query->fetchAll(PDO::FETCH_OBJ);
if($query->rowCount() > 0)
{
$_SESSION['sess_newVal']=$newVal;
header("location:loader_2.php"wink;
}else{
?>

<script>
alert('BTWC PIN Not Correct ');
window.location = "loader.php";
</script>

<?php

}
?>

pls help. thanks
ProgrammingRe: Problem With Checkbox In Php by walterjnr(op): 2:43pm On Feb 09, 2020
Thanks man

Thenaijaitguy:
Here is the solution.
ProgrammingRe: Problem With Checkbox In Php by walterjnr(op): 7:59pm On Feb 03, 2020
Still waiting for the code o. Pls


Thenaijaitguy:
Your code is correct is just the hmtl and the styling.I can't really explain bootstrap here. Another trick is to use limit in your SQL query

For the first column you can use limit 10
Same with the second column and set offset .
If I'm less busy tomorrow I can write the code and upload on my site for you .
ProgrammingRe: Problem With Checkbox In Php by walterjnr(op): 10:55pm On Feb 02, 2020
Thanks

ANTONINEUTRON:
might still be more complicated..

he should just solve d problem from d frontend.
ProgrammingRe: Problem With Checkbox In Php by walterjnr(op): 11:21pm On Feb 01, 2020
Will be glad. Note i am calling the data from a single column.

Thenaijaitguy:
Your code is correct is just the hmtl and the styling.I can't really explain bootstrap here. Another trick is to use limit in your SQL query

For the first column you can use limit 10
Same with the second column and set offset .
If I'm less busy tomorrow I can write the code and upload on my site for you .
ProgrammingRe: Problem With Checkbox In Php by walterjnr(op): 7:09pm On Feb 01, 2020
Thenaijaitguy:
You can use col-md-3 in bootstrap.

It will divide the row into three .

Let me know if that fix it .
How do i use it in my code. Or is my code not correct?
ProgrammingProblem With Checkbox In Php by walterjnr(op): 4:19pm On Feb 01, 2020
please , how can i achieve this in shown in picture labelled "1"

i used this code below and got what you are seeing in picture labelled "2"

<table width="0" border="0">
<tr>
<td width="200"><span class="style3 style3">
<label>
<?php
$sql ="SELECT * FROM tbl_permission";

$query = $dbh->prepare($sql);
$query-> bindParam(':display_name', $display_name, PDO::PARAM_STR);

$query->execute();
for($i=0; $row = $query->fetch(); $i++)
{


?>
<input name="checkItem[]" type="checkbox" value="<?php echo $row['id']; ?>">
<?php echo $row['display_name']; ?> </label>
</span></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><span class="style3"><span class="style3 style3">
<?php
}

?>
</span></span></td>
</tr>

<tr>
<td><button type="submit" name="btn_save" class="btn btn-primary btn-flat m-b-30 m-t-30">Submit</button> </td>
</tr>
</table>
i want my checkbox to display like in picture labelled "1"

European Football (EPL, UEFA, La Liga)Re: Southampton Vs Manchester United (1 - 1) On 31st August 2019 by walterjnr(m): 1:05pm On Aug 31, 2019
United for life
ProgrammingScratch Card Development by walterjnr(op): 12:32am On Aug 31, 2019
Please what are the steps/techniques involve in scratch card development?

I mean from algorithm to printing of bulk PIN/scratch card.

Thanks
PhonesRe: Airtel Overtakes Globacom To Become Nigeria’s Second Largest Network by walterjnr(m): 3:52pm On Aug 30, 2019
For now Airtel is better than Glo.
Jobs/VacanciesRe: Police Suspend Recruitment Of 10,000 Constables, Give Reasons by walterjnr(m): 3:49pm On Aug 30, 2019
Naija i hail.
SportsRe: 12th African Games: Allowances Of All Athletes Paid – FG by walterjnr(m): 4:44pm On Aug 27, 2019
Zico5:
Foolish set of people. U are still broadcasting to the whole world for paying those that represented u well in a global competition. Nigeria is truly in trouble
Read with understanding b4 exposing your ignorance.

NAN reports that the clarification became imperative following reports in some quarters that some athletes were being owed allowances.
CelebritiesRe: Photos Of DJ Kaywise New House: "Latest Landlord" by walterjnr(m): 10:02pm On Aug 13, 2019
Thank God for him.

For research project students , we have this for you

1 2 3 4 5 (of 5 pages)