Hi,
I'm searching for a webhost which offers LOTS of webspace and bandwidth. I need to stock many large zipped stock photographs on it, most files are +10MB. Does anyone have any hints to this, or how I should approach this without going bankrupt instantly?
Thanks for your time!
Hello,
a collegue has Outlook 2002 on his computer and he can receive e-mails just fine, as well as sending NEW e-mails. But strange thing is he can't reply or forward, because then the program generates an error much like:
"Network problems are preventing connection to the MS exchange server...
Hello,
I have a table "items" like this:
id
item
section
posting_date
Now what I want to do is to make a SELECT query that retrieves the 3 newest "items" for this table, but none of them should belong to the same "section". How do I do this?
Until now I have:
SELECT * FROM items GROUP BY...
Hello friends,
I'm having serious problems installing my new GeForce 4 MX440 on my windows 2000 backup PC.
System:
Celeron 500MHz
128 MB RAM
Win2K Pro
The problem is this: whenever I install the correct drivers for the graphics card and reboot, the screen turns off, and nothing happens...
Hello friends,
I'm having serious problems installing my new GeForce 4 MX440 on my windows 2000 backup PC.
System:
Celeron 500MHz
128 MB RAM
Win2K Pro
The problem is this: whenever I install the correct drivers for the graphics card and reboot, the screen turns off, and nothing happens...
Hello,
A probably easy question: how can I disable the security setting in Outlook Xp which hides potentially dangerous attachments?
Thanks for your time!
Hello,
My outlook 2000 has been configured as default mail client everywhere on my PC, but still, when I click an e-mail link in the body of my e-mails it automatically gives a new mail in Outlook Express. Even with the registry edited so that Outlook Express seems to be uninstalled, it keeps...
Hello,
I just re-installed PHP, Apache and all, and now when I type for instance "http://localhost/test/index.php?id=1" in my browser location bar, it doesn't seem to send the id variable in this address at all. Any has any clue what's causing this, perhaps I overlooked something when...
Hello gurus!
I have a tough question here: I have a table containing passwords, and they're all encrypted using the mysql PASSWORD function. You know, in a query, PASSWORD("mypass"). Now the question is, how can I retrieve the password in textformat so it can be used in my page where...
okay,
either it's too late for me to work on this, or it's because I'm not used to javascript programming, but can anyone tell me what's wrong with the following tiny function?
function roll_score()
{
var score = new array();
score.length = 0;
for(i=0;i<4;i++)
{...
Okay this one's a bit weird..
I have re-installed my pc here, and installed apache 1.3.26 with PHP 4.2.3 and MySQL 3.23.52. I can perfectly run the server, view pages contain PHP stuff, but once I try to show some mysql data it shows nothing. Well, it displays the page and simply ignores all...
Hi,
Does any of you guys 'n galls know where to find a decent tutorial on how to set up a connection between the VB program and a remote mySQL database?
Another question, in order to connect to the remote db, does the remote server have to have the myODBC driver installed too?
Thanks for your...
Hello,
I want to put a long list of button_click() events in a seperate module. Is this possible? If so, how? I make the subs public, use the right reference for the fields in my statements.. Do I need to enter something else than:
Public Sub SomeButton_Click()
...
End Sub
Like Public Sub...
Hi there,
I was wondering if there was a way to create a chat program that wouldn't need an auto-refresh every three seconds or so. If anyone here knows some answers, or a place on the net where to get them, it would be appreciated.
10x!
Hello,
I am searching for a way to make my VB application connect to a remote mySQL database. If anyone knows how to do this, or where to find a tutorial about this, please let me know.
Thank you.
Hello,
I need to get a simple popup opened, one that shows a single line message, and a button to continue, very simple. What function(s) or method(s) should I use?
Thanks in advance,
Steijssen
Hi,
I want to know how I should go about this one. I need to set up a site to which a user can subscribe, by entering a username and password. A user can ofcourse subscribe multiple times. This is something I don't want. I want each user to be limited to 1 single user account.
Since most ISP's...
Hello there,
I've been working with PHP/mySQL for a while, and as of today I get an error on the following query:
$query = "SELECT * FROM stats WHERE URL='$URL'";
$result = mysql_query($query);
while($row = mysql_fetch_array($result))
{
//statements here
}
The error I get is...
Hello,
Does anyone of you gurus know how to set the address property of a table field (type Hyperlink) from within VBA? When I fill the field, it only contains the linktext and not the address. I use
recSet.Fields("path").Value = path
since
recSet.Fields("path").Address...
Hi,
I'm curious to know how the ereg expression would look like when you want to validate a URL (the text only, it doesn't need to realy exist, but 'htp:/ww.website.kom' should not be accepted :-)
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.