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 Chriss Miller 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: *

  • Users: gavray
  • Content: Threads
  • Order by date
  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

    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...
  4. 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...
  5. 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 -...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. gavray

    Pop-up window from form sending values IE(yes) Netscape(No)

    Hi, I have a pop-up window which allows values to be passed to the new window. This works amazingly well in IE but with Netscape it just passes with sands of times going, but no effect. I'm hoping someones got an idea about triggering the form. Many Thanks.....Also any ideas about browser...
  14. gavray

    Personal Web Server - Takes ages then does not show page:(

    Hi, Please help! I've used PWS on win 98 for testing my ASP for years with no probs. I've got MDAC 2.1 installed on it. Anyway first time after computer restart it displays the requested page. But subsequent pages never show it is very slow to respond and never completes the task of...
  15. gavray

    Personal Web sever takes ages to and never displays page :(

    Hi, Please help! I've used PWS on win 98 for testing my ASP for years with no probs. I've got MDAC 2.1 installed on it. Anyway first time after computer restart it displays the requested page. But subsequent pages never show it is very slow to respond and never completes the task of...
  16. gavray

    Personal Web Server - Browser takes years to show page :(

    Hi, Please help! I've used PWS on win 98 for testing my ASP for years with no probs. I've got MDAC 2.1 installed on it. Anyway first time after computer restart it displays the requested page. But subsequent pages never show it is very slow to respond and never completes the task of...
  17. gavray

    upl.ContentType for Sa-Fileup not working

    Hi please help me!, I have been using upl.ContentType successfully for around 3 months on my site with no probs. I use it to get the mime type of the file which must be .mp3 For some unknown reason it's suddenly decided not to recognise .mp3 files and seems to think the files are...
  18. gavray

    super patch problems session management

    Hi, Having just installed the super patch for IIS 5, this has effected the login and session management for all our sites. Has anyone else had any problems when the new patch was installed.
  19. gavray

    paging through recordsets usind a stored procedure and variables

    Hi, This method and code works fine when I'm not passing variables to the select statement. But when u include them in my select statement it returns no results at all. When there are records there. It's based on the code from WWW.4guysfromrolla.com paging using stored procedures, can...
  20. gavray

    stop repeated inserts

    Hi, I have a forum page where say 10% of the time a persons posted comment gets repeated sometimes twice on rare occasions 5 times. I only have one execute command, on testing with our dev site this never occurs, it only happens on the live site. I think maybe it's because people on a slow...

Part and Inventory Search

Back
Top