Jump to content

Combining HTML code and PHP code in PHP functions?


YigalB

Recommended Posts

Can I combine also HTML code in PHP function?

For example, can a PHP function include HTML form and the PHP code to handle this form?

 

If yes, this will make my main code much more smaller and readable.

 

If not, is there a way to define an "external macro" like, which allow me to replace pre-defined lines of code with short alias?

 

 

 

Link to comment
Share on other sites

If my functions are defined at the top of the file, wouldn't it cause their lines to appear on the web page, just because the PHP parser ignored them?

Does it mean that the PHP knows to use the HTML lines inside the functions only when the functions are called by the main program?

Link to comment
Share on other sites

I was sure it's not allowed, because as far as I knew, PHP cares only of code between the PHP tags, so it would pass the HTML code as is because it's on the top of the file.

 

I guess I needed confirmation. I am still learning the logic of the language. Sorry.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.