Jump to content

Danny159

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Danny159

  1. Im not sure what your asking here?
  2. Hi All, Thanks for your replys. We tried setting the DNS to OpenDNS and the internet was worse, on and off like a yoyo, then we tried changing to Google's and shutdown the network. After restarting, it worked super fast... but then it went again... and now its back... I will keep you updated! Dan
  3. No, it timesout. and again everything just timesout. I will try bing next time it drops. Just gone down then, put the IP address in and nothing.
  4. Yes thats correct. I will give it a go and let you know. The router is a BT 2Wire Gateway supplied by BT.
  5. Thanks for your reply, I will try that next time it goes off. We dont have a server as such we have a PC that holds our files but its got Windows 7 Pro on, The router goes to a switch and some computers run from there then another cable going from that switch to another switch running more devices the other side of the office. Dan
  6. Hi, We are having some problems with our office network and I’m a bit stuck as to what to do as BT say that the internet access to the router is all working fine. However the internet seems to drop out intermittently. Sometimes for longer periods sometimes for shorter periods. Websites don’t load but Skype always seems to stay online. We have approx 25 devices connected to the network. Can anyone shed some light on what maybe happening with this network or how to fix it? Dan
  7. Hi, Does anyone know of a good web-bases accounts script like start [simple Invoices] but more simple to use just like how you would do accounts? Eg Income/outgoing etc Dan
  8. Hey, I have... Home iMac, Home MacBook Pro, Work iMac, Android Mobile, iPod Touch... ect All of these have my email account on them... I receive an email on my Home iMac... spam so I delete it... then I have to delete it on every other gadget I own! I dont have exchange so is there anything were I can re-root my domain's emails to a web server that will then store them on there and when I change something they all change!! Save my life... Like Exchange/Google/Mobileme but where I can use my own domain and at a low cost... Dan
  9. This worked thanks for you help again guys Dan
  10. Hi, I am trying to add HTML into a mySQL database... The script is saying its gone it but its not in the database, however sometimes it works and sometimes it doesnt work. Anyone have any idea how I can fix this maybe I need some code to tell the mysql its html? Dan
  11. I want to avoid using those, thanks though Dan
  12. Hey, Can anyone post a really simple shopping cart script, I cant seem to code one that works =/ Add items View Cart Remove Item Quantity Checkout Dan
  13. Thanks, Dan
  14. $headers = "From: [email protected]" . "\r\n" . "Reply-To: [email protected]" . "\r\n" . "Importance: High" . "\r\n" . "Content-type: text/html; charset=iso-8859-1" . "\r\n";
  15. Hey, I am trying to set the Importance of an email sent via the mail() command to high, but everything I try doesn't work. Does anyone have any idea how I can fix it? Dan
  16. This is a bit confusing but that bit of code should work, if you get it in the right place on the right file!!! Dan
  17. Do you know PHP? Post some of your code and I will put it in for you and explain Dan
  18. Ahh easy when you know how =) Here you go: $resultt = mysql_query("SELECT * FROM users ORDER BY id"); echo " Select Someone..."; while ($row = mysql_fetch_array($resultt)) { $id = $row["id"]; $c_name = $row["name"]; $c_email = $row["email"]; echo "$c_name - $c_email"; } echo ""; ?> Hope this helps Dan
  19. Do you mean you want a dropdown box with staff members in that is pulled from sql db and made into a dropdown menu? Dan
  20. Thanks for all your help guys! All sorted now Dan
  21. Hi, I have designed a website that takes news posts from a database and echos them on the news page, however I am trying to shorten the text using php and add ... at the end. So taking the main long post and then taking the first 340 letters and only showing that so people have to click the read more... but I can get it to shorten however sometimes it just cuts words up... Does anyone know how to tell it to not chop words off!! Dan
  22. YAY! Thanks guys, it was Norton, grrr I dislike it! Cheers
  23. I use norton but the laptop does not. I will check firewall now Dan
  24. Hey, On my home network I have a main PC with Windows Vista Home Premium and a Laptop with Windows Vista Business... My HomeP PC can see the laptop but the laptop will not see the main PC....! I need this for the printer on my main PC... I have tryed to ping my HomeP PC from the laptop and it times out.... Any ideas? Dan
×
×
  • Create New...