[PHP] Footnote Class

2007-12-20 Thread OOzy Pal
Hello, I am looking for class the do footnote like: Then the above is transformed as Lorem [1] diam nonummy ___ 1 FOOTNOTE -- OOzy Ubuntu-Gutsy (7.10) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] perl regexp gui

2007-12-26 Thread OOzy Pal
Is there a linux program that can help me testing my patterns (preg) something like GRegExp but for perl regexp -- OOzy Ubuntu-Gutsy (7.10) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Match for titles using pregexp

2007-12-27 Thread OOzy Pal
more words/chars[a href=#c_1 id=ids_1 title=Hello2/a]more words/chars How can I match for the title. In this case the word Hello using regexp? -- OOzy Ubuntu-Gutsy (7.10) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Match for titles using pregexp

2007-12-27 Thread OOzy Pal
On Dec 27, 2007 12:40 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-12-27 at 11:27 +0300, OOzy Pal wrote: more words/chars[a href=#c_1 id=ids_1 title=Hello2/a]more words/chars How can I match for the title. In this case the word Hello using regexp? ?php $text = 'more

[PHP] vim/php color scheme

2007-12-27 Thread OOzy Pal
Anyone have a nice color scheme for php syntax highlighting in vim? I am using elflord and it is nice but the comment color is like the function color which makes it confusing. -- OOzy Ubuntu-Gutsy (7.10) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] vim/php color scheme

2007-12-27 Thread OOzy Pal
On Dec 27, 2007 7:09 PM, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 27, 2007 11:00 AM, OOzy Pal [EMAIL PROTECTED] wrote: Anyone have a nice color scheme for php syntax highlighting in vim? I am using elflord and it is nice but the comment color is like the function color which makes

Re: [PHP] vim/php color scheme

2007-12-27 Thread OOzy Pal
Daniel, Sweet! Mine is version 7.x but I got it. I will check under vim7x. I post if I have further questions. Thank you On Dec 27, 2007 8:20 PM, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 27, 2007 12:02 PM, OOzy Pal [EMAIL PROTECTED] wrote: How can I edit these .vim files to tweak colors

Re: [PHP] vim/php color scheme

2007-12-27 Thread OOzy Pal
On Dec 27, 2007 10:32 PM, Daniel Brown [EMAIL PROTECTED] wrote: On Dec 27, 2007 2:27 PM, OOzy Pal [EMAIL PROTECTED] wrote: Daniel, Sweet! Mine is version 7.x but I got it. I will check under vim7x. I post if I have further questions. Thank you You're welcome, but try to keep non

[PHP] PHP Courses in India

2007-07-03 Thread OOzy Pal
I would like to take PHP courses (intermediate to Advance) in India. Can someone recommend a good institute anywhere in India? -- OOzy Ubuntu-Feisty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Check if var has a date (timestamp or regular)

2007-08-06 Thread OOzy Pal
How can I check an inputed date if it is a valid date and if it is in the form of a timestamp or regular date such as (22-07-2007 or 22/07/2007) -- OOzy Ubuntu-Feisty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php-tidy

2007-09-01 Thread OOzy Pal
I have php4 running on Ubuntu Feisty. I can see php5-tidy in the Synaptic (Package Manager) but can not see php4-tidy or php-tidy. How can I install php4-tidy for php4? -- OOzy Ubuntu-Feisty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php-tidy

2007-09-01 Thread OOzy Pal
On 9/1/07, Jens Kleikamp [EMAIL PROTECTED] wrote: OOzy Pal schrieb: On 9/1/07, Jens Kleikamp [EMAIL PROTECTED] wrote: OOzy Pal schrieb: I have php4 running on Ubuntu Feisty. I can see php5-tidy in the Synaptic (Package Manager) but can not see php4-tidy or php-tidy. How can I

[PHP] Arabic (Hindi) Numerals

2007-09-09 Thread OOzy Pal
I am looking for codes to convert the roman western English characters to its Arabic (Hindi) entities. For example the letter 5 Arabic numeral entity is #1637; -- OOzy Ubuntu-Feisty -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] very very small CMS

2008-07-18 Thread OOzy Pal
Hello I am looking for a simple php CMS. Can anyone help? -- OOzy Ubuntu-Hardy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] very very small CMS

2008-07-18 Thread OOzy Pal
On 7/18/08, Nitsan Bin-Nun [EMAIL PROTECTED] wrote: Hi OOzy, I would like to get more details about that CMS. Thanks, Nitsan On 18/07/2008, OOzy Pal [EMAIL PROTECTED] wrote: Hello I am looking for a simple php CMS. Can anyone help? -- OOzy Ubuntu-Hardy -- PHP General

[PHP] Simple tiny php template

2008-08-22 Thread OOzy Pal
Hello Can any one direct to very very tiny simple php template code. I want to use it for 5-6 pages website. Thank you -- OOzy Ubuntu-Hard

