Posted by Michael Fesser on 06/26/07 13:59
..oO(php.developer2007@gmail.com)
>Basicly i want to remove this sha1 code from the link and access
>index1.htm file.Help me if you can please.
Have a look at string functions (strpos() and substr_replace() might be
helpful, if it's really a SHA1 hash with a fixed length) or a regular
expression and preg_replace().
Micha
Navigation:
[Reply to this message]
|