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 TouchToneTommy 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. gavray

    Create array for db result place in soap command

    I'm trying take an array I've created and place it in a soap command, like this while ($row2 = $db->getResult()) { $search_query[] = new SoapStructAuthorisationData($row2['rfid'],array(new SoapStructIdTagInfo('ConcurrentTx'))); } I then create a comma between each instance just...
  2. gavray

    parsing xml headache MSXML2.DomDocument.3.0

    Hi, I'm trying to parse the data identified by xml tags and get this data ready to insert into a database. I tried many combinations and looked at various examples online. I get the error XML Parsing Error: not well-formed Location: Line Number 1, Column 26: <font face="Arial" size=2> if...
  3. gavray

    change $0.6 to $0.60

    Thanks chaps, Works perfectly.... the boho from soho
  4. gavray

    change $0.6 to $0.60

    Hi, For some reason when I do a calculation with a loop in my shopping basket code, it knocks off the last 0. Which looks wrong for people. The unit price stays at $0.60 but immediately I do the code below isubtotal ends up as $0.6 I've tried round functions etc, but I can't find anything...
  5. gavray

    Computer won't boot no beep on start up

    Hi, finally got around to facing up to the problem - <1. When you boot the pc and you get a blank screen and no <audio codes, have you checked to see if the power supply <fan is turning or that any LED's are coming on for the <computer. the fan is turning and the LED just keeps on red but no...
  6. gavray

    Computer won't boot no beep on start up

    Hi Shaner66, it boots into Windows 98 fine after I unplug it, then plug it in and switch it on. Gavin the boho from soho
  7. gavray

    Computer won't boot no beep on start up

    tech spec: kt7-a raid motherboard amd athlon 1333 IBM deskstar HD Hi, My computer has been booting fine for a year - now when I turn it on it all I get is blank black screen and nothing happens, no beep sound. However if I unplug the computer and moniter and then plug it in again, the...
  8. gavray

    creating a URL redirect www.website.com/johndoe

    Hi, I've seen it done many times, where if you want to give someone a simple URL to take them to specific page of a person or band. at the moment I'm creating a folder in the default directory called Johndoe. Now inside that folder I've got a redirect script as follows -...
  9. gavray

    ASPmail - HTML email not received by hotmail

    Hi, I actually found out what it was. I changed - Mailer.AddBCC to - Mailer.AddRecipient and it seemed to work. the boho from soho
  10. gavray

    ASPmail - HTML email not received by hotmail

    Hi, I'm trying to send out an HTML newsletter and as you can imagine most people have given their 'Dumping' accounts like hotmail and yahoo. This HTML email works fine with proper email clients like eudora and outlook, but there is no sign at all of the email being received by hotmail or...
  11. gavray

    MS ad-rotater won't take more than 1 string value

    paper bag head, I'm not looping at all, it's just a straight string. why would I need to loop? gav the boho from soho
  12. gavray

    MS ad-rotater won't take more than 1 string value

    Hi, I've got the ad-rotator to work, but it doesn't seem to allow anymore than one value in a string. My affiliate system asks for 2 values e.g www.affiliates.com/affiliatepage.asp?affiliateID=1&imagetype=5 when is gets redirected I only get the...
  13. gavray

    Count function ignores where statement

    Thanks, I've tried it via my admin tool and it picks up the LiveNow row with only 1 in it. The column type is TINYINT, length 1, default 0, not null I can't understand it. gavin the boho from soho
  14. gavray

    Count function ignores where statement

    Hi, I'm using mySQL with ASP. This count function is really frustating because it counts all the records in the database. It ignores the where statement NowLive=1 . Any ideas? sSQL2=&quot;SELECT COUNT(ArtistNameTable2.NowLive) AS results_count&quot; sSQL2=sSQL2 & &quot; FROM...
  15. gavray

    Error Defragmenting Hard Drive

    Hi, Thanks for all your replies, it appears that because I used a 3rd party device to partition my drives, win 98 will show this error. thanks to wilco44 who had the same problem and directed me to the windows fact sheet. Now I've got to reformat the whole thing again, as the product...
  16. gavray

    Error Defragmenting Hard Drive

    Hi, Thanks for all your replies, it appears that because I used a 3rd party device to partition my drives, win 98 will show this error. thanks to wilco44 who had the same problem and directed me to the windows fact sheet. Now I've got to reformat the whole thing again, as the product...
  17. gavray

    Error Defragmenting Hard Drive

    Hi, This is a really strange problem. I'm trying to defragment my drive, I get this error: &quot;Error Defragmenting Drive C&quot; &quot;Your computer does not have enough free memory to defragment this drive. Quit one or more programs&quot; I've quite all other programs but still get the...
  18. gavray

    SELECT COUNT always gives value 1

    Hi can u help. I've got the code below which gives me the value 1 for all cases when they range from 1 to 10, in many instances. sql2 = &quot;SELECT ID,SongView,Song,Count(ID) AS num FROM SongTable&quot; sql2=sql2 & &quot; WHERE myID = &quot;&myID sql2=sql2 & &quot; AND LiveSong=1&quot...
  19. gavray

    SELECT COUNT not counting always gives value of 1

    Hi, I've just converted from MS ACCESS and understand that u can't use rs.REcordcount to get the number of values in a field. I've got the code below which gives me the value 1 for all cases when they range from 1 to 10, in many instances. sql2 = &quot;SELECT ID,SongView,Song,Count(ID) AS num...
  20. gavray

    newbie wants to change from Access to MySQL

    hi, I'm using Access 2000 but as my website traffic is increasing to about 300 unique visitors a day I think or am aware that Access can only handle 10 concurrent users or something. Can I ask you more experienced users: * Is mySQL a lot better at handling more traffic, how much can it...

Part and Inventory Search

Back
Top