wdsacademy
Pages
Home
Learn Web Development & Training
Youtube Video
Monday, April 14, 2025
cURL in php
<?php
$web
=
curl_init
();
curl_setopt
(
$web
,CURLOPT_URL,
"Your URL"
);
curl_exec
(
$web
);
curl_close
(
$web
);
?
>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Custom method using prototype in JavaScript.
<!DOCTYPE html> <html> <head> <title>Custom Prototype Method</title> </head> <body> <h2>...
Password Remember using php
Video Link - Go to video Full code - <?php if ( $_SERVER [ 'REQUEST_METHOD' ]== "POST" ) { $email = $_POS...
API using Php | How to design API using php (Mysql Addon)
index.php <?php $url = "your url" ; $web = curl_init (); curl_setopt ( $web ,CURLOPT_URL, $url ); curl_setopt ( $web ,CURLOPT...
Coming Soon.
Go to our Channel - Youtube
No comments:
Post a Comment