PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Ok, here's my ultra basic HTML form:
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Are you trying to write the form information, or writing the actual HTML of the form? If you are trying to get the form information you will have to handle the checkbox information with some type of control structure. Otherwise, just push the HTML out to the text file via a print() or echo statement. You may need to add some parsing in there to avoid conflicting quotes, etc...