Credit card verification
I have a client who wants to process credit card transactions from his web site rather than the goin
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
unexpected T_SL without a shift left token
Nothing too see here, I'm an idiot and resolved the problem.
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
All possible combinations of String in PL/SQL
Hi All,
Could you please explain the logic of getting all possible combinations of String
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
Strange PHP/mySQL error ... am I just tired?
Code: <?
## CONNECT TO DB FUNCTION!
function ConnectTo($db2con)
{
$hostNam
contact form - output to page and email
I have the following in my controller:
$message['name'] = htmlentities(strip_tags(trim($_POST
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
PHP & Java
Hello,
can PHP code be used inside java code?
Code: <SCRIPT LANGUAGE="Java