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: |
Graham Butler |
| Subject: |
Moving to predefined points in script |
| Date: |
01-23-2000 05:08PM |
Hi,
I'm probably missing something obvious, but is there any way to jump to a particular point in a php3 script by way of a "label" for want of a better word.
For example, I have a simple three button form like this :
What would you like to do?
Now this works fine but of course necessitates a second file, named caledit2.php3. Can I not include the contents of caledit2 in the above file, label it somehow and put that label in the action attribute of the form so it jumps further down the script?
Cheers in advance.
Graham
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the PHP Forum!
New On DevShed:
Hot Forum Topics:
|