Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~342 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for benzspider

trying to create a script that will redirect user to a new webpage based on the user's browser preference. dont know if this script is right is the write way to write one <? php header ('location: http://www.yahoo.com/' http://www.msn.com/' http://www.ask.com/' ) ; ? > or <? header ( "location: $_post …

Member Avatar for DanceInstructor
0
68
Member Avatar for benzspider

can any one help me with this script I am just gettin started with PHP I am trying to create an calculation script that would calculate the Constant: PI = 3.1415926535 Radius, area, and circumference of a circle . This is what I have dont so far but just cant …

Member Avatar for DanceInstructor
0
125
Member Avatar for benzspider

trying to create the front end to a script that will calculate the area and circumference of a circle. (1)HTML form that will contain three input fields and a submit buttom (2) will have only one text input field that input field is radius (3)Create a calculation script with the …

Member Avatar for Troy
0
149