VAT
how should I deal with VAT?
if I have a product that costs £5.00 and VAT @ 17.5% (£0.87
Retrieving Data from Two Different Databases
Hello All,
Ran into another problem and would appreciate some help! I have two datab
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
PHP Game
hy i was wondering what's the best method in order to make some automatic updates in a php game
<
disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selecte
extending tidy
I have problem with type-hinting and extending tidy. This code creates error:
Code: class cMyTidy
foreach result into a single variable
Hi,
I have this code...
Code: [Select]foreach ($_POST['Interests'] as $interest =&
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
Write a multithreaded Java, Pt
Pass sql into pl/sql and create RMAN duplicate script.
Hi,
I'm new to pl/sql and I'm trying to write a script that will generate some RMAN comma
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like