Hi
I am newbie to this php world.
I have "enc.php" which is encrypted/encoded.
this "enc.php" is calling/invoking/including "sf.php" file.
(i am not sure how sf.php is called, but i am very much sure that enc.php is calling sf.php)
sf.php file has all core functions like dbconnect(),sendmail() ... many more like such.
i changed few lines in sf.php.
now my changes are not reflecting(not able to see at runtime).
I was able to changes all other php files and could see online except sf.php.
What shall i do to make my changes work?
Please please help me in this.
looking for help badly.