Displaying a record from mysql in a simple swf file
Hi,
I have a mysql database containing information I would like to display in my swf.
if description does not contain the following words
Hello everyone,
I am parsing a MS Excel (.xls) file and adding it's content to a mySQL databa
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
How to assign a textbox value to PHP variable??
Hi ! Can any one help me out as quickly as possible. As I m new to PHP.
Plz tell me how to assign
Dynamic memory problem
Hey,
At the beginning of my code, I have this line:
Shape* gShape = 0;
Multiple forms on the same page (safari)
Hello everyone,
I have 3 forms on the same page, that opens in a new window and submits to a
how to validate date using javascript
I need to validate date in textbox using javascript..
The date is must be not greater than TODAY
insert quotes
Hi,
I have an output like this:
Code: john,18,Cancer
How can I change this to
Code:
Is it possible to stop reservation creation in PM Order?
Hi All,
Is it possible to stop reservation creation in PM Order?
Thanks in adv
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<