Yeah, this way it works fine... Just a thought like that, but maybe your session unsetting process is the cause of the problem... I don't know the method you use ($_SESSION = array(); etc) , but I...
Are you setting and echoing $_COOKIE['rememberme'] in the same script ? In this case you'll need to reload the page for this to work, it seems that you can't set a cookie and echo its new value in...
Could you at least put your php code between php vB tags, like this [ PHP ] <your code in here> [ /PHP ] (but without the spaces between the brackets and the "PHP"). And same thing for your HTML code...
Since you alreasy suggest paypal, you might be interested in its online documentation. I have heard that many people dislike Paypal, has anyone a clue why?
Maybe more customisable output in case of an unexisting image? Just alternate text is not very flexible and its display on IE (still used by a major part of the internet users) is totally ugly.
Why the heck do you need that "piping" to save an email into a db ? And what is that "please reply above this line" thing? Do you have any form, any textarea, any input tag? Where is all this?
Oh yes I forgot, you should add some security of course, so that the only possible "by"s will be "date", "band", "label" etc and the only possible "order"s will be "asc" and "desc".
if...
The arrows should link to something like http://site.com/page.php?by=band&order=asc, well the url should specify what to order by and whether asc or desc. Then modify your query to something like...
Maybe put an <option value="/faq/services.php?id=all">All</option> and modify your php code a bit, something like
if ($_GET['id'] == "all") {
for ($i = 1;$i<=19;$i++) {
$info =...
I think there's something wrong with passwords in this case, I got this problem too. Try to log in as root user into mysql and execute the following command:
SET PASSWORD FOR 'user'@'localhost' =...
This is the ini_set() function's job. More infos @ http://fr.php.net/manual/en/function.ini-set.php . The params to change are:
upload_max_filesize
post_max_size
max_input_time