Issue Parsing XML into table
Hello all,
Im a bit new to php and new to phpfreaks. But thanks in advance for the help!
<
Mysterious Timeouts
I've deployed a few simple AJAX-enabled web page to a local server that is accessed through the Inte
Ajax Error since Upgrading to 3.5
Ever since upgrading my site to .NET 3.5 (I needed LINQ), I've been getting this annoying error on o
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.
Seco
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
downloading a file as HTML
Hi.
I'm rather confused with forcing a download. I just want to save dynamic content (from $_SESS
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
Problem with HTTP Caching...?
Hi there, im trying to implement caching. But it doesn't always work.
I post it here because ther