Re: [PHP-WIN] Re: parse error

2002-03-14 Thread ChaoticWorks
yeah...someone already told mei feel stupid for that one...for some reason the HTML tags were giving me problems...i just opened another text file and resaved it and it worked fine. thanks everyone for your help -Sean-

[PHP-WIN] parse error

2002-03-13 Thread ChaoticWorks
how come whenever i run this code i get a error that says Warning: Unexpected character in input: '\' (ASCII=92) state=1 in c:\phpdev\www\public\notch\bioupdate.php on line 28 Parse error: parse error in c:\phpdev\www\public\notch\bioupdate.php on line 28 ?php $fp = fopen(./notch/ .

[PHP-WIN] Re:[PHP-WIN] parse error

2002-03-13 Thread ChaoticWorks
i fixed thati feel stupid for missing thatbut i still get the error even after i fixed that In a message dated 3/13/2002 9:01:59 PM Central Standard Time, [EMAIL PROTECTED] writes: I suppose that line 28 is: if (!fp) die (Cannot open file for writing. Please contact me.);

[PHP-WIN] Include ()

2002-03-13 Thread ChaoticWorks
When i use the Include() command for a text file it always puts a slash, / , in front of any qotations in the text file. anyone know why? my example is http://www.notchmetal.com/bio/ thanks -Sean-

[PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i was reading a php book and it says on UNIX machines i must change the CHMOD to 666 or 777, how do i do this? i never heard of the CHMOD. thanks.

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i put chmod (index.php, 0777); in my index.php file and when i viewed it, it displayed Warning: chmod failed: Operation not permitted anyone know why that is?

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i have a unix host. thats why i am trying to get this CHMOD to work. Thanks.

[PHP-WIN] security flaws

2001-12-10 Thread ChaoticWorks
what are all the security flaws of PHP? also...what other languages are more secure? thanks.

[PHP-WIN] array problems

2001-11-30 Thread ChaoticWorks
i have been learning php from a book, but whenever i do array examples i get errors. like if i have multi selectional list box and there are 5 things to select and you select 3, there will be 2 errors and then the results of the 3 will display. i dont think i have the full php installation or

[PHP-WIN] how do you determine how many people are on your webpage right now!

2001-11-20 Thread ChaoticWorks
how do you determine how many people are on your webpage right now? -Sean-

[PHP-WIN] php

2001-10-11 Thread ChaoticWorks
For some reason whenever I do a multiple drop down box in php and click submit, the page it transfers too says that there were undefined index's. Which does not make sense because it worked for one of my friends and its an example right our of "Beginning PHP4." Thanks -Sean- listbox.ZIP