Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Graphic Friendly URL
Post: RE: Graphic Friendly URL

Hi! It’s great that you’ve started learning PHP and CodeIgniter. To create a custom PHP blog URL in CodeIgniter, use the routing feature in the framework. Check the routes.php file in your application...
1,513 Views
3 Replies
12-10-2024, 10:45 PM
Rizzk
  Smile Thread: Email management with CodeIgniter
Post: RE: Email management with CodeIgniter

If you're managing basic emails, CodeIgniter’s native email library should work fine. However, for handling mass emails or newsletters, it’s better to integrate an external service like Mailchimp, Sen...
1,623 Views
2 Replies
09-26-2024, 04:09 AM
Rizzk
    Thread: Content Optimization Strategies - SEO Friendly URLs
Post: RE: Content Optimization Strategies - SEO Friendly...

I implemented this on my personal website, XtraSaaS (https://xtrasaas.com), and found it to be both effective and user-friendly. It truly works as promised! I appreciate you sharing this insightful co...
832 Views
2 Replies
09-26-2024, 04:06 AM
Rizzk
    Thread: Some useful tools collected on one site
Post: RE: Some useful tools collected on one site

Thanks for sharing these tools
1,705 Views
3 Replies
09-24-2024, 12:31 AM
Rizzk
    Thread: 50 Best Websites for Web Design Inspiration and Ideas
Post: RE: 50 Best Websites for Web Design Inspiration an...

Thanks for sharing
1,196 Views
2 Replies
08-05-2024, 12:25 AM
Rizzk
    Thread: What is the best practice for querying a DB with 2 or 3 tables
Post: RE: What is the best practice for querying a DB wi...

A large join query retrieves all data at once but may produce a lot of results, and can be handled in the BlogModel. Alternatively, you can first fetch blog posts and then query tags separately, split...
1,593 Views
3 Replies
07-31-2024, 02:46 AM
Rizzk

Theme © iAndrew 2016 - Forum software by © MyBB