how can i hide php-mysal access functions?
Moderator: General Moderators
how can i hide php-mysal access functions?
Suppose i use FORM METHOD=POST in my php page and i have to process the sent data. Instead of sending to some other php pages can i use the same page for processing the same data. And also how could i hide the database accessing functions in the view page source.
Last edited by priyanob on Thu Jan 07, 2010 7:40 pm, edited 1 time in total.
Re: HOW I CAN HIDE PHPMYSQL STATEMENTS?
PHP code would never be shown in the source of a file if it's parsed by the server. Also, please don't use ALL-CAPS in the subject in the future.