Jump to content

help with $_POST


keithschm

Recommended Posts

ok so I have a form that reads and writes to a datbase no problem.

when the page loads it has a drop down menu with data and I can pick a name and hit view edit delete, or new to enter a new entry

I am doing these options with

[code]if(isset($_POST['view'])){[/code]

and an entry with view/edit etc..

I want when the first page loads to show some data, but only on the first load. not when view or edit is selcted

do I ned an if or what. I am not sure.

Thanks
Link to comment
https://forums.phpfreaks.com/topic/6099-help-with-_post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.