[PHP] Windows/Apache Shopping Cart Software

2006-05-22 Thread P. Guethlein
Anyone have any recommendations/Links to Shopping Cart Software that will run on Windows/Apache/PHP ? Thanks, -Pete -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Uploading Files

2006-05-21 Thread P. Guethlein
I'm at one of those frustration levels can't seem to get a script working that will post and upload a file to the server. Im working with the below. Can you help? ?php $numoffile = 1; $file_dir = d:/upload/; if ($_FILES['myfiles']) { print_r ($_FILES); for

Re: [PHP] Uploading Files - Beginner

2006-05-21 Thread P. Guethlein
other insight before my laptop sails into the wall ?smile Thanks, -Pete At 02:03 PM 05/21/2006, tedd wrote: At 1:52 AM -0700 5/21/06, P. Guethlein wrote: I'm at one of those frustration levels can't seem to get a script working that will post and upload a file to the server. Im

Re: [PHP] Uploading Files - SOLVED

2006-05-21 Thread P. Guethlein
It worked perfectly! ES Simple Uploader Script located at http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Systems/index.html If anyone else is on their learning curve... -Pete At 04:56 PM 05/21/2006, P. Guethlein wrote: I'm still very frustrated trying to figure

RE: [PHP] Uploading Files - Beginner

2006-05-21 Thread P. Guethlein
Jay, Thanks for the response. I finally found a script that actually worked immediately. I posted the link in an earlier message. I found the authors directly link here http://www.energyscripts.com/Products/product2.html for others that may need help. -Pete At 05:23 PM 05/21/2006, you

[PHP] Protecting index.php

2006-04-25 Thread P. Guethlein
Initial index.php file: ?php if(isset($_GET['d'])){setcookie('disp',$_GET['d'],time()+(60*60*24*60));$_COOKIE['disp']=$_GET['d'];} include_once('writemenus.php'); if(!isset($_GET['href'])) $include = 'startpage.htm'; else { $include = $_GET['href']; $include = $include.php;

[PHP] Beginner Help - Array

2006-04-13 Thread P. Guethlein
This seems like it should work, but the option statement is just filling in one line of datahm... the names have multiple territories (ID's), so I want to have one name associated with one territory ID ( other stuff happens elseware...). //building list of names and their territory

Re: [PHP] headers already sent.

2006-04-08 Thread P. Guethlein
using? Using EnginSite. Is there a better one for a Windows Environment ? ( head banging against wall ) -Pete P. Guethlein wrote: (Know enough to be dangerous beginner...) Routine for a web login asked user name and password. User Name is entered correctly. Password is Incorrect. Next

[PHP] headers already sent.

2006-04-07 Thread P. Guethlein
(Know enough to be dangerous beginner...) Routine for a web login asked user name and password. User Name is entered correctly. Password is Incorrect. Next Try. User Name is enter correctly. Password is Entered Correctly. PHP notifies me on the html output that I am logged in. However, an