frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
unoconv doc convert to pdf code prob
PHP/5.3.1
Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. Howe
Newb advice
Hi all,
I'm a flash front end designer and I've taken on a project that needs some back end p
Logging and nologging bulk insert
Hi,
oracle version: 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
Displaying an image using echo command
I had done a query on my database, one of the fields being an image reference to a directory where a
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<