iSelfSchooling.com  Since 1999     References  |  Search more  | Oracle Syntax  | Free Online Oracle Training

    Home      .Services     Login       Start Learning     Certification      .                 .Share your BELIEF(s)...

 

. Online Accounting        .Copyright & User Agreement   |
    .Vision      .Biography     .Acknowledgement

.Contact Us      .Comments/Suggestions       Email2aFriend    |

 

How to manually send parameters or data to a web page in PHP?

How to manually send parameters or data to a web page in PHP?


You pass data or parameter immediately after the handling PHP script. You enter “?” mark to start passing your parameter, an ampersand (&) to separate them and “%” to add blank space.
For example:
</handle_ratingweb.php?title=Mr.&name=John%5Kaz>

It means I have two variables: title with a value of Mr. and 
name with a value of John Kaz and so on.


Note to remember:
You can change and increment an input number by using the follow format.
$my_money = number_format; (123.95,2) // 2 indicates the decimal point.
$my_money++; // increment my money by one.
$my_money--; // decrement my money by one.

 

 

Google
 
Web web site