finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.
Now I would like to search for 4 or 5 p
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
How to update this array?
I am saving a string that looks this: username1, username2, username3...
into a single cell in a
Multidimensional $_POST
Hello
How to get a single array from array of array (2 - dimension).
For example I have a
Problems with returning true or false in eval()'d code
Hi guys,
Would appreciate some help with a problem when running eval() on a function that sho
Save User Inputs while javascript reloading!
hi..
i have written a PHP code in which i reload the page when user selects a value in dropdown..
PHP page is blank
Hi Everyone,
I have a site in which I am able to open the first PHP webpage in my browser but
php title problem
Hi,
I am having a problem managing my page title with PHP.
Currently I have my <
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c