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
~290 People Reached
Favorite Forums
Favorite Tags
php x 4
Member Avatar for KJThaDon

Ok so what I though should be pretty easy has got me going crazy. I cannot figure out a conditional statement to get this to work the way I need it to. This is my first page index.html which is a form and will post to the next page below …

Member Avatar for pritaeas
0
94
Member Avatar for KJThaDon

[url]http://lcdforvideo.com/josh/[/url] I am trying to add additional input fields to the fields Features, Includes, and both rows under Specifications. I would like them to post to the next page when you submit. I have got all of the other ones working but I cannot figure out how to get additional …

Member Avatar for pritaeas
0
90
Member Avatar for KJThaDon

I am trying to make a conditional to only show the Div and contents inside the div/ul if the first input "Features01" has some input. Any help is appreciated! Thank you! [CODE] <?php if (isset($_POST['Features01'])){echo "<div><h3>Features</h3><div><ul><li>$Features01</li>";}?> <?php if (isset($_POST['Features02'])){echo "<li>$Features02</li>";}?> <?php if (isset($_POST['Features03'])){echo "<li>$Features03</li>";}?> <?php if (isset($_POST['Features04'])){echo "<li>$Features04</li>";}?> <?php if …

Member Avatar for pritaeas
0
106