I face problems to extract data from one table and insert it in another one
Hi,
For modifications, I have to extract data from one table and insert it in another one
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
VAT
how should I deal with VAT?
if I have a product that costs £5.00 and VAT @ 17.5% (£0.87
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
Multiple arrays inside data
Hi,
Simple question. I have a column called "array" in my database, and inserted in
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav