Hello
how secure is the queries that i am going to put in 123.php, and they dont use any user input ( no get no post and no request methods )
simply i am going to create as many as i need of files to do these queries
for example
joomla >>> adds topic A in category 1
in another directory of my website i am going to display topic A or catewgory 1
so when i need this or any more complicated things ... i will create a file and include it
so for example if i want to show in my sub directory website all categories from my joomla website which is in main directory ... i will create a file to go select all categories and display them ...
so i can call the file file.php and take nothing from get like file.php?some=badcode
so again to the question
what do you think guys
is this secure ... and how secure is it ? i just need to make sure no one view the original file which have the sql information or do i have to do some more work to do this simple thing
thanks