EU VAT Package 2010
Does any one know whether SAP will be developing new reporting functionality due the new VAT rules t
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
mail() problem
Hi Guys,
I've set up a contact email form. It sends the information fine, but it sends it to
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
get url?
how do i get the url of the page i'm currently on, on my website.. i think its get header.. how do i
a multi dimensional array with for each
hi, I have been asked to write an array, I have Zone 2,3,4,5,6,7,8 each zone has 3 sections of weigh
Adding to an Int row in db
Hi, i have a database which houses all of the users of my site. One of the columns is for points whi
form problem
below in the form action, i've put "test.php?w=$sw&h=$sh" but when i input the for
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks