Search results

  1. N

    View HTML source code in browser..Disable HTML in PHP chat ?!?

    when a user submit an HTML code in the chat example : <h1><a href="mysite">Go here</a></h1> how can i make it appears as text knowing that i can't edit them since its a big sql database i just want a code to add before and after example <nohtml> <h1><a href="mysite">Go here</a></h1> </nohtml>
  2. N

    Blackberry 9700 bold .. can't zoom in camera ?

    It was working fine but now when i try to zoom nothing happens ?!
  3. N

    When you chmod a file to 777 is it writable only by your php script ? if no...

    ...how to make it secured ? I chmod a file to 777 as i need my php script to edit it from time to time is this file protected and only writable by my php script or it can be edited by unauthorized persons and how to make it secured but still editable by my php script ?
Back
Top