is ur server running fine?
its xampp or wamp?
Admin have you deleted my query?
How can we apply date validation in laravel for dd-mm-yyyy format?
Why, my client need, is this anything wrong about question?
you mean php backend or admin panel?
Anyone familiar with Braintree payment integration?

update your windows to latest version
its xampp or wamp?
or turn on windows update and install all
I am trying to run so I didn’t run
need to check that code one raju.

yeah


kirti can u elobrate lil bit
Why, my client need, is this anything wrong about question?
it loads complete blank page on live server
only displays
db success connection
it loads complete blank page on live server
only displays
db success connection
check your code then
include ‘./vendor/autoload.php’;
use TwilioRestClient;
include ‘db.php’;
$conn = OpenCon();
echo “Connected Successfully”;
CloseCon($conn);
$dotenv = DotenvDotenv::createImmutable(__DIR__);
$dotenv->load();
if(isset($_POST[‘mobile’]) && isset($_POST[‘msg’])){
// Your Account SID and Auth Token from twilio.com/console
$account_sid = $_SERVER[“TWILIO_ACC_SID”];
$auth_token = $_SERVER[“TWILIO_AUTH_TOKEN”];
echo $account_sid;
// In production, these should be environment variables. E.g.:
// $auth_token = $_ENV[“TWILIO_AUTH_TOKEN”]
// A Twilio number you own with SMS capabilities
$twilio_number = $_SERVER[“number”];
$client = new Client($account_sid, $auth_token);
$message = $client->messages->create(
// Where to send a text message (your cell phone?)
‘+91737287233’,
array(
‘from’ => $twilio_number,
‘body’ => ‘I sent this message in under 10 minutes!’
)
);
if($message->sid) {
echo “Message sent!”;
}
}
error_reporting(E_ALL & ~E_NOTICE);
?>
<h2>Sending SMS using twillio api</h2>
<form action=”” method=”post”>
Enter Mobile: <br>
<input type=”text” placeholder=”Mobile Number” name=”mobile”><br>
Message<br>
<textarea name=”msg” placeholder=”Message” id=”” cols=”30″ rows=”10″></textarea><br>
<input type=”submit” value=”Submit”>
</form>
include ‘./vendor/autoload.php’;
use TwilioRestClient;
include ‘db.php’;
$conn = OpenCon();
echo “Connected Successfully”;
CloseCon($conn);
$dotenv = DotenvDotenv::createImmutable(__DIR__);
$dotenv->load();
if(isset($_POST[‘mobile’]) && isset($_POST[‘msg’])){
// Your Account SID and Auth Token from twilio.com/console
$account_sid = $_SERVER[“TWILIO_ACC_SID”];
$auth_token = $_SERVER[“TWILIO_AUTH_TOKEN”];
echo $account_sid;
// In production, these should be environment variables. E.g.:
// $auth_token = $_ENV[“TWILIO_AUTH_TOKEN”]
// A Twilio number you own with SMS capabilities
$twilio_number = $_SERVER[“number”];
$client = new Client($account_sid, $auth_token);
$message = $client->messages->create(
// Where to send a text message (your cell phone?)
‘+91737287233’,
array(
‘from’ => $twilio_number,
‘body’ => ‘I sent this message in under 10 minutes!’
)
);
if($message->sid) {
echo “Message sent!”;
}
}
error_reporting(E_ALL & ~E_NOTICE);
?>
<h2>Sending SMS using twillio api</h2>
<form action=”” method=”post”>
Enter Mobile: <br>
<input type=”text” placeholder=”Mobile Number” name=”mobile”><br>
Message<br>
<textarea name=”msg” placeholder=”Message” id=”” cols=”30″ rows=”10″></textarea><br>
<input type=”submit” value=”Submit”>
</form>
this is my code
i have used the function error_reporting(E_ALL & ~E_NOTICE); and it didn’t through any error
explain
you mean php backend or admin panel??
use phpmailer, and google smpt
what is the iron