10/09/2024
IMPORTANT : Now merging phponweb.com with my other website https://www.templateonweb.com. please visit.
300+ Free Website Templates - TemplateOnWeb
Explore 300+ high-quality free website templates and themes, perfect for web developers and freelancers building client sites. Download the perfect design from our selection to craft your stunning website effortlessly.
30/08/2017
Curl GET and POST method calls – PHP Example
curl is an open source command line tool and library for transferring data with URL.
curl is a powerful system to transfer data to many protocals. it is a good way to send data between websites.
CURL is unrestricted so it can be make simple HTTP Request ,also make complex FTP upload with an authentication, also can make HTTPS requests.
https://www.templateonweb.com/curl-get-post
30/08/2017
Array Basics-PHP Example
Array is a collection of similiar types of datatypes.
Array is used to stores multiple values in one place.
Array contains key => value pair, each value in array assigned on a key (index).
We can fetch stored value with the use of key (index).
Array basics - PHP Example
Array in PHP is a collection of similiar types of datatypes. Array is used to stores multiple values in one place. Array contains key, value pair each value in array assigned on a key (index). We can fetch stored value with the use of key (index).
30/08/2017
String Basics – PHP Example
A string is a sequence or series of characters, numbers, symbols in php.
Characters comes inside single quotes or double quotes treat as string.
We can create string by enclosing characters inside single / double quotation mark.
https://www.templateonweb.com/core/string-example
30/08/2017
Variables – Php Example
A string is a sequence or series of characters, numbers, symbols in php.
Characters comes inside single quotes or double quotes treat as string.
We can create string by enclosing characters inside single / double quotation mark.
Variables basic in Php
Variable in PHP is used to store a value in memory. We can store integer, strings, characters, decimals in memory by using variables in PHP.
30/08/2017
Install PHP and Mysql – WAMP Server
As a beginner, who want to learn PHP . One of the main question is how to create your first php program and how to run it. Php is a server side language so need a server to run php programs. In this blog we are using wamp server for php programs to run. Install Wamp Server and create a “Hello World” program and run it.
Install PHP and Mysql - WAMP Server
As a beginner, who want to learn PHP. One of the main question is how to create your first php program and how to run it. Php is a server side language so need a server to run php programs. In this blog we are using wamp server for php programs to run. Install Wamp Server and create a Hello World pr...