Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #72.8K
~819 People Reached
Favorite Tags
c x 1
php x 1

3 Posted Topics

Member Avatar for Snehamathur
Member Avatar for newbi11

Hi, I have analysed your code of both html and php file. Thre is some problem in both of files i found. the working code is below htmlfile -------------- [CODE]<html> <head><title>contact us </title> </head> <body> <form action="step2.php" method ="post"> Name<br/><input type="text" name="username" /><br/> Email<br/><input type="text" name="email" /><br/> Inquiry<br/> <textarea row="7" …

Member Avatar for newbi11
0
161
Member Avatar for maubybark

Hi, change this while condition to while ((idnumber ==000) || (age== -1)); to while ( (idnumber !=0) || (age != -1) ); Your program will work

Member Avatar for uttamclasses
-1
274

The End.