Show specific day of the week
I have been racking my brain trying to get this function to work properly and it is doing so for eve
tell csv import script to ignore blank rows?
Hi i have the below script but i get an error if a row is blank ie a return in the csv file at the e
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statem
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
VAT
how should I deal with VAT?
if I have a product that costs £5.00 and VAT @ 17.5% (£0.87
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?