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 lo
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
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 w
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 s
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
--
"
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 manual
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 w
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
r
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 po
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
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
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
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
Ok I seem to need to learn regular expressions more than anything.
this is what im working on:
["desc"] = " FF topic 99 rest of the text ",
$string = preg_replace("/\s\w[0-9A-F]+/","",$string);
prints out: topic rest of the text ( with double spaces :(, I thought
\s would fi
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 would
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 P
16 matches
Mail list logo