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 bkrike 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: symbiotic
  • Content: Threads
  • Order by date
  1. symbiotic

    Silly newb Regex question

    Hey all, I ran into something with regular expressions that I can't figure out how to do. I've looked at the online perl regex docs and the O'reilly Llama. Lets say you have a string $string. $string contains N number of /xyz/'s. Is there a way to count the number of /xyz/'s that occur in...
  2. symbiotic

    Writing a script to automatically submit a form to the web

    I want to be able to write a script that will automatically fill in and submit a form to the web. No, I don't want to write it so I can spam boards like this with random meaningless data. The application I actually have in mind is for automating the submission of trades to my online brokerage...
  3. symbiotic

    relaying problems

    Ok, I read the thread a few days back in which RythymAce described how to set up domain realying. I did so exactly as he said, and it worked perfectly. I have access.db and FEATURE(`relay_local_from') in my sendmail.mc. It worked totally smoothly, until I rebooted my server. Now it doesn't...
  4. symbiotic

    Ok, I found an older post regarding

    Ok, I found an older post regarding this issue. using mount -t smbfs -o username //server/share /mnt-point It appears to try really hard to log on, then dies with: "smbfs filesystem not supported by kernel" Which I guess means that my kernel wasn't compiled with some code or...
  5. symbiotic

    copying files to windows machine

    Hi all, I was wondering what the best solution for this is: I have a network with one linux server, running samba, and several windows workstations. The linux box runs a mysql server. I want to create a cron job to back up the database files onto a windows machine. Is there a way to make a...
  6. symbiotic

    Query Strings in PHP

    Hi, I'm trying to figure out what the accepted way of using Query Strings is in PHP. Consider this example: http://www.theserver.com/somepage.php?var1=this&var2=that <?php //code in somepage.php echo $var1; echo &var2; ?> Now, this code will not work if register_globals is Off, as is...
  7. symbiotic

    mail server configuration

    Hi all, I have a mail server setup (sendmail on a slackware box). It works correctly for sending mail through my LAN but I can't send mail to outside domains. Let's say if I try to send mail from my account on my mail server, mymail@myserver.com to myfriend@yahoo.com, I get an error like...
  8. symbiotic

    Weird behavior with mysql_fetch_array();

    Hi all, I'm new to php. From an asp/vbs/mssql background I found it incredibly easy to learn and work with, but I have noticed some peculiarities, one of which is this. This code should query a database for all the entries in table accounts, print a table row for each entry in the sql table...
  9. symbiotic

    mysql installation signal 11

    Hi, I'm a linux newbie whose been using mysql on windows system for quite a while and is looking to move everything over to linux. I'm running Slackware, 7.1, I believe, on a p2/350 with 192 megs of ram. When I try to start mysqld, it looks like it tries to start, then immediately ends...
  10. symbiotic

    Installing mysql on linux

    Wasn't sure wether to post this in mysql forum or linux forum, as many of you seem to be Windows mysql users. I'm a linux newbie but experienced with mysql on windows system, and trying to port everything over to linux. I'm running slackware, 7.1 I think, which comes with mysql 3.23 installed...

Part and Inventory Search

Back
Top