PHP3 Introduction Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.
| Name: |
Penguin |
| Subject: |
Re: Moving to predefined points in script |
| Date: |
01-25-2000 11:15AM |
I don't claim to be an expert at this, and the way I do it may not be the best. But it does work.
//////////////////////
if(isset($Edit))
{
[block of code that is in caledit2.php3]
}
?>
What would you like to do?
now that script will only run if someone has pressed the edit button, if you want one for the delete button just add it for
if(isset($Delete)){ [block of code] }
Hope That helps!
Penguin
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the PHP Forum!
New On DevShed:
Hot Forum Topics:
|