How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
Character increment
Hi,
I am facing a scenario like above,but in my case i want to show up like Col A,Col B etc..
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
Object Interfaces
EDIT: Never mind, I just updated to php 5.
Hey all,
I'm currently experimenting with p