finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Not adding to db
Hi, I can't figure out why it won't add the record to the database. It's just a simple form to get
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
Problem executing bash script using shell_exec
Hi there,
I created a bash script file using following code to convert doc documents to pdf using
sapgui f4 help last search
I know this has to be simople. One user (maybe more) does not have the "last search saved" from the
mysq_num_rows
Hi,
I want to use:
Code: if(mysql_num_rows($ergebnis2)==2)
how can the value 2, be
selection tool on raster image
Hi!
I have to implement in my app a selection tool which lets users to select region of any shape
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdo