Forum: PHP Mar 24th, 2009 |
| Replies: 3 Views: 466 nice one kkeith ... of course, why I didn't think of that I don't know.
I assume they're forward slash backslash in between. Like I said I'm not much cop with php so it's great to get help with... |
Forum: PHP Mar 24th, 2009 |
| Replies: 3 Views: 466 OK
Seem to have solved it
elseif (preg_match("/www/", $msg)) {
echo "Please don't post links in the questions box - it looks like SPAM and your message has NOT been sent";
} |
Forum: PHP Mar 24th, 2009 |
| Replies: 3 Views: 466 Hi All
I'm trying to combat some SPAM coming through on a booking form. It's all the usual rubbish.
I've been searching to find the php code that would do the following
if ($msg contains... |
Forum: Windows NT / 2000 / XP Aug 3rd, 2007 |
| Replies: 11 Views: 58,203 Mine was down to a few power cuts in the area ...I believe.
Same as not shutting down properly really.
Not experienced it from any other causes |
Forum: Troubleshooting Dead Machines Jun 9th, 2007 |
| Replies: 2 Views: 938 Computer shutting down.
Gigabyte GA-8I945PL-G mobo
500w easy cool power supply.
All hardware and cabling has been removed except CPU / Heatsink / Fan and cables to use on/off button and LEDs.... |
Forum: Networking Hardware Configuration May 26th, 2007 |
| Replies: 0 Views: 2,656 I have 5 computers networked and running CyberCafePro (v4.5).
1 Computer with the CCP server on is in the office, the other 4 PC's are at the other end of the building running the CCP clients.
... |
Forum: PCI and Add-In Cards Mar 7th, 2007 |
| Replies: 12 Views: 2,715 http://www.dslreports.com/speedtest
This is fairly accurate from what I've experienced.
It will show a slower figure than your ISP states (that's just the way it works) |
Forum: PCI and Add-In Cards Feb 27th, 2007 |
| Replies: 12 Views: 2,715 I'm afraid not maui_mallard.
The speed quoted on Gigabit Ethernet is for LAN (Local Area Network) speeds i.e. between computers in your home / office network. It does not have any effect on WAN... |
Forum: PHP Jan 19th, 2007 |
| Replies: 2 Views: 957 start with www.htmldog.com (http://www.htmldog.com)
then www.w3schools.com
then move on to sites like www.accessites.org
Should keep you busy for a while - there's a lot to learn. |
Forum: Windows NT / 2000 / XP Jan 18th, 2007 |
| Replies: 3 Views: 1,124 |
Forum: Motherboards, CPUs and RAM Jan 18th, 2007 |
| Replies: 4 Views: 3,207 I think that's a bit over the top.
Try my suggestions in order - the RAm would really help if you have the funds to do it.
HTH |
Forum: Motherboards, CPUs and RAM Jan 17th, 2007 |
| Replies: 4 Views: 3,207 Hi Robert
You need to right click on the MY COMPUTER icon on your desktop > choose PROPERTIES then the ADVANCED tab > click the SETTINGS button in the PERFORMANCE section > then the ADVANCED tab >... |
Forum: Windows NT / 2000 / XP Jan 17th, 2007 |
| Replies: 3 Views: 1,124 Go to START > CONTROL PANEL > NETWORK CONNECTIONS
The right click the LAN connection and select properties.
In the scroll list on the pop up box that ...pops up you can select CLIENT SERVICES FOR... |
Forum: HTML and CSS Jan 17th, 2007 |
| Replies: 8 Views: 7,506 The best way is to put the image in as a background image using CSS.
Z-index requires that the image is Absolutely positioned which can cause other layout problems in different browsers.
HTH |
Forum: HTML and CSS Jan 10th, 2007 |
| Replies: 3 Views: 1,296 can you post the code, would be much easier to figure out |
Forum: HTML and CSS Jan 10th, 2007 |
| Replies: 17 Views: 6,450 You can set it as a background image for the HTML
[code] html{background-image:url(whatever);position:fixed;top:0,left:0;}
This would fix the image in the top left corner of the page BEHIND... |
Forum: HTML and CSS Jan 10th, 2007 |
| Replies: 14 Views: 5,372 If you can code, the I would reccomend HTMLKit available at www.chami.com.
It has integrated FTP so you can upload the site when it's done, you are also able to add a wide range of plugins to help... |
Forum: Windows NT / 2000 / XP Dec 4th, 2006 |
| Replies: 1 Views: 2,667 I am trying to solve a problem on a clients system.
They are complaining that the windows logon box keeps popping up every ten seconds or so, they will type in their username and password, choose... |
Forum: Windows NT / 2000 / XP Aug 24th, 2006 |
| Replies: 6 Views: 59,913 It simple, follow these instructions posted here
Repair windows\system32\config\system error (http://www.webechodesigns.com/blog/2006/08/repair-windowssystem32-configsystem.html)
Webecho |
Forum: Windows NT / 2000 / XP Aug 24th, 2006 |
| Replies: 11 Views: 58,203 Its fairly simple I have posted details here
Repair windows\system32\config\system error (http://www.webechodesigns.com/blog/2006/08/repair-windowssystem32-configsystem.html)
Hope it helps you
... |