php-general Digest 19 Nov 2006 00:28:35 -0000 Issue 4467

2006-11-18 Thread php-general-digest-help
php-general Digest 19 Nov 2006 00:28:35 - Issue 4467 Topics (messages 244832 through 244841): regular expressions 244832 by: Børge Holen How to check value in multidimensional array 244833 by: Erik Gyepes 244835 by: Erik Gyepes 244836 by: Oliver Block PHP

Re: [PHP] Hide Warnings

2006-11-18 Thread Stein Ivar Johnsen
Thanks to all that replied to my message. I have managed to fix the problem with help from Tom Chubb, ThanX Tom! I made my own php.ini file with the keywords I needed, and uploaded it to the same dir as my script. Now it works fine -- Regards sijo http://www.dyg.no Tom Chubb [EMAIL

[PHP] Re: Hide Warnings

2006-11-18 Thread zerof
Stein Ivar Johnsen escreveu: Hi.. How can I hide Warning messages so they are not shown on screen..: Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you

[PHP] regular expressions

2006-11-18 Thread Børge Holen
Ok I seem to need to learn regular expressions more than anything. this is what im working on: [desc] = c FF topic c 99 rest of the text , $string = preg_replace(/c\s\w[0-9A-F]+/,,$string); prints out: topic rest of the text ( with double spaces :(, I thought \s would fix

[PHP] How to check value in multidimensional array

2006-11-18 Thread Erik Gyepes
Hi guys, I have an array with navigation items like that: $navigationItemArr = array(Home=home, Profile=profile, Photogallery=photogallery, Contact=array(contact,subsection) ); How can I check for a value in this array? I

Re: [PHP] How to check value in multidimensional array

2006-11-18 Thread Erik Gyepes
Oliver Block wrote: Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes: What exactly do you need to do? You should read the manual too, at I would like to check if the value is really in the array, if it is not then I would like do some other things. (so not check if it is an array

Re: [PHP] How to check value in multidimensional array

2006-11-18 Thread Oliver Block
Am Samstag, 18. November 2006 22:08 schrieb Erik Gyepes: Oliver Block wrote: Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes: What exactly do you need to do? You should read the manual too, at I would like to check if the value is really in the array, if it is not then I would

Re: [PHP] PHP Programmers

2006-11-18 Thread Dave Goodchild
I charge £20(approx $40) per hour or by the job, code in php, use mysql, and produce front end in xhtml/css. Recent example: dontjustsitthere.co.uk/stage/. On 11/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone know of a good website, which rates PHP programmers? or Does anyone

Re: [PHP] PHP Programmers

2006-11-18 Thread tedd
At 1:03 PM -0800 11/18/06, [EMAIL PROTECTED] wrote: Does anyone know of a good website, which rates PHP programmers? or Does anyone know of a good, trustworthy, reliable, and reasonably price programmer(s)? Nope, we're all a bunch of over-priced goof-offs. :-) But seriously, if you want to

Re: [PHP] PHP Programmers

2006-11-18 Thread Larry Garfield
On Saturday 18 November 2006 15:03, [EMAIL PROTECTED] wrote: Does anyone know of a good website, which rates PHP programmers? or Does anyone know of a good, trustworthy, reliable, and reasonably price programmer(s)? For what definition of reasonably priced? :-) My company has done sites

[PHP] How to work with virtual (seo) URLs?

2006-11-18 Thread Erik Gyepes
Hi folks, my another question is how to work with URLs like below in PHP: http://www.example.com/section/ http://www.example.com/section/subsection/ http://www.example.com/section/subsection/subsubsection/ http://www.example.com/section/subsection/subsubsection/ These URLs works very well

Re: [PHP] How to work with virtual (seo) URLs?

2006-11-18 Thread testkonto
You did not describe the problem. Every script file has a location within the servers hierarchy. If you want to know in which script your code is executed, you can query the variable $_SERVER['SCRIPT_URI']; That returns the URI of the executed php-file, NOT included file. Don't you read

Re: [PHP] PHP Programmers

2006-11-18 Thread Kevin Waterson
This one time, at band camp, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anyone know of a good website, which rates PHP programmers? or Does anyone know of a good, trustworthy, reliable, and reasonably price programmer(s)? You get to choose any two of the above only. enjoy --

[PHP] Coding...

2006-11-18 Thread Jeff
I am pretty new with PHP, but what I've learned in the last 3 weeks is pretty good I think so far! What I'm looking to do is create a login script, and have people being able to login. Now, I have pulled scripts from sites, and everything is working okay. But the problem I have with pulling

Re: [PHP] Coding...

2006-11-18 Thread John Meyer
I'd pick up a book Web Database Applications with PHP and MySQL, otherwise known as the Platypus Book, and use that. That will teach you a lot about logins, sessions, as well as using MySQL and PHP together. As far as the database name goes, that has nothing to do with the PHP file name. Jeff

[PHP] Re: PHP Programmers

2006-11-18 Thread [EMAIL PROTECTED]
Thanks everyone for the responses. I am a programmer myself, however, I have so much to do but not enough time. I am working on 3 big projects and will be needing some help. I am not sure how to split up the projects to track their status and to see how everything is going overall. I was told

Re: [PHP] Coding...

2006-11-18 Thread [EMAIL PROTECTED]
There are a lot of good books to go by. I suggest getting one that incorporates both PHP MySQL, not just php. On 11/18/06, Jeff [EMAIL PROTECTED] wrote: I am pretty new with PHP, but what I've learned in the last 3 weeks is pretty good I think so far! What I'm looking to do is create a