[PHP] Selecting databases

2001-11-26 Thread Marts
Hay all, I have a script that needs to be able to choose between 3 different databases related to a pull down menu. Any ideas about what functions I should be looking at CHeers, Marty ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

[PHP] Need a job done

2001-11-21 Thread Marts
Hay all, I have been working on a PHP script for a while now, it is due for work by friday. I am going to need some serious help to get it done. Please let me know if you can help and also money that you will want. Just email [EMAIL PROTECTED] for full details and scripts. Thanks in advance M

[PHP] add column?

2001-11-18 Thread Marts
Hi, Below is a segament of my source as you can see it Switchin is taken from the row, I need it to be taken from the column can I just change it to $mycolumn? Thanks for your help $insum = $insum + $myrow[Switchin]; $outsum = $outsum + $myrow[Switchout];