Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
Looping Problem
I've got a client that has a database with about 200 events at any given time. I'm trying to loop t
Custom array sort? asc then desc
Any ideas how I could sort this array? I've been trying for a while. Maybe with usort, but I have no
PHP page is blank
Hi Everyone,
I have a site in which I am able to open the first PHP webpage in my browser but
Help Ordering Arrays
Hi, I have 3 arrays as shown below.
Code: $users = $this->get_latest_users();
$flir
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors:
How to use Substr
I want to check for the word CATEGORY: inside a string which can be CATEGORY: ITEM
and remove the
Asset Transfer from One plant to another within same company code
Hi,
Please advise how to transfer one asset from one plant to another plant within same c
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see