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
~235 People Reached
Favorite Forums
Favorite Tags
php x 2
Member Avatar for robertj17

I have to find all the syntax errors in this php file, any help is appreciated <?php $WaitTime = addslashes($_POST['wait_time']); $Friendliness = addslashes($_POST['friendliness']); //missing ) and ; $Space = addslashes($_POST['space']); $Comfort = addslashes($_POST['comfort']); //missing $ $Cleanliness = addslashes($_POST['cleanliness']); $Noise = addslashes($_POST['noise']); if (empty($WaitTime) || empty($Friendliness) || empty($Space) || empty($Comfort) || …

Member Avatar for Biiim
0
84
Member Avatar for robertj17

I need some help on why I cant get these numbers to show from the array when i Run it [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="Revised by josephr10"/> </head> <body> <?php $RatesArray = array(.0525;,.0550;, .0575;, …

Member Avatar for diafol
0
151