Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
ereg_replace issue
hi there people
i have this code happening with regards to my wamp server. is this something
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
Oracle Connectivity
Hi Every One,
Can we access SAP from oracle database.If it possible then please spec
Snapshot from video
anyone knw how to make a snapshot maker from avi n mkv format.
for example if i give a direct lin
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
JQuery, Masterpage, and Control issue
Hey everyone, I am using JQuery in several sites so I thought it would be best to place the library
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code