Microsoft
Software
Hardware
Network
Question : php
I am not sure how to script the following:
I have a script that goes into one table and gets the info needed (currently working), but I then need it to go into another table and grab the Symbol of the highest and lowest Current_Value assigned to that user.
So it is like grabbing your best performing and worst performing stock.
I am not sure exactly how to do it, here is what I have to this point:
$sql2 = mysql_query("SELECT Symbol FROM portfolio WHERE username='$username'");
while($row = mysql_fetch_array($sql2)) {
$Symbol = $row["Symbol"];
echo "id_topperform=$row[Symbol
]&";
echo "id_bottomperform=$row[Sym
bol]&";
Answer : php
There was a question similar to this on the FireBug forum :
http://groups.google.com/g
roup/fireb
ug/browse_
thread/thr
ead/
b463f5
9c3aa230e2
/4e7ffab89
83b1d7a?hl
=en&lnk=gs
t&q=Featur
e+
request+
(JS+Consol
e)#4e7ffab
8983b1d7a
At the moment, it doesn't seem that you can.
Random Solutions
Translate web site
Plug n Play/USB/Registry Nigtmare - I Need to regularly delete keys in order to "detect" my MP3 Player!
Vlookup with exact number format
How do I Tether the iPhone 4 with Vista?
Setup/Configure Outlook settings using group policy
#tables always in tempdb only?
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
How to connect Crystal Report to SQL database in .NET C#
How do I check if a window is already open or give it focus using Flex/Flash
How do I connect to a Windows VPN server through a Cisco ASA 5505?