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 SkipVought 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: wudz
  • Order by date
  1. wudz

    picture url upload or server choice

    Hi, Now do I need help here. i have a third party script that allows the user to upload a picture from their computer to the site. What I would like to do depending on the situation is IF certain criteria are met then a choice to allow them to browse their computer or a server side folder to...
  2. wudz

    Accepts 0.99, but not .99..why?

    Hi, I have just come across a problem. If a person places .99 in the bid my script gives the $ERR_058. I thought it would have been a valid input. Works ok if they input 0.99, I would obviously prefer it to accept both types...Where have I gone wrong? if (!checkmoney($bid)) {...
  3. wudz

    Stripping white spaces on uploaded pic titles

    Hi, My problem is that I use a third party script that allows me to upload extra pictures to my site. The problem is that any pictures that are uploaded with any white spaces in their title end up with an empty file (red cross syndrom). I have never really understood how the html/ php/ sql...
  4. wudz

    Anyone done an Animated flag

    Thanks all for the input, Oldnewbie put me on the right trak....all well...World cup....Come on England! Thanks all and a great Fourum John
  5. wudz

    Anyone done an Animated flag

    Hi, Just thinking about doing a St George flag for my site, any one done an animated flag, hard work done that I could reverse engineer.. If not it's head to the grind stone. Cheers John
  6. wudz

    Neater or improved way of datacheck?

    Thanks again Sleipnir, Seen the light, I always seem to get things too complext in my head and seems now such a simple answer...Great, Many thanks Cheers John
  7. wudz

    Neater or improved way of datacheck?

    Hi sleipnir 214, Thanks for the super fast response as always... This what I have at present pulling of the towns from a table just with the towns. HTML <TD WIDTH="60%"><SELECT NAME=TPL_town> <? echo $town; ?> </SELECT> </TD> PHP if...
  8. wudz

    Neater or improved way of datacheck?

    Hi, On my site when a customer registers on the town input they have a dropdown menu with all the towns I cover (hopefully), but this when comlete would approach around 40 - 50 towns and may miss the odd village/town, anyway I then have around 14 IF statements to check which town was choosen on...
  9. wudz

    Query logic/ error?

    Thanks ArkM, did the trick, getting to grips with PHP, but still making silly errors...hopefully learn by my mistakes.. Cheers john Flash
  10. wudz

    Query logic/ error?

    Hi, I wish to extract a user id (req_user)who has made the last post on the viewed auction ($auction_id) from a table containing many different auction_id's and which also contains many of the required auction_ids. I require the last posted record associated with the auction being viewed...
  11. wudz

    use a variable in an &lt;OPTION&gt;

    Thanks tsuji, Quite right pulled the variable from the PHP script and the answer seems obvious to me now....but old age and no Java skills made me try the wrong syntax... Thanks for your speedy reply, much appreciated. John
  12. wudz

    use a variable in an &lt;OPTION&gt;

    Hi, My apologise in advance, just jumped here for advice from the Flash graphics forum and know very little about Javascript syntax.. I want modify a freebe javascript dropdown menu giving a small popup, is it possible to insert a variable in the <OPTION> or in any other section of the script...
  13. wudz

    How select 3 criteria

    Cheers Olav, Sorry I am a noob to PHP, Flash graphics are my forta, now pushed 60 finding it extremly hard for things to sink in....but still trying. many thanks john
  14. wudz

    How select 3 criteria

    looks like we cross posted...looks like you answered my second question...will give it a whirl tomorrow...just turned midnight and my fangs are showing..hi Cheers again John
  15. wudz

    How select 3 criteria

    Thanks DaButcher for your speedy response, If in your example I changed auction_price to num_bid (as it is the largest amount of bids I require). if say there was 5 auctions with 10 bids I would like to select 3 of the 10 with the highest amount of viewed which would correspond more accuratly...
  16. wudz

    How select 3 criteria

    Hi, I wish to select three auctions that hold the highest number of bids (num_bids) and if any hold the same number pick the highest viewed (viewed), so I end up with the three hottest auctions.The above variables are held in the same table below. Now I already have a loop query running to show...
  17. wudz

    Rand stopped working..

    Cheers Justin, Just called home, will set up a new post tonight with more info
  18. wudz

    Rand stopped working..

    Hi slepiner, Yep, I had set another condition in another section which stopped the variable being picked up from the query... Thanks again for you fast responses to my probsit is greatly appreciated. I have another question perhaps you may guide me how to achive it. I could use a while loop...
  19. wudz

    Rand stopped working..

    Hi Sleipnir, I just get the last 3 auctions that were posted. As mentioned,worked great, it picked up 3 random auctions before my addition. John
  20. wudz

    Rand stopped working..

    Hi, The code below was suggested on the Forum a few weeks ago and worked great, that is until I added.. AND (minimum_bid <=10 ) this has caused the radomised selection taking place and unsure why, without it...works great. <code> $auctionit = rand(1,$auctionnum); } //-- Set...

Part and Inventory Search

Back
Top