is it possible to convert this URL as http://username/subdomain.domainname.com or http://username.subdomain.domainname.com
where username is a dynamic data from my database based on id value. it would be so helpful if I could get a solution using PHP, .htaccess
is it possible to convert this URL as http://username/subdomain.domainname.com or http://username.subdomain.domainname.com
where username is a dynamic data from my database based on id value. it would be so helpful if I could get a solution using PHP, .htaccess
not need of htaccess use id and url from database and redirect, what’s the issue?
Company – Triosoft Technologies Pvt.Ltd.
*Software developer
Skill set- PHP / Laravel / CodeIgniter
No. of Openings- 2
Experience – 1 to 3 yr
Salary- 10,000 to 25,000
*Android developer
Skill set – kotlin/ java or react native
Experience – 1-2 yr
Salary – 12,000-24,000
*Web Designer
Skill set – HTML,CSS,Java Script MooTools etc
Experience – 1-2 yr
Salary – 10,000-15,000
*Graphic Designer
Skill set – Illustrator, Adobe, sketch / mockups
Experience – 1-2 yr
Salary – 8,000-15,000
Location(Address)- Address: 5/6, 2nd Floor, Meera Complex, MP Nagar Zone-II, Bhopal, Madhya Pradesh 462011
Work from home- no
Timing- 10:00 to 07:00 pm
interested candidate call at 0755-4902894,+91 9425653634 (between 10:30am to 7:00 pm) or send cv at career@triosoft.in
Company – Triosoft Technologies Pvt.Ltd.
*Software developer
Skill set- PHP / Laravel / CodeIgniter
No. of Openings- 2
Experience – 1 to 3 yr
Salary- 10,000 to 25,000
*Android developer
Skill set – kotlin/ java or react native
Experience – 1-2 yr
Salary – 12,000-24,000
*Web Designer
Skill set – HTML,CSS,Java Script MooTools etc
Experience – 1-2 yr
Salary – 10,000-15,000
*Graphic Designer
Skill set – Illustrator, Adobe, sketch / mockups
Experience – 1-2 yr
Salary – 8,000-15,000
Location(Address)- Address: 5/6, 2nd Floor, Meera Complex, MP Nagar Zone-II, Bhopal, Madhya Pradesh 462011
Work from home- no
Timing- 10:00 to 07:00 pm
interested candidate call at 0755-4902894,+91 9425653634 (between 10:30am to 7:00 pm) or send cv at career@triosoft.in
Company website triosoft.in

Photo from Rohit

Framework:. Laravel
Experience required: 1+yr
Negotiable salary
Location: Cochin
Interested candidates can DM

Hello this is a UI for the calendar
Below dots are data need to fetch from databse and display below the date
If any done these things before kindly guide me
I’m php Developer.
I need work.
I’m works in core php, codeigniter, laravel and yii
if you have any kind of work then please let me know
no issues
We have full opportunity for PHP Full Stack Developer
Location: Hyderabad
CTC: 5-8lpa
Notice Period: 15 to 30 days
Skills: Codeigniter,Laravel,cakephp,Yii
Any one framework should have experience atleast 2 years
#Work from office#
Anyone interested reach me@9515969559
Job Description for Urgent Hiring For PHP Laravel Codeigniter Developer in Career Planet Infotech in Location Delhi/NCR for 2 to 3 years of experience. Apply Now!

Register to get job notification on WhatsApp /Email and Telegram:
https://docs.google.com/forms/d/e/1FAIpQLScnZdtQprxHvWgeqrBmZ4AJEWx7Ed1_OVI5YQE8pOICFvvMlg/viewform
You can so Join our telegram group:
https://t.me/campus_infotech
only need admin panel with chart..
yes this contains only one database this is the database structure
https://floomby.io/s/241120/decCzH9e?a
In this Table you need to follow and add dummy data,
I think this is very simple… because you will have to show only the graph or charts
You need to downloads the theme
https://www.creative-tim.com/product/material-dashboard-laravel
https://www.creative-tim.com/product/white-dashboard-laravel
You can select any from the last two links..
Shared with Floomby
Experience : 2 -3 yrs
Location : Chennai / Uthiramerur
Skills : Codeigniter , core Php, CSS 3, html5, JavaScript, Jquery
Send your resumes to info@kariyamangalam.com
Private message / whatsapp to 9884643772
Thank you
Jayaprakash Sampath
I am looking to hire a php developer with some experience, mostly for backend development
completely work from home job…
Please share your resume at (techusu@gmail.com)
I am looking to hire a php developer with some experience, mostly for backend development
completely work from home job…
Please share your resume at (techusu@gmail.com)
Which company ?
Techusu Enterprises
For sure
Updated image is unable to show on the page and in the destination folder but it does in the db. Other records along are updated just fine.
yeah we were sleeping, it was night here
Updated image is unable to show on the page and in the destination folder but it does in the db. Other records along are updated just fine.
check if move_uploaded_file is true
yeah, I have this 👇🏽. That is to handle updating image. Adding new record works just fine.
if (isset($_FILES[‘image’][‘name’])&&($_FILES[‘image’][‘name’]!=””)) {
$newimage = ‘uploads/’. $_FILES[‘image’][‘name’];
unlink($oldimage);
move_uploaded_file($_FILES[‘image’][‘tmp_image’], $newimage);
}
else {
$newimage = $oldimage;
}
if (isset($_FILES[‘image’][‘name’])&&($_FILES[‘image’][‘name’]!=””)) {
$newimage = ‘uploads/’. $_FILES[‘image’][‘name’];
unlink($oldimage);
move_uploaded_file($_FILES[‘image’][‘tmp_image’], $newimage);
}
else {
$newimage = $oldimage;
}
do what i said