Danny159
Members-
Posts
32 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Danny159
-
Im not sure what your asking here?
-
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
-
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.
-
Yes thats correct. I will give it a go and let you know. The router is a BT 2Wire Gateway supplied by BT.
-
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
-
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
-
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
-
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
-
This worked thanks for you help again guys Dan
-
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
-
I want to avoid using those, thanks though Dan
-
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
-
Thanks, Dan
-
$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";
-
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
-
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
-
Thanks for all your help guys! All sorted now Dan
-
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
-
YAY! Thanks guys, it was Norton, grrr I dislike it! Cheers
-
I use norton but the laptop does not. I will check firewall now Dan
-
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
