[PHP] Re: Mime types?

2002-08-21 Thread Joni Järvinen
If I remember correctly, there are various articles about file upload in sites such as www.phpbuilder.com, www.codewalkers.com and such. Hope that helps you get started :) -Joni- -- // Joni Järvinen // [EMAIL PROTECTED] // http://www.reactorbox.org/~wandu Wm [EMAIL PROTECTED] wrote in message

[PHP] Re: determining which link was clicked

2002-08-13 Thread Joni Järvinen
Hi. Try something like the link having an ID and the other page that generates the content pulls that ID from the uri and then generates the page according to the ID. Ie. a href=content.php?id=1Category: Cars/a and content.php pulls the id from the uri with $_GET[id] IIRC. Consult the manual

[PHP] Re: PHP Errors - someone please take a look

2002-08-10 Thread Joni Järvinen
Hi. This isn't the most helpful comment but it seems your working on a windows-platform. Have you tried to use your script in a *nix platform? -- Joni -- // Joni Järvinen // [EMAIL PROTECTED] // http://www.reactorbox.org/~wandu Christopher J. Crane [EMAIL PROTECTED] wrote in message [EMAIL