Hashing?
Hi, I was hoping to take a string value then convert it - consistently - across each of our pages in
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
Transferring session variables into MySQL
I am trying to transfer $_SESSION variables into MySQL. However there is an error in my MySQL statem
Coding question?
Hey guys, I have a quick question. If I want to make a way for people to pay for health in my game,
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
'grab_files', multiple extension?
hey guys,
can anyone suggest a way to make to following line of code look for files with more
styling a RadioButtonList
HiI need to have a radio button and close to it, its lable, then a space then another set of those.
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
Oracle Text CTX_DOC.snippet slow
I have a table (FILE_TABLE) that contains a blob column (ft_file) and I have created the following O
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan