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
strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wor
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
adding 0 to numbers
Hey guys i need to create a 00001 number in a loop. Is there a better way of forcing a 5 digit numbe
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han