[PHP] Remove index.php from url

2008-10-11 Thread OOzy Pal
Hello, I expect that this question been beaten to death. I googled for many hours and all what I found is related to one CMS or another. I want to do is to make a very very very simple index.php that when is it called it automatically detect the page and load it. For example, when I call

[PHP] Running Scripts from the Command Line in Linux

2006-06-08 Thread OOzy Pal
How can I run a .php script from the command in Linux? -- OOzy Kubuntu-Dapper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Running Scripts from the Command Line in Linux

2006-06-10 Thread OOzy Pal
script.php OOzy Pal wrote: How can I run a .php script from the command in Linux? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Thanks you all but everything up did not work for me until I install php-cli. :). I am running Kubuntu-Dapper

[PHP] [HAB] How to build a member area with PHP Sessions

2005-02-06 Thread OOzy Pal
Dears Can anyone direct me to a good tutorial on how to build a member area using php sessions? Thank you OOzy Regards, OOzy What is the purpose of life? - Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'

[PHP] PHP or ASP.Net

2005-02-17 Thread OOzy Pal
Guys/Gals In a long debate with a friend, he tried to convince my that ASP.Net is the language to go for. Me, I don't like MS product. I really could not convince him that PHP is better than ASP.Net. Can you guys/gals help me to convince this guy that PHP is the language to go for. Thank you

[PHP] [HAB] PHP or ASP.Net

2005-02-17 Thread OOzy Pal
Guys/Gals In a long debate with a friend, he tried to convince my that ASP.Net is the language to go for. Me, I don't like MS product. I really could not convince him that PHP is better than ASP.Net. Can you guys/gals help me to convince this guy that PHP is the language to go for. Thank you

[PHP] [HAB] str_replace

2005-02-22 Thread OOzy Pal
Dears I am trying replace anything between '{!' and '!}' i.e {!A!} and {!B!} and {!ABC!} with XYZ. I tried the following but no help. Can anyone help? $this-template=str_replace({!*!},XYZ,$this-template); Thank you Regards, OOzy What is the purpose of life? Regards, OOzy What is

[PHP] [HAB] Force Browsers to encode in utf8

2005-01-13 Thread OOzy Pal
Dears, My html templates are encoded using utf-8. When the browser reads the files as .html it encodes it fine and my characters looks fine. However, when php reads the files and sends them to the browser the files looks ugly and unreadable. How can I force the broswer to encode the pages in

[PHP] [HAB] Remove empty cells from an array

2005-01-15 Thread OOzy Pal
Dears, How can I remove empty cells/places in an array. For example: a[1]='John'; a[2]='Mike'; a[3]='Lisa'; a[4]=''; a[5]=''; How can I remove a[4] a[5], so the array is only a[1]='John'; a[2]='Mike'; a[3]='Lisa'; = Regards, OOzy What is the purpose of life?

Re: [PHP] [HAB] Force Browsers to encode in utf8

2005-01-15 Thread OOzy Pal
Thanks guys/gals, The header (.utf-8) thing worked ok. --- Jochem Maas [EMAIL PROTECTED] wrote: OOzy Pal wrote: Dears, My html templates are encoded using utf-8. When the browser reads the files as .html it encodes it fine and my characters looks fine. However, when php reads

[PHP] Web Development/Application Analysis

2009-03-20 Thread OOzy Pal
Hello, I have just hired a remote PHP programmer. His main job is web development and applications. I have few concerns, I would be happy if someone can point me to the right direction. 1. How can I provide him the requirements. I mean how can I analyze the site and put everything in

Re: [PHP] Web Development/Application Analysis

2009-03-20 Thread OOzy Pal
On Fri, Mar 20, 2009 at 6:16 PM, Paul M Foster pa...@quillandmouse.com wrote: On Fri, Mar 20, 2009 at 11:34:30AM +0300, OOzy Pal wrote: Hello, I have just hired a remote PHP programmer. His main job is web development and applications. I have few concerns, I would be happy if someone can

Re: [PHP] Web Development/Application Analysis

2009-03-21 Thread OOzy Pal
/20/09, OOzy Pal wrote: I guess I did not make it clear. Sorry guys/gals. I forgot to tell you that I own a web development/design company. Thank you -- OOzy What does that have to do with your questions -- other than you should have known the answers. Some times it's just pointless

Re: [PHP] Web Development/Application Analysis

2009-03-22 Thread OOzy Pal
On Sat, Mar 21, 2009 at 6:33 PM, tedd tedd.sperl...@gmail.com wrote: At 6:15 PM +0300 3/21/09, OOzy Pal wrote: Tedd, You wrote a long story about a client hiring a programmer which not what I am asking. Anyhow, thank you for your post. I learned from it. I don't want to take it further