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

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] 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

Re: [PHP] Multi-Step Script

2001-03-14 Thread Jens Nedal
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 contact the list administrators, e-mail

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 Javascript Look

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

Re: [PHP] Quotes in inputfields Reload

2001-03-13 Thread Jens Nedal
] www.phpbeginner.com -Original Message- From: Jens Nedal [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 7:24 PM To: [EMAIL PROTECTED] Subject: [PHP] Quotes in inputfields Reload Hy everybody, Well here is the deal (Probably an easy one 8)) I have several

[PHP] Quotes in inputfields Reload

2001-03-12 Thread Jens Nedal
ike input type=text name=v_email value="?php echo($v_email); ?" size=40 tried it like this too, no difference: input type=text name=v_email value="?php echo("$v_email"); ?" size=40 thx in advance, Jens Nedal -- PHP General Mailing List (http://www.php.net/) To uns

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

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() seems

Re: [PHP] Passing string variable gets cut off

2001-03-11 Thread Jens Nedal
uivalent ascii-char - %20 and then it should not get cut of anymore. regards, 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
of that field in an if-clause. if true just 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