limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
Cant display mysql data
Hey all,
I am learning php and my first goal is to create a simple CMS. At the moment I am st
natcasesort works on one server but not on another
Hi
I have a problem that I was hoping that someone can help me with.
I'm trying to use
Undefined variables
hi
----------------------------------------------------------------------------------------------
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
recrawling
Can anyone suggest me how may i know a page is updated before it is being downloaded, so that i can
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc