Archive for PHP Community

color red in the url

how do i have if a ?color=red in the url make it so it only executes < ?php echo " $tex “;

Tuu: check $_GET['color']
i know
what funcution could i use to echo wee in http://www.1bppbird.net/index.php?page=wee


with a link like http://domain.com/wee.php?tex=echothis how do i echo with php “echo this”

Read the rest of this entry »

Comments off

Not printing the option tag even once in PHP

hey can anyone help me figure out what is wrong with this line?

foreach ($status as $key => $value) $content .= “{$value}”;

what is happening?
its printing selected six times
and not printing the option tag even once
($row['status']==$key ? ” selected” : “” )
ok thanks

Comments off

Bug in PHP/strtotime

I believe there is a bug in strtotime
Can someone please verify this for me
I’m trying to get last month
echo date(“F j, Y”, strtotime(“-1 month”) );

it escapes ” ‘ and \ and NUL
what did it return for you?

Read the rest of this entry »

Comments off

Create a site for internet radio

any1 know how to create a site for internet radio? dj functions/admin/forum etc?

wirewire try shoutcast with some CSM like Mambo?
or a phpBB forum
CSM? :D

Read the rest of this entry »

Comments off

Stop POST’ing forms to a .php file

Anyone know how i can stop POST’ing forms to a .php file?

I would like to parse the data using php://input.

I’m trying to build a live counter when files are uploaded.

Read the rest of this entry »

Comments off

Wget doesnt download the file on my php config from a different server

i tried running wget on my php config file from a different server, and it doesn’t download the file… even though the permissions on it are -rw-r–r– .. which would mean an ‘other’ person can read it, but how?
or am i misunderstanding the read attribute

Read the rest of this entry »

Comments off

Overwrite file when $file_exists PHP

how do I overwrite file when $file_exists ?

just fopen it in the right mode
or unlink it first
right mode?

Read the rest of this entry »

Comments off

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »