i am again stuck in joomla doing as usual an unusual task so please help.
i am using joomla Joomla! 3.4.8 and i created custom PHP search box (search.php) and its result page (results.php) which shows result from database what ever request submitted from search box fields it get results from DB and showing to me.
Ok after testing PHP search page to another PHP result page and confirming everything is perfect i placed search page code in joomla custom-html module by using nonumber extension it shows results fine on my result page which URL is described in a custom PHP page (results.php) so everything seems fine till this point.
Now when i placed results.php page code very carefully in my joomla article by using same extension nonumber-sourcerer and updated new URL e.g (myjoomla.com/my-results) in the URL inside search page code so when i search my browser take me to my mentioned/given URL BUT shows no record :( even same results.php code is inside !
my post action is following: <form name="search-fare-plan" method="post" action="results.php">
and when i call a joomla page code it is like: <form name="search-fare-plan" method="post" action="my-results">
Any help would be much appreciated please...