Hello,
It's been a long time since I have played with Access. I have a list of purchase orders which shows the part numbers and the price of that part at that time it was sold.
I want a list of the part numbers with the lowest price and then how many times it was sold. Here is the query I...
Hey Everybody, I am very new to VBScript but I was wondering of it is possible to pull some info from an Outlook email containing a certain subject (specifically a URL contained in the body of a HTML email) then send this to another program? If you can point me in a direction or even if there...
I have a Windows 7 Home Premium machine that takes a long time to browse the network after it is restarted or freshly booted. I takes about 3 minutes to find everything once the machine is up and running. During this time I cannot connect to the machine from another machine (XP or Win 7)...
Where do I find this? I remoted in but I am not sure what you are exactly referring to. Under "Server Configuration" it shows it listed under the tab "Database Management". It shows it as mounted and it's path. I would imagine if the path was incorrect here, it would not mount.
Thanks 58sniper. I will take a look at that. I have just taken control of this network and cleaned up a lot of problems. I have not looked at this so I will check it out next week. I appreciate it.
I hope somebody can help me with this problem. I have a client that has a SBS 2008 server. They migrated it from a SBS 2003 and everything has been working well for awhile. However they can no longer access the only public folder they have which contains contacts. They told me it worked fine...
Thank you! It was something really stupid on my part but I kept over looking it and focused on the more complicated part. The error it spit out told me exactly what I needed to know.
I have an insert statement that is not working. Everything looks good but is there a way I can get a verbose error message on this so I can track down the problem?
I am not sure if it is possible to use too many SQL statements. I have one that pulls info from a database then goes through each...
I figured it out. So for those that may run into this in the future I used this hexdump function: http://aidanlister.com/2004/04/viewing-binary-data-as-a-hexdump-in-php/
I found that in some places where there should be a "&" I had instead "&". I used a string replace to change them from "&"...
Is there a way to see hidden characters? I ran the function "similar_text" using my domain in code above. It came back and said the difference was at the very end which makes me think there is a line return or something. However I did try some of the string substitution commands that remove...
Is there a way to compare and see the differences between the two strings? I thought there may be some line breaks but I am not sure how to see them. I copied and pasted into Word and did a show all codes but I still don't see anything different between the two variables. However there must...
Hello,
I am having a problem that is starting to drive me up a wall. I want to pull a certain site using file_get_contents. However I cannot get it to work the way I want. Here is the code:
$Domain = "somedomain.com";
$BingSearch = file_get_contents('http://www.bing.com/search?q='.$Domain)...
Is there a reason I should not use screen scraping? I am not sure I want to learn the API, I am not that good at PHP. Using the API may be above my head.
I check for the valid session at the begining of my pages that should not be accessed if the session is not valid. If it is not set then I redirect to the login page.
Here is an example, though I am rather a noob at PHP programming:
<?php
session_start(); // start up your PHP session!
if...
Well I think what I will do is extract the cache URL directly from the search page through PHP. As long as the page I am looking for is the first one it should work. I will search for the exact domain name which should make it always come up first. (I hope ;-) )
Thank you! I am understanding it a little more now. I copied the code from another forum and wasn't sure what the i modifier did. With your explanation I learned what it did plus how to group things in shorter substrings.
Hello,
I am pulling info from one of my websites using regular expressions. I am in the process of teaching myself regex but I am confused about something. In a certain sections I want to detect if it is in caps or not. For example this works:
preg_match('~<title>(.*?)</title>~i'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.