question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
Header is not working in IE
Hi ! header function is not working in IE but it works in FF, Safari, Chrome. any help please. :
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
javascript in php code causes page to display white
Hi All,
Odd one this, I've got the following code (below) which is a simple log in form. The
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c