Jump to content

Loading php file into div tag


headhair

Recommended Posts

I have two div ids, say sidelink & formData

 

Sidelink contains a link (<a href> tag.

When that link is clicked on,

I need to load a form.php file (resides in the same server)

into the formData div.

 

The form.php contains form details to be submitted.

 

Is is possible to load the form.php file (not the content of form.php) using only AJax?

 

Thanks in advance

 

Link to comment
https://forums.phpfreaks.com/topic/247946-loading-php-file-into-div-tag/
Share on other sites

Thanks for reply Mr. ManiacDan

That's what I just wanted to do.

 

But let me know how to capture the HTML output.

 

I have a select box that is populated using MySQL while loading PHP file.

 

 

I could ajax the page. But the Select box is empty.

 

help needed.

 

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.