FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Sending an SMS Message with ASP.NET
Often times it may be a requirement for your web application to send an SMS message. Such examples w
Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in
Format String help
I have a textbox where a person enters an application number. the application number is 10 characte
What makes a script your own?
If someone finds a login script online, and changes some variable names around and some other minor
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
How do I use a global footer..?
If my index.php has a bole bunch of if functions and exit's in them