iSelfSchooling.com - Since 1999  References  |  Job Openings  |
    Home  | Search more  | Oracle Syntax  | Instructor-Led in Class   | (Members to access to VIDEOS)
 

Copyright & User Agreement

   Suggestions Email2aFriendHomepage us! |  Bookmark

Services

  Vision/Mission

  Services

  Biography

  Contact Us

 FREE Training

  Start...

  SQL

  PL/SQL

  Forms 

  Reports

  DBA Fundamentals

  Performance

  Prepare for OCP

  ShareUrNotes

...

  Acknowledgement

  Who is who

  University Directory

  Links...

 

 

 

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

More Resources by Google:

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:
<http://www.iselfschooling.com/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