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 strongm 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. mrblonde100

    Auto populate Comboboxes from Variables

    Hi, I hope you can help me; i might be trying to achieve the impossible. But i thought I would give it ago and see if there are any minds that can put theory into practice ? I have in fact two questions; in essence what I’m trying to do is pull a series of counties and localities from a...
  2. mrblonde100

    Randomise Results

    Database Version: 5.0.45 Hi, I'm having trouble in getting a random order to my SQL query. I have read posts about the RAND() LIMIT but i can’t get it to work. It seems to break the echo and there appears to be a consensus that RAND() isn’t the best option anyway. I’m trying to get the...
  3. mrblonde100

    Removing HTML tags

    Vragabond, thank you for your clear direction. Your rejiggling of the code has fixed the PHP and the issue is resolved. I also learnt a new trick. Thanks also to the other people who posted their thoughts. Great community.
  4. mrblonde100

    Removing HTML tags

    Thanks for coming back to me, i thought the striptag() might be the answer and i implemented it before. But i wasnt 100% sure on the syntax so thanks for clafifying it vacunita. If i add this striptag() funtion to my code like this: __________________ <?php $connect = mysql_connect("HOST"...
  5. mrblonde100

    Removing HTML tags

    Hi all, I hope you can help me; I’m very new to PHP but managed to pick up a fair bit over the past couple of weeks. Although I have come across a problem that I can’t seem to resolve. I'm trying to extract some specific data from my MYSQL database using PHP, and then feed it into Flash. The...

Part and Inventory Search

Back
Top