I'm trying to get the date until my account is invalid but all my code gets is the date, is there anything wrong with this code?
What I'm tying to get is "Your Premium-Account is valid until Wed, 31. Oct 2007." And all my code gets is "Wed," Can anyone see what I'm doing wrong?PHP Code:ereg("Your Premium-Account is valid until ([a-zA-Z\_0-9\.,-]+)", $pagedata, $valid);




Reply With Quote