Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 34534534534555

    HP1010 Driver for OS X

    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.
  2. 34534534534555

    How many email's is php_mail() good for?

    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...
  3. 34534534534555

    Row 1 of table not being printed.........

    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++)...
  4. 34534534534555

    Email from mysql using php

    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...
  5. 34534534534555

    Wireless router - intermittent signal DSL-G604T

    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...
  6. 34534534534555

    locked xp user folder on old installation

    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...
  7. 34534534534555

    setup php on apache

    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...
  8. 34534534534555

    Small scale database development

    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...
  9. 34534534534555

    Random Re-Booting / Freezing

    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...
  10. 34534534534555

    The Disk in Drive F is not formatted!!!! It was yesterday...

    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...
  11. 34534534534555

    Centralised VS Distributed Database

    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...
  12. 34534534534555

    File Organisation Problem / Advice Wanted

    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...
  13. 34534534534555

    Mouse Crashes!!

    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...
  14. 34534534534555

    alternatives to MS word?

    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...
  15. 34534534534555

    e-business technologies HELP

    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...
  16. 34534534534555

    Display Problems with a FX5900

    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...
  17. 34534534534555

    Help with Internet Connection Sharing

    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...
  18. 34534534534555

    InnoDB tables, Transactions

    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 |...
  19. 34534534534555

    How to use AutoIncrement: ID from one table in another

    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 =&quot;INSERT INTO auction (sellerusername, isbn, status...
  20. 34534534534555

    JOINS! not getting correct data from query.

    Hello all, I have the following query: $sql = &quot;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...

Part and Inventory Search

Back
Top