Oracle11g Patch issue
Hi all,
I'm getting the following error while installing Oracle11g Patch 11.1.0.7.0 on IBM-AI
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
How to display random record from table?
I have the following code:
Code: <?php
$display_block .= "<input type=
PHP and MySQL on intranet?
Is it possible to use both these on an intranet network?
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
double and single quotes in text fields acting up... help please
Single quotes, when entered into a text field, create an sql error upon Submit. It seems to create t
Socket problem
Hello,
Earlier I posted about my problem with my socket script. It took up to 100% CPU usage.
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<