mySQL and PHP search
Hello,
I am trying to code a project and ran into a brick wall with one of my pages. I am pretty
Parse XML
Good day,
I use oempro software and try to parse XMLReturn but it's not working for me, simpl
help with insert
Hi there,
I am trying to insert some data into a database, but for some reason, it is not ins
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
PHP Cannot redeclare class
I have 6 files, and two of them do not seem to want to play well. I keep getting a "Cannot rede
Oracle Text CTX_DOC.snippet slow
I have a table (FILE_TABLE) that contains a blob column (ft_file) and I have created the following O
PHP Include w/If IE Condition Statement?
I was having a problem with Internet Exploder (big surprise, right?) displaying my drop down menus i
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLAN
DateObject and Nulls
Hi all,
I have an array mapped to a value object. One of the items in the array is a PHP Date
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<