Re: [PHP] for loop inside a switch

2007-08-16 Thread Mohamed Yusuf
I don't think it is going to work. IMO On 8/16/07, Hulf <[EMAIL PROTECTED]> wrote: > > Hi, > > switch ($q) { > > for ($i=0; $i <21; $i++) { > case 'faq$i': > echo $faq1; > break; > } > } > > > I just want to loop out a big long list of cases. > > -- > PHP General Mailing List (http://www.p

Re: [PHP] need help

2007-07-02 Thread Mohamed Yusuf
checkout this site http://www.w3schools.com/php/default.asp On 7/2/07, Davide Bernard <[EMAIL PROTECTED]> wrote: I've found http://php.net/ to be very helpful. Especially in troubleshooting. >>> "Muhammad Hassan Samee" <[EMAIL PROTECTED]> 7/2/2007 8:38 AM >>> hay i m a C++ programmer and new t

Re: [PHP] PHP Color Coding in Gmail (was: open a file in a folder without knowing the filename)

2007-06-21 Thread Mohamed Yusuf
cool idea, but me thinks gmail will not implement it. On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote: > On 6/21/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > > On Jun 21, 2007, at 2:25 PM, Tijnema wrote: > > > > > On 6/21/07, Tijnema <[EMAIL

Re: [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
Thanks, I will try it first On Fri, 15 Oct 2004 09:26:21 -0500, Greg Donald <[EMAIL PROTECTED]> wrote: > http://pear.php.net/package/DB_Pager > > -- > Greg Donald > Zend Certified Engineer > http://gdconsultants.com/ > http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] PHP websites (www/uk/us2)

2004-10-15 Thread Yusuf Tikupadang
They're mirrors. On Fri, 15 Oct 2004 09:20:10 +0100, Graham Cossey <[EMAIL PROTECTED]> wrote: > > I was wondering what the difference is between the various PHP sites linked > to in this list, are they mirrors and what determines which site you get > directed to when doing a search from www.php.

[PHP] Re: 答复: [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
> I don't know if this can running on mssql. > select limit m,n No, mssql can't do that. the only solution that i have is using cursor, but I can't use codecharge to do that (and need much more time to develop). Thanks for your idea. Best Regards, Yusuf Tikupadang --

[PHP] Re: 答复: [PHP] Problem with MSSQL

2004-10-15 Thread Yusuf Tikupadang
> I don't know if this can running on mssql. > select limit m,n No, mssql can't do that. the only solution that i have is using cursor, but I can't use codecharge to do that (and need much more time to develop). Thanks for your idea. Best Regards, Yusuf Tikupadang --

Re: [PHP] PHP App User Permissions Tecnique

2004-10-15 Thread Yusuf Tikupadang
I think read from database better than from session, because it's more easy than usnig session. On Fri, 15 Oct 2004 00:41:31 -0700, Brendon <[EMAIL PROTECTED]> wrote: > I am building a web based community forum type software using PHP. I am > currently working on how different user privelages are

[PHP] Problem with MSSQL

2004-10-14 Thread Yusuf Tikupadang
that I need (from record x1 untuk x2), without stored procedure? Thanks before. Best Regards, Yusuf Tikupadang -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Coding Blues - Parse Error

2004-09-15 Thread Yusuf
query($this->query,$this->connect) } } ?> Can anyone please help me? Thanking you in anticipation, Yusuf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php