How to secure my login data to my database?
Hi there,
It may be a stupid question but I don't know how to secure my login data to my data
Data Function is Its Not working IN IE8
This is my first time to use formums. I hope i can get solution for this problem.
view plaincopy to
PDO returns erroneous columns from within pdt
Hi All,
This is a truly weird behavior:
When using a simple pdo fetch, erroneous columns a
Change snippet to use CURDATE
I am using time() in the snippet below, I would like to use CURDATE() and have the database setup fo
send message to the java application
Oracle 10g with Windows platform.
I have a java application that periodically pings the d
update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
php global variable
how can we create global variable so we can use its value in any form.. Please give example to
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?