Streaming local file from PHP while it’s been written to by a CURL process
I am creating a simple Proxy server for my website. Why I am not using mod_proxy and mod_cache is a
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
need a script for 3 pages
I have a customer who wants me to set up a site with a number of pages with the following requiremen
Quick Question about echo value
Hey guys, I'm trying to get something to show differently in one of my scripts. I'm trying to make
extract a file from zip file
hi,
i know how to unzip a zip file in php, but is there a way to just extract a certain file only
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
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
Not adding to db
Hi, I can't figure out why it won't add the record to the database. It's just a simple form to get
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.
What I'm lo