need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Strip Slashes Help
I've got a script that i've downloaded of the net to edit multiple fields from my sql database, and
Backflush
I am looking for a report in SAP that would give me a list of all parts that are populated with a ba
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
Expandable Post Code
Hi,
Hope you can help. Which currently I haven't upgraded to connect to a mysql server, so i
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<