questions/web-development/php
My MySQL table has 6.5 million records ...READ MORE
The route is created in appConfigRoutes.php, and ...READ MORE
I wanted to do a registration form ...READ MORE
Hello @kartik, You can pass INI settings with ...READ MORE
Code: $result = mysqli_query($con, "SELECT classtype FROM learn_users ...READ MORE
Hello @kartik, Add a limit to the delete query delete from orders where ...READ MORE
I have 2 images. one face image ...READ MORE
Hello @kartik, If all your dates are posterior ...READ MORE
Hello @kartik, I had the same error when ...READ MORE
Hello @kartik, Use this query: SELECT User FROM mysql.user; Which ...READ MORE
I want to provide a list of ...READ MORE
I have an issue adding bootstrap Table ...READ MORE
I want to create a cron job ...READ MORE
Hii @kartik, If you want the biggest image ...READ MORE
PHP 5.6.3 is being used by XAMPP ...READ MORE
I have a JavaScript file with numerous ...READ MORE
I am using xampp server for PHP ...READ MORE
I'm attempting to save photos from an ...READ MORE
Hii, The easiest way to do this: class MyController ...READ MORE
Take a look at this code: $GET = ...READ MORE
Hello @kartik, GraphQL query format was designed in order ...READ MORE
I have this array: $fruit = array('apple','orange','grape'); How can ...READ MORE
Hello @kartik, Try out with the Smarty Session: {$smarty.session|@debug_print_var} or {$smarty.session|@print_r} To ...READ MORE
Hey @kartik, It's quite simple to have php ...READ MORE
Hello @kartik, MySQL is most likely in STRICT ...READ MORE
I need to connect to some PostgreSQL ...READ MORE
Hello @kartik, PHPMailer has the ability to automatically ...READ MORE
As I play about with MySQL and ...READ MORE
Hello @kartik, You cannot check it from the ...READ MORE
Hello, On your migration class: public function down() { ...READ MORE
I am working on creating an application ...READ MORE
Aws lightsail wordpress increase upload size limit ...READ MORE
Hello, I checked php -i | grep pdo and noticed ...READ MORE
I ran this command in Laravel 5.2 but ...READ MORE
I tried creating a WordPress app server ...READ MORE
My Laravel on this path: C:\Users\Mad\Work\trunk\product\backend\v1.2.1\laravel But it is ...READ MORE
I'm experimenting with cookies. I also don't ...READ MORE
Hii @kartik, First, duplicate post.php or page.php in your theme folder. Rename the ...READ MORE
My shopping cart files have been moved ...READ MORE
I have this code to iterate over ...READ MORE
I have a login system built and ...READ MORE
I created a table using the BLOB column ...READ MORE
Is it possible to merge multiple pdf ...READ MORE
One of the plugins I looked for ...READ MORE
Hello @kartik, using hidden array in model is good, but ...READ MORE
Hey @kartik, You have to provide MySQL hostname, ...READ MORE
Hello @kartik, Use the php_sapi_name() function. if (php_sapi_name() == "cli") { ...READ MORE
How can I add all the columnar ...READ MORE
In essence, I used JavaScript to generate ...READ MORE
Why is session_destroy() not working? Is there any other way ...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.