limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
Reditecting pages based on logic
Newbie here, apologies in advance!
I am trying to use the header function to forward one of a
foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and wh
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Getting the full city list from maxminds geoip database
I am suprised I can't find any references to this.
I have maxminds geoip lite installed and i
Posting to another Site?
I have software that people install.
When they install it, is there a way to make it post their d
Better Method of a Member Cloud
I assume most people know how tag clouds work, where the tags most used are bigger and the least use
Code clarification
Hi
In the following code what could be the "search_print()" and where it could be
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)