Page 1 of 1

how can i hide php-mysal access functions?

Posted: Thu Jan 07, 2010 9:00 am
by priyanob
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.

Re: HOW I CAN HIDE PHPMYSQL STATEMENTS?

Posted: Thu Jan 07, 2010 9:47 am
by Eran
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.