Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a us
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
Confusing Functions
So, I've been reading up on Functions and I like them! However, I need some help using variables in
gmdate() - want 1 hr before time
Hi,
I am using php gmdate().
Now I am entering all dates in my dbase using gmdate("Y-m-d
PHP template help
Ok, I don't know if anyone can help me but I am using PHP templates to make a site. I am a newbie an
Output Full URL of Current Page
Let's say I am currently viewing a dynamic page:
http://www.mydomain.com/directory/index.php
radio button reamains checked
Hello i'm trying to keep the state off my radio buttons so it shows which ones where clicked after t
how do i make a string??
hey guys,
can someone please tell me how to put data from the glob function into a string
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?