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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.