how can i hide php-mysal access functions?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
priyanob
Forum Newbie
Posts: 6
Joined: Wed Dec 09, 2009 7:09 pm

how can i hide php-mysal access functions?

Post 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.
Last edited by priyanob on Thu Jan 07, 2010 7:40 pm, edited 1 time in total.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: HOW I CAN HIDE PHPMYSQL STATEMENTS?

Post 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.
Post Reply