small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Hotlinking Picasa as the image folder of a website
Hi there PHP freaks, I would like to create a private album in Picasa to use it as the image folder
Mysql error message
help me find out what this error message means:
"Duplicate entry '0' for key 'PRIMARY'&q
do while...woes
I'm sure this is childsplay but it is stumping me, everytime i try what I think would make this work
writing a screen scraper
Hello,
I'm writing a screen scraper application and want to be able to get absolute addresses
weird problem
last time, i did post a topic concerning why my page sometime will load as blank page when using IE.
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.
Here is the
PHP code for a proxy
I was wondering which function I could use to create an online proxy tool. I was thinking cURL would
Mass activity scheduling
Hi experts,
Im facing some problems to deal with mass activity jobs.
When I run some
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?