natcasesort works on one server but not on another
Hi
I have a problem that I was hoping that someone can help me with.
I'm trying to use
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o
Is it possible to put an entire 500-page book in a database with PHP?
I am working on an intranet and I was wondering if its possible to code php with mysql to enter a fu
data type in column definition
Hi,
I create a table with column called "Direction of Travel code ".
The travel codes in t
Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per
Suggestions for Functional module
Hello experts,
I Have done B.Sc(Mathematics) and MCA & have learnt SAP/ABAP but do n
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
how to use two buttons with php
hi i have one form. there are three fields which are to be filled by the user. and then there are tw
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim