Re: [PHP] Shopping with variables

2001-05-16 Thread Vitali Falileev
Hello Tarrant, Wednesday, May 16, 2001, 12:12:43 PM, you wrote: TC> ? TC> This prints out, "You have bought 16 - Thank you" for example, see the TC> problem? How do I get it to print the variable name not just it's value? Use -- Best regards, Vitalimailto:[EMAIL

Re: [PHP] if $submit

2001-05-21 Thread Vitali Falileev
Hello Tarrant, 1st solution: turn off warnings in php.ini 2nd: use if(isset($submit)) { .. . .. . } Monday, May 21, 2001, 5:15:37 PM, you wrote: TC> Whenever I use the ? statement in a php page it always TC> comes up with: TC> Warning: Undefined variable TC> Until the submit has bee

Re: [PHP] weird behaviour with ("Z" <= "Z")

2001-07-10 Thread Vitali Falileev
Hello Christian, 10 July, 2001, 18:44:53, you wrote: CD> "Z" <= "Z" is true right?? Yes, right, but "Z" = "Z" and your code makes next iteration, then $letter = "AZ" and "AZ" is LESS that "Z", because "A" < "Z". :) CD> then why this weird thing happens when I have this code: CD> for($letter

Re: [PHP] 100MÐéÄâÖ÷»ú+¹ú¼ÊÓòÃûÖ»Ðè350Ôª£¡

2001-07-19 Thread Vitali Falileev
Ìëÿ, çàòðàõàëè!!! Êèòàéöû, ÿïîíöû, àðàáû è ïðî÷èå èåðîãëèôíûå óðîäöû. Ó÷èòå ðóññêèé, à åñëè íå ìîæåòå, õîòÿ áû àíãëèéñêèé. Íàðîä êòî ìîæåò ýòîãî ï@#$ðà âûùåìèòü, ñòóêíèòå ïî áàøêå ïëç. Sorry for flame. Ï> ×𾴵Ŀͻ§£¬ÄúºÃ£¡ Ï> ÎÒÃÇÊÇÖйúÓòÍøhttp://www.163asp.net/ Ï> £¬±¾ÍøÕ¾Ö÷ÒªÊÇΪÄúÌá

Re: [PHP] php and javascript

2001-07-27 Thread Vitali Falileev
Hello Karl, Publish your code, plz. We are not wizards. :) 27 July, 2001, 14:08:05, you wrote: KP> Does anyone know how to pass php variables to a javascript for processing. KP> I have a DHTML menu system that requires variables be attached to the url KP> contained within it. Using echo does n

Re: [PHP] = 0 and = "0"

2001-10-25 Thread Vitali Falileev
;test") == 0], so last condition result is FALSE. Is it clear? RC> Thanks, RC> Robin -- Best regards, Vitali Falileev mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,