Storing user data help?
Hey Guys,
I'm not use if this question is to broad but I can always give you more informatio
Pre-Fill out a PHP form...??
This is for work actually (geek squad). We have to fill out this online php form at work over and ov
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<