Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<
New Search Engine problem
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
Comparing MySql data and arrays.
I have a mysql table set up like this:
idsubjectbodyuseriddatetimetags1blog subjectblog body111|2
Quick fix: Conditional statement with an array
Hi, I'm getting the temperature value off of the Environment Canada website along with the icon file
COOIS - Saving Object Overview WIP Status layouts
COOIS - Would like to be able to save the layout of an Object Overview - WIP Status report. There i
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi