need help about
i store the value of my select statement result to an array and stored it to a variable named $fname
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, ho
Coefficient of a Restitution Hints
Hello. I was wondering if anyone can give me hints on how to write this program...
The coeffi
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right
Scheduler problems related to execution of a single BLT by many schedules
Hello all,
We are running several MII instances in a distibuted architecture using a sing
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)