Search results

  1. S

    If i build all my site inside index.php from Joomla people can see the php

    code in Joomla's index.php? I want to build all my site using includes and the $_GET method in the index.php file from Joomla and just import modules when needed. Will people be able to see the php code in index.php? I don't want to use Joomla's pagination system, only the user system.
  2. S

    Is it safe to call php files from flash using $_GET variables?

    Ok what i want to do is call a php file from flash like: index.php?process=send&var1=99&var2=390 Basically the index.php when encountering "send" would have to send 99 and 390 to the database and do some mySQL stuff. My question is... Is this safe? Can it be intercepted? If so how can i make it...
Back
Top