PHP Web form

is there a tutorial for setting up a php request inside a app, such as a client to business request automated through a server for email or newsletter,etc in that all queries about,( for example), ''send me more information about your product" with a subject line, body paragraph and submit button? [import]uid: 88495 topic_id: 31267 reply_id: 331267[/import]

You can use network.request() to POST data to a PHP script on your server. Is that what you’re looking for?

Jay [import]uid: 9440 topic_id: 31267 reply_id: 125027[/import]

so if a client wanted to be contacted by a business the person would submit a pre filled form. This form, would be sent to like a server I’m assuming, or a manager’s email inbox, so he or she could sort through requests from individuals. I would have to read more on network. request(). The layout would be three text boxes, with a submit button at the very bottom. I’m not sure how iI would put this in a screen.view I’ve only used buttons that call from local sprites. [import]uid: 88495 topic_id: 31267 reply_id: 125028[/import]

Thanks for that Jay.

stephen [import]uid: 88495 topic_id: 31267 reply_id: 125029[/import]

You can use network.request() to POST data to a PHP script on your server. Is that what you’re looking for?

Jay [import]uid: 9440 topic_id: 31267 reply_id: 125027[/import]

so if a client wanted to be contacted by a business the person would submit a pre filled form. This form, would be sent to like a server I’m assuming, or a manager’s email inbox, so he or she could sort through requests from individuals. I would have to read more on network. request(). The layout would be three text boxes, with a submit button at the very bottom. I’m not sure how iI would put this in a screen.view I’ve only used buttons that call from local sprites. [import]uid: 88495 topic_id: 31267 reply_id: 125028[/import]

Thanks for that Jay.

stephen [import]uid: 88495 topic_id: 31267 reply_id: 125029[/import]