urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
weeks in a year
hi,
i found this snippet on php.net
QuoteFor the week number for weeks starting on Sunday:
Extract specific information from a PHP Multidimensional Array
Howdy! I've racked my brain over this for 24 hours now. I think it's time I asked for help. I'm lear
delete comma
HI,
How to delete "," at the end of the string.
Code: $match = 2009/02/03/a2corr
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi