help finding hacking loopholes
i was attacked by a redirect php injection
my pc is clean of viruses
so i figure that
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
Good Programming and Web Design Books
Hi,
I recived a pm today from a fellow phpfreaker regarding php books, i replied with the fo
Socket problem
Hello,
Earlier I posted about my problem with my socket script. It took up to 100% CPU usage.
PHP mail() with images
I'm trying to get images to send along with my HTML e-mail sent through PHP mail(). I only tried vie
Disable html within defined tags
I have a mysql database that allows users to enter content with html, but I also want to have a tag
function to return url
Hi,
Can you guys help me giving a function that takes all the contents in a particular field
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.