Search found 106 matches
- Sun Jun 05, 2011 8:01 pm
- Forum: General Chat
- Topic: Good SEO Tips
- Replies: 0
- Views: 1256
Good SEO Tips
Hi Everyone, I have made several websites which have good content (or at least I personally feel it does, my example being http://www.essenceofbeautybedford.co.uk). I have tried to do some SEO work on it but can't understand a few things and thought just some general advise will be good. A) How do I...
- Thu Jun 02, 2011 4:52 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Jacek wrote: Thats odd well as long as it works If you lookup the X-Mailer line for some random version of outlook you may be abel to get out of the junk folder . also you don't wan nl2br here. Good that you are making progress though Thanks Jacek, I am understanding the php language alot better bu...
- Thu Jun 02, 2011 3:28 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
<?php include('../../core/init.inc.php'); $headers = array ( 'Reply-To: Spaghetti John Offers <Gianni@spaghettijohns.co.uk>'. "\r\n" . 'Return-Path: Offers at Spaghetti John <Gianni@spaghettijohns.co.uk>'. "\r\n" . 'From: Offers at Spaghetti John <Gianni@spaghettijohns.co.uk>'. ...
- Wed Jun 01, 2011 11:01 pm
- Forum: General Chat
- Topic: Simple HTML & CSS design help needed!
- Replies: 10
- Views: 1959
Re: Simple HTML & CSS design help needed!
haha, i can help you out temor :D - i love css and coding (this is where I am good at) its the php I can't do. :( Sweet, thank you :) Already sent you an email. Get back to me asap and I can see what I can do. :) P.S wouldnt you want something more nicer to look at, that site looks yuk... :oops:
- Wed Jun 01, 2011 10:49 pm
- Forum: General Chat
- Topic: Simple HTML & CSS design help needed!
- Replies: 10
- Views: 1959
Re: Simple HTML & CSS design help needed!
haha, i can help you out temor
- i love css and coding (this is where I am good at) its the php I can't do. 


- Wed Jun 01, 2011 10:41 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Thanks Temor, I will try this :) My problem I have is with the mailing list and HTML I have together, it only shows it to people who have hotmail.co.uk and gmail.com and no other accounts (hotmail.com, yahoo.com and live.co.uk does not work) and have no idea how to combat this which is really confus...
- Wed Jun 01, 2011 9:35 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Will it be easier to pay someone to sort this out, im really stuck as it works for hotmail.co.uk and gmail.com (it puts it in the junk section of hotmail.co.uk) - doesnt work on hotmail.com, have no idea what to do now. 

- Wed Jun 01, 2011 7:41 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Nothing is actually pulling through after I deleted all the emails and left just the 1. Could it be my headers then causing this issue?jacek wrote:Could you try just sending to that one email address not as a list of many, it could be some kind of flood control ? I'm guessing now really

- Wed Jun 01, 2011 6:47 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Ive just noticed hotmail.com and live.co.uk is not working. Hotmail.co.uk and gmail.com seems to work. 

- Wed Jun 01, 2011 6:42 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Yeah they checked both sections but nothing, I even checked 2 of my brothers emails and there was nothing there. I dont understand that. Was the last codes I sent ok? I pretty much copied that from the headers website you sent me.
- Wed Jun 01, 2011 6:11 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Thanks, I just realised something really strange. I have used my hotmail.co.uk and hotmail.com and gmail account to test the mails going through and it works. But I have just got my friend to do it and my brother (between them 6 email address's) and its not pulling through on their emails. Any ideas...
- Wed Jun 01, 2011 5:22 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
nl2br() will replace linebreaks with <br / > tags, is that what you are trying to do ? Basically I have assigned the mailing list to send mail as a html. Now the send_mail.php (from the mailing list tutorial), I want when I write in message box and I press the enter key it already does it does a li...
- Wed Jun 01, 2011 3:53 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Thank you again Temor :D :D You're welcome! Hopefully, you'll help me when I'm stuck as well :D Defo, once I complete this website for my friend, I am going to dedicate some time on php so I can understand the basics and MySql and how it operates so hopefully I can help with your querys as well one...
- Wed Jun 01, 2011 1:10 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Backticks indicate that the thing inside them should be treated as a table or column name. Quotes mean it should be treated as a string. Ah I see, it makes sense now. Now when I look at that coding I can understand what is a table/column name and what is a string. One last question. Now that I've c...
- Wed Jun 01, 2011 8:20 am
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
I'm going for pretty much the same approach this time. Try changing ('email') VALUES (`{$email}`) to (`email`) VALUES ('{$email}') A really big thank you to you Temor. It now finally works :D What is the difference betweene between the `` and the ' ' I can't believe a simple backtick or quote can m...
- Wed Jun 01, 2011 12:12 am
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Ok, im not sure how but I managed to remove to sort out the issue with removing the email. Now the issue i am facing is adding a user into the subscription place. here are the codes if anyone can help please. information from my index.php if (isset($_POST['email'])){ $errors= array(); if (filter_var...
- Tue May 31, 2011 11:12 pm
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
This is turning into a disaster, I may end up redoing the whole mailing list again. I have just tried putting in the error mysql_error(); but nothing comes up. I have now gone back to my main page and every email address I enter keeps saying "There is something wrong, you may have already enter...
- Tue May 31, 2011 11:09 pm
- Forum: CSS / Styling
- Topic: Hiding Email Address from Spammers
- Replies: 7
- Views: 2156
Re: Hiding Email Address from Spammers
Ah I never thought I could do it like that (still learning). Does it work, I'm just guessing :lol: Hahaha, it does work!! woo hooo, thanks Jacek. Only snag is when you hover over it, it does say the name of the email address but I can't be too picky, it doesn't show in the source code so I am happy...
- Tue May 31, 2011 12:57 pm
- Forum: CSS / Styling
- Topic: Hiding Email Address from Spammers
- Replies: 7
- Views: 2156
Re: Hiding Email Address from Spammers
Does <a href="mailto:<?php echo hide_email_adr('email@address.com'); ?>">Link</a> not work though ? I would have thought it would ;) Either way spammers would still be able to decode this, so it might be better to have the server email you and create a contact form. Ah I never thought I c...
- Tue May 31, 2011 11:34 am
- Forum: Tutorials
- Topic: Issue with mailing list
- Replies: 71
- Views: 13446
Re: Issue with mailing list
Thanks, i'll try it tonight when I get home.
Im starting to understand php alot better now though considering what I used to know.
Im starting to understand php alot better now though considering what I used to know.

- Tue May 31, 2011 11:32 am
- Forum: CSS / Styling
- Topic: Hiding Email Address from Spammers
- Replies: 7
- Views: 2156
Re: Hiding Email Address from Spammers
Yeah I tried it and it works.
Just doesnt work when you go to do a href="mailto:email@somewhere.com" - that will still show.
Just thought there was a way, I've read up a few websites that it requires js coding to hide anchor links.

Just doesnt work when you go to do a href="mailto:email@somewhere.com" - that will still show.
Just thought there was a way, I've read up a few websites that it requires js coding to hide anchor links.