Jump to content

predator12341

Members
  • Posts

    87
  • Joined

  • Last visited

    Never

About predator12341

  • Birthday 06/22/1988

Contact Methods

  • MSN
    markdavies12341@hotmail.com
  • Website URL
    http://www.mandppcs.co.uk

Profile Information

  • Gender
    Not Telling
  • Location
    Cheshunt, Hertfordshire, England

predator12341's Achievements

Member

Member (2/5)

0

Reputation

  1. you just need to get that variable before you "draw" the table then you can just encase it in an if statement. Example: <? if($var) { ?> <table> <tr> <td></td> <td></td> <td></td> </tr> </table> <? } ?>
  2. Its ok people. The issue was with the virtual host and how it directed mx records. made the correction and it now works fine. (I did have a feeling, it was going to be something like that) btw this happened as the server thought the email was on the local box it was trying to send it to, so it does not send it and instead tries to just pass it along to the required service. But, the email is in-fact hosted on a google app's account and therefore once you disable the setting on the server it works fine.
  3. Nope there is no error returned it states that it sent it correctly the domain is i-heatservices.co.uk
  4. it is just a standard mail call mail("me@mydomain.com", "web form request", $msg, $headers); like I said, it works with one email address, but if I try to put a different email address in its place it fails. I did forget to say that the other email I try to send it to is on a different domain, but I have tried 3 email address and it is only one particular domain that messages appear not to be going to.
  5. Hi all, I am using the mail function to send an email and when I send the email it goes through fine with one email address, but if I try to send it to a different email address it does not. However, the mail function still reports back that it was sent successfully. I have looked in the spam folder and I cannot see them there. Any one got any ideas? Cheers Mark
  6. Hey, thanks for the reply. I dont think this is what i am after, as i just tested it and it never seemed to work. I want to be able to open programs from another computer (through a web interface) on my main computer, does this do this and am I just miss understanding it or does this not do it. Thanks Mark
  7. Hi all, I am not sure if this is the correct place to post but it seemed right. Anyway what I want to do is create a script on my computer that will run various tasks, such as opening outlook etc. I want to do this through a web portal so i can log into my web portal and click a button to open outlook. My question is how. am i correct in assuming that I would use a perl script or something to that nature to enable communcation between the web app and local script? Any help much apprechiated. Regards Mark
  8. Hi all, I am not sure if this is the correct place to post but it seemed right. Anyway what I want to do is create a script on my computer that will run various tasks, such as opening outlook etc. I want to do this through a web portal so i can log into my web portal and click a button to open outlook. My question is how. am i correct in assuming that I would use a perl script or something to that nature to enable communcation between the web app and local script? Any help much apprechiated. Regards Mark
  9. Sorted it, it was magic quotes. dont even know why they were turned on Regards Mark
  10. Hi all, Right it must be because i am doing something very stupid but i just cannot figure it out. i have a form to add information to a database but if you miss information out it sends you back to the form to say you have missing fields etc. so through the url i pass back the information the user orginally sent through and when i send it back i use urlencode() this works fine to deal with spaces. however, it just is not handerling comma's so if i type test's it returns test\'s but stripslashes() or urldecode() will not remove the slashes. has anyone got any idea as this is really doing my head in now. Regards Mark
  11. it is calling host -a (that is the program) it passes $domain to it for the domain then it does a search of $domain and if not found is there it returns the records to show you the avaliable domains. unless you can get a windows version of the host app you cant get it on windows server. Hope this has helped Regards Mark
  12. http://en.wikipedia.org/wiki/Crystal_Reports
  13. i believe you can. i no you can fill out a message with some extra perameters on the mailto statement. Just search mail to and you should get how to do it.
  14. have you got a form on the same page with the same name/id or is this form inside another form in you page
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.