Search results

  1. kim_foxx

    Email server?

    I've noticed that sometimes the email server does not work so i cant use PHP to send emails usinga form on my website but after a few days it starts working again. Is this normal?
  2. kim_foxx

    Mail Server - After Migration

    This can be closed. Thanks.
  3. kim_foxx

    Mail Server - After Migration

    The mail server does not seem to be working for my domain/folder getstepping.com Can you please advise?
  4. kim_foxx

    After migration fix

    Works fine. Thanks.
  5. kim_foxx

    After migration fix

    Can you please fix my .com's I tried to delete the folder ateenslife.com and re-add it so I didn't need to trouble you but it did not work. I got the below error when trying to re-add the domain again. " Error from park wrapper: ateenslife.com is already configured. " Can you please make it...
  6. kim_foxx

    Email Collector?

    Does anyone know of a program that collects every email on your msn or one that collects every email in a forwarded email so i can easily send an email to everyone without copying and pasting one by one?
  7. kim_foxx

    PHP Linking?

    include('path/to/form/handler'); } else { include('path/to/form'); Can the path/to simply link to a .html page?
  8. kim_foxx

    PHP Linking?

    The form action is what i would like to do but would it be better to have it all on the same page since the captcha needs to be validated? If i do it the <html> way i need to copy and paste the whole page again inbetween the tags. It works but it just get messy so wondering if there is a...
  9. kim_foxx

    PHP Linking?

    Im using a simple mail script as a template but instead of echoing the message i want it to link to another page so i can keep my layout and css The code at the moment which i want to change is $to = 'dadadada@hotmail.com'; $subject = "Message from " . $_POST['name']; $message =...
  10. kim_foxx

    Sending Mail using Server?

    I was just wondering why is it that sometimes I can use the x10hosting server and PHP to send emails and sometimes i cant? At the moment i cant on www.getstepping.com Issue seems to fixed. Please delete.
  11. kim_foxx

    Sending email via PHP

    Nope. The code can be found below. <?php function is_valid_email($from_email) { return preg_match('#^[a-z0-9.!\#$%&\'*+-/=?^_`{|}~]+@([0-9.]+|([^\s\'"<>]+\.+[a-z]{2,6}))$#si', $from_email); } $to_email = "xxxxxx@hotmail.com"; $subject = "A Teens Life"...
  12. kim_foxx

    Sending email via PHP

    I used to be able to use the form on my website http://ateenslife.com/contact.html for users to send me emails but now out of nowhere no emails are being sent. If i upload the same form on another webhost it works. Just wondering what is going on?
  13. kim_foxx

    Sending email issue

    Do i need to change the $from_email from the below code as well? To be honest i dont even know what the below code does. I read on the forums awhile ago it is for protection... function is_valid_email($from_email) { return...
  14. kim_foxx

    Sending email issue

    I cant seem to get the users email to be sent to me... Whenever a user fill in the box i get their name and their message but not the email that they supplied... Can anyone see anything wrong with the code? Thanks in advanced. HTML: <p align="left">Email:<br > <input name="email"...
  15. kim_foxx

    x10Hosting Double Everything Special!

    How long does it take to get a response back? I applied 2 days ago and was wondering if i should have received a response already?
  16. kim_foxx

    A Teens Life

    I'm just wondering, what is the standard width of website these days? For example my container at the moment is as below: #container { width: auto; margin-left: auto ; margin-right: auto ; } What do you recommend changing the settings to?
  17. kim_foxx

    Meta Keyword Generator?

    Should each page have different keywords or should they all have the same? Also if you have the keywords ...parents, raise, would there be any need to put in somthing like ....parents raise,? Example 2: ....teenagers, love, and ....teenagers love,
  18. kim_foxx

    A Teens Life

    Thanks all. I really appreciate it! :))
  19. kim_foxx

    Meta Keyword Generator?

    Does anyone know a good Meta Keyword Generator?
  20. kim_foxx

    A Teens Life

    Please review my first site and advise. http://www.ateenslife.com Many thanks in advance! :smile:
Top