- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
- Interests
- Computers, Downhil mountainbiking, raving, sound equipment.
- PC Specs
- AMD Athlon II x4 640 (O/C @ 3.2GHz). ASUS mobo & chipsets. 2GB 1333Mhz AMD Black RAM. RADEON HD…
Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. We have 10-15 office 365 exchange email accounts and they all work perfectly fine apart from one account on one device. This particular account has intermittent issues with sending and emails … | |
To start I want to make it clear I have no experiance with office 365 or the associated exhange stuff, and I would never personally recomend such a package to my clients, hence why I am totally in the dark about this. I have taken on the management of IT … | |
We have an Access mdb database originally built in the late 90s. We currently use MS Access 2000 on Win7. Since switching to win7 from XP the database keeps getting locked and corrupted and we are unable to open it. We then have to revert to backup copies made days … | |
Ok so I have the following code for a table with CSS rules designed to "collapse the table horizontally" on smaller screens... <table> <thead class="thead"> <tr> <th>a</th> <th>b</th> <th>c</th> <th>d</th> <th>e</th> <th>f</th> <th>g</th> </tr> </thead> <tbody> <tr> <td data-label="a">1</td> <td data-label="b">2</td> <td data-label="c">3</td> <td data-label="d">4</td> <td data-label="e">5</td> <td data-label="f">6</td> <td … | |
Re: Have you tried changing... if(isset($_POST['submit'])){ ...to... if(isset($_POST['Submit'])){ ...or change... name="Submit" ...to... name="submit" ...on the button? Could be that simple? As **"Submit" does not = "submit"** | |
Re: What is happening in cart_update.php in order to empty the cart? I suspect the login session is being destroyed in cart_update.php, and thus it cant find "login_user" because the session no longer exists and thus it is "undefined"... | |
I have been trying to figure out how to populate a html template with data from a multi dimensional array, but i cant figure it out. The template is taken from MySQL. This is what I have: $template=addslashes($row['content']); eval("\$body=\"$template\";"); print($body); Now the template is as follows: $row['content'] = "<html><p>array item … | |
I want to disallow certain query strings with robots.txt and I want to check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this rule will allow these urls to be indexed: *browse.asp?cat=123/1234/1234-1 browse.asp?cat=123/1234-1* While disallowing these urls: *browse.asp?cat=1234-1 browse.asp?cat=1234-2* Will this rule work? … | |
- I have a [URL=http://kings-head-inn.com/form/]form[/URL] and I need to send an email automatically to the person who submitted the form. - The form sends the information to an email address when submitted. - The form contains an email address field which will contain the email address of the person who … | |
I have been having trouble getting a result from this wondered if someone may be able to help me. I am trying to decode/parse this json output from a URL so that I can extract "result" and "success" and place them into variables. So far I cant even parse the … | |
Re: The question sounds kind of vague but http://www.princexml.com/ may be useful to you. Its a HTML/CSS - PDF converter. There is also http://www.tcpdf.org/ which is a php class for printing to pdf | |
I cannot run a program on a computer because there are software restrictions in place which prevent the running of .exe files. Is it possible to run a program with out the .exe file extension? (i.e. change it to something else?) If not are there any other ways of getting … | |
I have tested a PSU with a multimeter while at idle and got these very odd results: 3.3v = 3.31v 5v = 5.56v 12v = 12.83v -12v = **3.27v** -5v = **3.4v** +5v = 5.02v The -12v and -5v are way out but the PC in question is running without … | |
I am trying to get a total of all the records for playerid from table1, table2 and table3 by playername. There are 4 tables, table-1, table-2, table-3, and players. I am not great with queries and I expect somebody here can instantly see where I am going wrong. This is … | |
Hi there, I have a problem with one of my websites. Some users are complaining that the site wont load in IE9 when others are saying it works fine in IE9. Some people report a 404 error, others report a 500, and some people are saying the page is just … | |
Hi there, I am trying to combline results form a query into one variable/string without drastically changing the sites current code. Bacically I have been trying to add **rs2("name")** for each record into one string. For example, say the customer has "item1", "item2", and "item3" in their basket, well I … | |
I have an array of file names which gets split into 3's using array_chunk, then using array_push "X" is added to each array chunk. I now want to to reassemble the array chunks into one "2D" array. I have been playing around with array_merge, but I can only get the … | |
This is problem that I have struggled with for some time, but im sure the answer is very simple... I have a sub report that performs calculations on 2 fields ( [Rate] [Hours Worked] ) from a table called [Hours]. The report is GROUPED by [Rate] and is as follows: … | |
I have made the mistake of adding a large amount of comma separated data to a specific field in a certain table without adding spaces between each! (Stupidly didn’t realise the associated application requires spaces!) Now I am trying to create a query that can add these spaces in automatically … | |
Im new to php and have been struggling with this for some time, but I expect its something simple. Basically I have some code below which I want to use to display an events board. -Info for each event comes from a separate xml file for each event. -XML files … | |
I have the following code witch is used to display HTML from an XML file. The XML file itself comes from a form POST where a "\" is added in after various HTML tags. Is there anyway I can modify the script below to hide/remove the "\" when the XML … | |
Re: Ive built PC's with out aid of books and internet. Its easy. | |
After the latest Microsoft Windows XP hotfix (the browser checker), I am unable to check my email in Microsoft Outlook (request times out). The Internet is very slow in IE8, and fails to load pages in Firefox at all. I have reinstalled IE8, Firefox, and Outlook to no avail. Have … | |
I have been experiancing slow/intermittent browsing in IE and firefox since the recent KB976002-v5 (browserchoice.exe) hotfix. My pop3 email accounts also time-out when sending/recieving. I have reinstalled both IE and firefox. Specified DNS Servers on the router and problem PC. Fixed all registy errors, and performed a deep clean including … | |
I was wondering if it is possible to print a file with out viewing it first by using a hyperlink on a webpage. Bacically i want users to print off a form (doc file) by clicking a link. eg: -so the hyperlink would be here: kings-head-inn.com/print/linkpage.html -and the doc file … | |
I was wondering if anyone knows how to get flash to open another html page after the movie has played. im trying to make an opening page to my website which plays a short movie with the company logo on etc. When the movie has loaded and finished playing I … | |
[I]I do apologise if this thread has been started in the wrong section. - Wasn’t sure where to put it...[/I] ________________________________________________________________ I am using Microsoft Access with a select query to combine 4 separate fields into 1 field for each record using the following expression:.. [B]Expr1: ([prod_group_name] & " - … | |
I have created a bat file to launch 3 browser windows with different URL's, to be run at system start up... [CODE] start iexplore http://www.domain.com/dyna.php?domain=ufbsound&tld=co.nr&pass=abcd&dir=ufbsound start iexplore http://www.domain.com/dyna.php?domain=ufblive&tld=co.nr&pass=abcd&dir=ufblive start iexplore http://www.domain.com/dyna.php?domain=ufbftp&tld=co.nr&pass=abcd&dir=ufbftp [/CODE] The URL's contain several "&" so the script opens the browser windows with the URL's up to the … | |
I need some help with renaming files using a batch script... Say in a folder I have 2 html files. - 1.htm 2.htm I need a bat file that will rename "1.htm" to "1a.htm" and then change "2.htm" to "1.htm" In other words I need "2.htm" to become "1.htm"... Anyone … | |
When I switch the computer on, if im lucky, it will tell me the processor speed amount of ram, etc. (sometimes the screen just turns blank before this stage.) Then it displays an error explaining there is a drive A:\ problem; however the computer in question is a server without … |