Does anyone know of the existance of an irc bot written in php or
otherwise, which will talk to a mysql database?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-
unsubscribe php-general
Can anyone point me to some code which can take project documents and put all the info
they contain into a database?
$percentage=(($target_score/($fleet_score+$total_score))*.4)*100;
if ($percentage >= 10) {
$percentage='10';
$capped=$target_roids*($percentage/100);
} else {
$capped=$target_roids*($percentage/100);
}
}
I get different results o
$sql="select nfo_gname from galaxy_nfo limit 1";
$result=db_query($sql);
if ($result) {
while (list($nfo_gname)=mysql_fetch_row($result)) {
echo ("$nfo_gname");
ereg ("\[[a-zA-Z0-9]\]", $nfo_gname, $regs);
echo $regs[1];
I'm trying to match any thing between [] and pull it from the string and
how does one pass arguements to PassThru()
ie would the following work
PassThru(/home/bleh/bleh.cgi < bleh.txt);
and if that does work PassThru() sends its output back to the page yes?
r 742 galaxy 25.
- Original Message -
From: "Gyozo Papp" <[EMAIL PROTECTED]>
To: "Michael Roark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, May 06, 2001 6:51 AM
Subject: Re: [PHP] quicker query?
hello,
maybe there is another solution that
Is there a faster (better) way to do the following:
if ($result) {
for ($cluster=1;$cluster<200;$cluster++) {
for($galaxy=1;$galaxy<26;$galaxy++) {
$sql="insert into galaxy select avg(cluster) as gcluster,sum(size) as gsize,sum(score)
as gscore,avg(galaxy) as ggalaxy from universe where clu
assign that value to a
variable. So $picture would get the value screenshot_1 from
screenshot_1.php and so on.
Michael Roark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
the script
break as if I am setting the wrong database at the top of the script. Any
help would be greatly appreciated.
Michael Roark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contac
sly maintain
their website, I would be very much in that person's debt. Please email me privately
if you are willing to help.
thanks much,
Michael Roark
p.s. if there is a faq/tutorial/set of guidelines out there on the web feel free to
just send me a link and say RTFM. I've not found anything yet.
to
>MS Word and save as HTML. If you want something more advanced,
>think about all the features that go into it. It's NOT a 'snippet'.
>
>As you can see, you've touched a nerve here. :)
>
>
>Michael Roark wrote:
>
> > While this would work.
While this would work. Its a service for which you pay. I was looking for a
code snippet.
At 02:56 PM 4/2/2001 -0400, Rick St Jean wrote:
>check out
>
>www.ileaguemanager.com
>
>At 12:12 PM 4/2/01 -0500, Michael Roark wrote:
>>Does anyone have any code which creates schedu
Does anyone have any code which creates schedules? Like to create a works
schedule or a league schedule (baseball, softball that sort of thing)
-Micahel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC
14 matches
Mail list logo