Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #14960
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Combining forms |
| Date | 2015-02-21 18:15 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <mcb3gl$289$1@dont-email.me> (permalink) |
| References | <521b9744-e069-4f53-ad35-da83c089d94e@googlegroups.com> |
On 2/21/2015 5:28 PM, cobble stone wrote: > Hello everyone new to php and i was just seeing if anyone could help me with combining my php forms so that they read from 1 file instead of the 3 individual pages....i took out my code details just so they are not on the internet but the setup of my pages are still in there. can anyone markup my file so that all the content from the 3 forms can be read from 1 form please. > > PHP doesn't have forms. HTML has forms. That's where you need to start. Code your HTML properly (see the appropriate newsgroup if you need help there). Once you have the HTML correct, processing it with PHP should be easy. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Combining forms cobble stone <afor6993@gmail.com> - 2015-02-21 14:28 -0800 Re: Combining forms Jerry Stuckle <jstucklex@attglobal.net> - 2015-02-21 18:15 -0500 Re: Combining forms Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-22 05:27 +0000
csiph-web