Multi-user card game
I'm writing a batch of games and such. Lottery is finished, Poker,blackjack,etc are next. They will
Multi Dimensional Array Append
Hi Guys
I have a function that returns a multidimentional array eg
$result = functio
column name cancatenation within PL/SQL
I have a PLSQL store procedure, and the following statement is part of a subquery
fname||lnam
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
PHP5 - Verifying a secure mail is secure
I need to send an e-mail from a form to a external department and because it contains personal custo
Gaining access to Drop Down Menu Variable
code is below, I am creating a drop down menu. I want to echo the value selected in the drop down me
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr