Hello all,
if anyone could give me a hint. This web page www.visitsplit.com has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done...
Hello all,
if anyone could give me a hint. This web page www.visitsplit.com has some content and has Diokletian tzar flash animation playing the tennis. We placed this animation in a way where tsar would hit the ball and ball will bounce between top, left and right content column. All is done...
I use maxmind database (free license), with netblocks in xls format (it is such for download), convert it urself to mysql (I use Access (with mysql odbc connector) for any conversion), and then use it.
This is a link to download proper version and then u'll have to do some conversion to mysql...
Thank You, jpadie.
Your statement is 'true' UNDER lots of circumstances.
To add:
PHP will only parse the syntax of all code, but will NOT include file in parse (neither check its syntax, PHP will not even check against its existance!) if condition for inclusement is not met.
That is better...
Here is I again.
We found the answer, if anyone interested:
We tested this code:
<?
$a=1;
if ($a==1){echo 'a is ok';}
if ($a!=1){include blahblah;}
?>
In upper code, there's obvious syntax error include blahblah;, yet, PHP returned this in browser:
a is ok
One can test this easily.
So to...
Hello all.
I have some general questions about INCLUDES in PHP. Perhaps it will sound dumb, but I want to be sure :-).
So, PHP (pseudo) code:
if (condition 1)
INCLUDE APPROPRIATE INCLUDE FILE
if (condition 2)
EXECUTE SOME CODE
So, my questions are:
1. Does PHP, while parsing...
HEllo.
I'm using Win XP Pro as my Os. I don't know if I have done something, but when I'm browsing folders, when I doubleclick on a folder, instead of opening it in same window (as my settings are), it opens another window offering search.
In other words, when I rightclick a folder, first...
Hello all.
Recently I changed server computer and set new web server for developement purposes.
My sessions are stored in an mySQL table.
Every page on this developement web starts with two following lines:
if(file_exists('C:/includes/phpSecureSessions.inc')) {include...
Hello all.
I have an form (POST submitted to php script). I do validation on that form, and if someone misses to fill something, it reloads itself (when Submit button pressed) pointing to missing or bad data. Then when everythings ok, the form is submitted to another page. The problem that...
Hello all.
It seems that value from disabled text input field doesn't pass POST method.
Can that be a case?
I use PHP as SSS, and it returns unset value of HTML disabled field on POST method HTML form, even if it value is set.
Help? Thanks.
Hello people, thanks.
As of Saint David's -> the problem is solved with \ (backslash - Saint David\'s worked just fine).
But for 's-Hertogenbosch (and other cities starting with singlequote), no result.
This is a bit paculiar problem but not so of huge importance. Never the less, any other...
Run MySQL Administrator (you can find it on mysql web), Choose StartUp Variables -> MyISAM Parameters (Tab) -> Advanced Settings Block -> Increase Block Size. This should do it.
HEllo all.
I run into a problem with singlequotes and querying.
Help is appreciated, or if anyone have some expirience, this would be fine.
I have cities table (MySQL).
City names are sometimes like:
's-Hertogenbosch (this is a name of actual city in Netherlands) or
Saint David's (this is a...
Hello all.
I recently installed Mysql 4.1 Server, on a mashine with WinXP having APacheSSL server.
Apache/SSL is working fine.
Mysql as service is started/working OK.
Mysql is using server instance configuration.
PHP is also working OK except connectiong to mysql server.
One of procedures...
Hello and thanks all.
This problem appears during the first installation when kernel image isn't loaded yet (or something like that). Installation recognizes all devices except hard drive during first installation steps and returns message:
No hard drives have been found. You probably need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.