How can use this array as a key?
Say I have this array for example:
print_r($array);
Prints:
Code: [Select]Array
Reduce redundancies in switch functions?
Hello all! I somewhat new to PHP, and was wondering if anyone could give some suggestions on a swit
Kill a process
I have a question - how can I kill a process from a command line or by using Oracle SQL Developer? I
Server side $_SESSION
how does one keep the session completely server side. no cookies to the browser at all. i need this
Need help making login verification cleaner...
I use the below to verify user login. I first check the cookie for the id, ip and a unique id. If it
Baffled by Undefined Index in Simple Array: Please Help!
Hello. I have a form which posts an array to this script. However, I can't seem to access the values
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
Not capturing all the information we require in the form.......
Hi Guys,
I was wondering if you would share some more of your knowledge today, I'm hoping it
utl_file open error
i have file in the unix path
Path /popdev01/pop/popdevb/tfi/
File name
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam