Hi,
I'm not normally this stumped, perhaps i'm being stupid but i can't find a driver for the HP1010 for OS X anywhere! I have tried HP.com and there's not one for download.
Also i have tried driverguide and nothing on there and macupdate..
Any ideas?
TIA.
I have a mailing list that i think is going to grow to thousands of contacts.
I have just programmed a php mail() solution.
It has been suggested i use phpmailer() or PEAR but i can't install either of these on my host!?
I am using a simple loop to send the email, HOW MANY, approximately...
Hello,
I have the following script to print a mysql table info to a file. It prints the column titles, and then row2, row3, row4. BUT, not row1? I presume i have a counter wrong or something.... but i can't see it!
$condition = mysql_num_fields($result);
for ($i = 0; $i < $condition; $i++)...
Hi!
I have a standard database that is populated from a php page, collecting people's email addressess and some other information. Unitl now i have been copying the addresses into Outlook and sending them email.
Now, because of expected increasing volume, i want, on my admin page, the ability...
Hello.
I have, as stated in the subject, a D-link DSL-G604T. The router is plugged in and working correctly most of the time. However, every so often, but far too often, the signal completely disappears even though the router still appears on the wireless list of available networks. To get...
Hello,
Firstly, apologies for the somewhat indescriptive 'title'.
I have an XP installation on one HDD, which failed, so i installed XP and changed the boot to my other drive.. i needed it up in a hurry, now, i need access to my old files in my 'my documents' folder, which, when i try to open...
Hello,
I have just installed Apache 2.0.50 and PHP 5.0.0, i have popped a script into the default directory of apache to test php, as follows:
<?
phpinfo()
?>
when i navigate to the http://localhost on my computer,
1. I get index of: instead of it loading index.php
2. When i click on...
Hello,
I am developing a small database for a company who wishes to have a database to speed up a product enquiry system.
Essentially, the database will store products and enquirers and link them together. Some simple querying such as who has been sent details of which products and filtered...
Hello
I have rather an old pc, that has been upgraded periodically. Here's the story, spec first:
Spec: AMD Athlon 800, 320Mb RAM, 6GB Hdd, 8Mb gfx.
It was running WinME absolutely fine (albeit at my disapproval, but i had lent my XP to a friend). For no apparent reason it started freezing and...
Hi folks,
I get the message: "The Disk in Drive F is not formatted. Do you want to format it now" when i try and access it by double clicking the drive icon. It is my second HDD and was working perfectly until now.
It says used space 0 bytes, free space 0 bytes. It had nearly 20Gb of data on...
Hello,
I need to produce a report for a company who has 12 offices around the country in regards to the possible installation of a distributed IS. The manager has asked me to comment on the issues of installing a distributed IS as opposed to a centralised one. Someone asked him why he wasn't...
Hi folks,
A couple of general questions really,
1. What is the best way to organise the files on my Mac Hdd? At the moment i have one account which is admin and the one i use from day to day. It is encrypted using file vault. The problem is that i have lots of video and audio that is being...
Hi folks.
I have a PowerBookG4 running 10.3 and a USB optical Pro Mouse. Randonly, the mouse will crash, led stays on as if continually reading movement and the cursor doesn't move on screen, and requires unplugging from the USB bus and reconnecting in order to make it work again, however this...
Hi,
I have been trying to find an alternative to MS word since it refuses to open (when i open a document or it directly, it says enexpectedly quit before displaying, just after the splash! -any ideas) does anyone have any good suggestions.
I would like all of the layout, and compatiability...
Hello.
Can anyone give me some ideas of the type of technologies one would need to use in constructing a project website, by which i mean one that has an experts exchange (much like this one) a repository for uploading and downloading project documents, thorough internal search facilities and...
Hello
New computer: ASUS P4S800 mainboard, Nvidia FX5900 256Mb.
Installed GTA Vice City, restarted, icons had disappeared, downloaded patch from their website, icons are back.
Installed Conflict Desert Storm 2, restarted icons have disappeared (no patch available). If i turn off Direct 3D...
Hi
I have a wireless D-Link Router maintaining my Internet Connection. I have an Apple PowerBook connected to this on the wireless. I have a PC connected to my PowerBook via an ethernet crossover cable.
PC - XP pro, ethernet
MAC - OSX 10.2, ethernet, wireless (DHCP)
How can i setup the PC...
Hello mysql'rs
I have made new tables that are of TYPE = InnoDB; with the intention of my DB becoming transactional. However when i run the following i get no error and no 'action'.. Am i doing something wrong?
mysql> select * from tran;
+-------+----------+
| name | password |...
Hi
I am inserting a record into table: Auction, which has an auto increment field -auctionid. I then want to use this auction.auctionid in the table: Bid, how can i do this?This is my code, and what i want to do!!
$query ="INSERT INTO auction
(sellerusername, isbn, status...
Hello all,
I have the following query:
$sql = "SELECT auction.auctionid, book.title, bid.bidusername, bid.bidprice
FROM auction INNER JOIN book ON (auction.isbn = book.isbn)
LEFT JOIN bid ON (auction.auctionid=bid.auctionid)
WHERE sellerusername = '$username'
ORDER BY...
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.