questions/web-development/php
I have a folder named project1 in ...READ MORE
Hello @kartik, You have to modify the php.ini ...READ MORE
I want to have editable rows in ...READ MORE
I am working on creating a database ...READ MORE
Hello @kartik, This code does the trick // Name ...READ MORE
Hello @kartik, You may get this error because ...READ MORE
I'm running into a small issue with ...READ MORE
Hello @kartik, You have to use br when ...READ MORE
hey, The code below shows a simple way ...READ MORE
Hello @kartik, Using this command columns names will ...READ MORE
I am getting this error: Parse error: syntax ...READ MORE
Hello, Try this without regular expressions: <?php ...READ MORE
Hello @kartik, Laravel 5.7 introduced the following functionality: Auth::routes(['register' ...READ MORE
I have a server with a PHP ...READ MORE
Hello @kartik, To directly login to a remote ...READ MORE
Hello @kartik, Try this: ALTER TABLE document MODIFY COLUMN ...READ MORE
I need to pass some PHP variables ...READ MORE
Hello @kartik, Try this php code. <?PHP function getUserIP() { ...READ MORE
Hello @kartik, It is actually a permission issue. ...READ MORE
I fetched post_id from postmeta: $post_id = $wpdb->get_results("SELECT ...READ MORE
Hello @kartik, Store the ip as a INT(11) UNSIGNED, ...READ MORE
Hello @kartik, You can do with the --no-data option with ...READ MORE
Hello @kartik, you need to set the blending ...READ MORE
Hello @kartik, Use the reference operator to get ...READ MORE
I installed Fedora 14 and installed the ...READ MORE
Hello @kartik, You just have to include the safestring.class.php before ...READ MORE
Hello @kartik, Use PHP's date() function. Example: echo date('m/d/Y', 1299446702); Hope it helps!! Thank ...READ MORE
I have a development environment based on ...READ MORE
Hello, Try this code: preg_match('/[a-zA-Z]+<\/a>.$/', $lastgame, $match); print_r($match); Using / as a delimiter ...READ MORE
Hello @kartik, You are looking for the extends keyword: Interface IFoo ...READ MORE
Hello @kartik, This is possible in HTML5. Example (PHP ...READ MORE
Hello @kartik, Try this: UPDATE business AS b INNER JOIN ...READ MORE
Hello @kartik, If you put an Iframe in ...READ MORE
I'm getting the error "Mailer Error: Could ...READ MORE
Hello @kartik, Try this: div.image { width:100px; ...READ MORE
Hello @kartik, You can use basename() and $_SERVER['PHP_SELF'] to get current page ...READ MORE
Hello @kartik, In your home folder /Users/David for exmaple, you ...READ MORE
Hello @kartik, I had the same error when ...READ MORE
I have a login and sign-up form and ...READ MORE
Hii, If you don't have access to php.ini, adding ...READ MORE
Hello @kartik, You can use $_SERVER['REQUEST_URI'] to get requested path. ...READ MORE
Hello @kartik, Try this: select * from information_schema.columns where table_schema ...READ MORE
Hello @kartik, The PHP and the HTML should ...READ MORE
Hii @kartik, If you want the biggest image ...READ MORE
Hello @kartik, Try this: preg_replace('/\\?.*/', '', $str) Hope ...READ MORE
Hello @kartik, Add this to the page that ...READ MORE
I am getting this error when I ...READ MORE
I have a form on one page ...READ MORE
After each entry has been verified, the ...READ MORE
I have this array: $fruit = array('apple','orange','grape'); How can ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.