Jump to content
Larry Ullman's Book Forums

Recommended Posts

Jack, I'm not Larry, but I may be able to help. To help though, a little more context may be helpful.

When you post the form data, is it posting to the same script you render the web page from or is it posting to a completely separate script? That will greatly affect how you display the posted data.

Thanks.

Link to comment
Share on other sites

On 1/21/2019 at 8:13 PM, HartleySan said:

Jack, I'm not Larry, but I may be able to help. To help though, a little more context may be helpful.

When you post the form data, is it posting to the same script you render the web page from or is it posting to a completely separate script? That will greatly affect how you display the posted data.

Thanks.

Hi,HartleySan,thank you for you help, but please look,if I am doing this right?For example all links

<a href="login.php?lid">

<a hrf="forum.php?lid> 

<a href="post.php?lid>      method="get"

then 

<form action="login.php?lid">

<form action="post.php?lid">   method="post"

right or error?

thanks

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...