Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
INSERT data problem!
After having an string with apostrophes ', double quotes " or any other special characters, suc
check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard meth
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Refining of search Criteria
Dear Friends
I need a help, I have a search page which of cars related, which has different s
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Problem with the Update command used with a sqldataadapter
I'm connected to a database on an SQL Server and I'm using a sqldataadapter, sqlconnection, sqldatas