KA_lin

Romania

calin.lx.ro

Age: 24

Student...enough said...

Jun
14
answered How to compare multidimensional array keys
Jun
14
comment How to compare multidimensional array keys
compare these arrays => array_keys($data[0]),array_keys($data[1])
Jun
13
comment Windows composer install issue
enabled ssl extension?
Jun
13
comment javascript form button click counter
onclick="skipCounter();return false;"
Jun
13
comment PHP used in HTML elements, to determine odd/even, code ignores background image
You should use some inline styles in this case
Jun
13
comment How can I add a loader.gif which will show until the image (map) is loaded in PHP
Look here api.jquery.com/ajaxStart
Jun
13
comment Connecting to an MSSQL database through ODBC Error
php.net/manual/en/mssql.installation.php states that The MSSQL extension is enabled by adding extension=php_mssql.dll to php.ini.
Jun
13
comment simple check box insertion into database using mysqli php
$query= "INSERT into sub(Subject1) VALUES('{$_POST['php']}')";
Jun
13
answered Connecting to an MSSQL database through ODBC Error
Jun
10
accepted IIS and Zend url rewrite
Jun
7
revised IIS and Zend url rewrite
edited tags
Jun
7
asked IIS and Zend url rewrite
May
31
revised PHP > Best way to store editable user settings for a CMS
added 34 characters in body
May
31
answered PHP > Best way to store editable user settings for a CMS
May
8
comment Url to connect android to mysql database
Connect with the IP of the computer not localhost
Apr
17
comment Posting several vars via JavaScript
I think it was developed in the 70`s when jazz was popular
Apr
17
answered Selecting Multiple Rows PHP/MySQL
Apr
17
comment PHP dynamic string update with reference
Can`t use a variable at a certain step without declaring it or using a future value...
Apr
17
comment Using URL as a condition on php
paulund.co.uk/get-current-url-with-php
Apr
17
comment I am getting error in Html form while giving a value as php code
Initialize the variable to 0 (before the isset check)
1 2 3 4 5