Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,
Images outside webroot
Im hopeing someone can help me with this because i cant figure it out.I have setup an ASP.NET websit
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
2 things: enter doesn't work in IE & empty form
i have this search form that works well except for 2 things.
1) on IE when i hit enter instea
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim