How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
User input in to variable
Hi all,
I'm sure this is very easy but I'm having another brain freeze!
At the end of
how to easy edit text, with box? Help.
Hi.
I have a little problem. I'm doing a webpage for my aunt and I would like to make it as easy
FTP Programs
Here is a list of commonly suggested FTP Programs to use:
FileZilla
SmartFTP
CuteFTP
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
php redirecting
i wont open a new thread but i have a question about redirecting....
i wonder why my code doesnt
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f