Create multiple (n) arrays
Hi there,
I have the following need:
I have 2 arrays (coming from a databases)
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
SESSION question
I am building an application , a directory for auctions.
For SEO i made a script which copies a p
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
How to login with SAPCPIC userid
I have changed the Password for SAPCPIC in Development Server for 000,001 and 100 client.
But w
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
single page with referrer to show correct page
I have a simple website with a couple of different pages. I would like to be able to in a div tag w
Turning Data into URLs?
This may seem very basic to you, but I'm having a hard time figuring out how to do this since I don'
Perplexing problem showing a .jpg
Please disregard..........I figured it out
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code