Creating a unique 'control panel' for each user
Hi there,
I'm thinking of designing a site that will allow users to sign up and have their ow
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
How do I replace any number of character occurences with one occurrence?
How do I replace any number of character occurences with one occurrence?
Let's say I have:
Undefined variables
hi
----------------------------------------------------------------------------------------------
Transferring session variables into MySQL
I am trying to transfer $_SESSION variables into MySQL. However there is an error in my MySQL statem
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
script and html conflict in trying to create a header.
I have an error is occurring because of an html webpage with a "php require" at the top of
dynamic table with forms
I have a table that is populated with mysql data and in teh first column there is a raido button tha
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
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan