Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
PEAR in appliactiond development
When I was picking up PHP I went from procedural programming, fairly quickly into OOP, then after wr
Shopping Cart
Can anyone direct me to a Simple, Basic structure of a shopping cart.
New to classes. I want to s
Calander layout
Hi i know this sounds like a simple question but i cant find the answer to it anywhere i have added
SQL Query/echo not working
Hey all,
I'm trying to run (what I thought) was a simple operation and it isn't working. I h
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Appending GET data with form submition
Okay, what I'm trying to do is to use a form to append an already existing GET data string.
I
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.