Re: [PHP] Solution to "headers already sent" error.

2001-06-20 Thread Jens Nedal
Hy there 8) This one is easy... The thing IS that when you use the header statement there is absolutly NO OUTPUt like echo(); inside the PHP-brackets allowed AND NO OUTPUT allowed outside the PHP-Brackets, before the first header statement appears! Not even simple linebreaks or anything! So wat

Re: [PHP] php and flash 5 books?

2001-06-20 Thread Jens Nedal
Could you tell me which book that ist? Maybe Title author and ISBN Number. I would be grateful for tha tinformation, thx! regards, Jens on 19.06.2001 17:30 Uhr, Jay Paulson at [EMAIL PROTECTED] wrote: > Anyone know of any good books that actually deal with php interfacing with > flash 5? I've

Re: [PHP] HTTP_POST_VARS not picking up checkboxes that areunchecked

2001-06-20 Thread Jens Nedal
The thing can do is as follows: When i want check such empty boxes, i call up the $HTTP_POST_VARS just like you. BUT what i do next ist that while listing those vars i insert an if statement like if (!strstr($key,checkbox_name)) {echo ($error);} So i do a stringmatch with the key and the name..

Re: [PHP] update two frames at once?

2001-03-14 Thread Jens Nedal
Yes you can and there is even a neater script that does it. with thise you can update any amount of frames a t the same time. Just well i got to find it. msg back in a few. Jens Nedal on 12.03.2001 22:15 Uhr, Angerer, Chad at [EMAIL PROTECTED] wrote: > Yes you can.. use Javascr

Re: [PHP] Multi-Step Script

2001-03-14 Thread Jens Nedal
to get that formname and then see what you do with each form. The other way round with if statements or switches works well though. Jens Nedal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP] Quotes in inputfields & Reload

2001-03-13 Thread Jens Nedal
r, Chief Developer > > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTECTED] > www.phpbeginner.com > > > > > -Original Message- > From: Jens Nedal [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 12, 2001 7:24 PM > To: [EMAIL PROTECTED] > Subject: [P

Re: [PHP] Good Free PHP Editor?

2001-03-13 Thread Jens Nedal
About good editors with FTP inbuilt on the Windows side. Most of the FTP features are crap! Completly. The only Editor i know that works good with its inbilt FTP feature is BBEdit, but that again is another platform. BUT if you want a good combination on Windows side you could use Ultraedit and F

Re: [PHP] Mailing List

2001-03-12 Thread Jens Nedal
Seems that such "blasphemy" as unsubscribing is not allowed ;) Dear heathen, once you sold your soul to PHP you have to payback lifelong, dont forget that! No escape ;) Contacting the Admin should do the thing i guess. regards, Jens Nedal on 12.03.2001 13:49 Uhr, Harshdeep S Jawanda

[PHP] Quotes in inputfields & Reload

2001-03-12 Thread Jens Nedal
ike tried it like this too, no difference: " size=40> thx in advance, Jens Nedal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Jens Nedal
include the addupdate and execute it along. Hope that helps, Jens Nedal on 11.03.2001 18:12 Uhr, Fates at [EMAIL PROTECTED] wrote: > I'm trying to update an existing record based on a link that represents > the record to update. > > I have a link and I am passing variables that wer

Re: [PHP] Passing string variable gets cut off

2001-03-11 Thread Jens Nedal
on 11.03.2001 16:16 Uhr, Fates at [EMAIL PROTECTED] wrote: > My strings are getting cut off when I pass to destination web page > > Example: > > Assign variable from database > $subcategory = mysql_result($result,$i,"subcategory"); > > Variable $subcategory is assigned "Graphic Editors" from

Re: [PHP] isset and multiple selects

2001-03-11 Thread Jens Nedal
on 10.03.2001 10:10 Uhr, Alexander Lohse at [EMAIL PROTECTED] wrote: > Hi, > > is it a fact that: If I have multiple select with e.g. "pers[]" as > name, I cannot check for an isset($pers) if the user left the field > blank? > > I know it all works with textfields ... But in this case isset() >

Re: [PHP] re:linebreak

2001-02-14 Thread Jens Nedal
Hy there everyone on the board 8), just a new listviewer droppign in. In case of displaying \n that are stored in a variable or com from a DB or inptu field you can also use nl2br($var) which automatically converts those linebreaks to and so get displayed correctly. Though that will not work for