Posts by Gabriel Silva • 49 points
10 posts
-
0
votes0
answers443
viewsQ: Email me codeigniter
someone would kindly help me, it’s a problem I’ve looked for here and haven’t found the mistake yet. The problem is this, I am trying to send email on the server I am currently using where it is ssl…
-
0
votes1
answer704
viewsQ: Error Object of class stdClass could not be converted to string in codeigniter
I’m not getting out of place because of this mistake. My model looks like this public function conf($dados){ $this->db->select('id'); $this->db->where('senha',$dados); $query =…
-
0
votes0
answers236
viewsQ: Database error: Error Number:1064 in codeigniter
is making the following mistake Error Number: 1048 Column 'scale' cannot be null INSERT INTO teste (escala, id) VALUES (NULL, NULL) Filename: C:/xampp/htdocs/SAO/system/database/Db_driver.php Line…
-
0
votes2
answers124
viewsQ: Use of loop in codeigniter
Hello, all right with you? I’m having a big problem in codeigniter that I’m not sure how to fix, I have a helper where it works as follows function forms($a){ for(i=0;i<=$a;i++){ <input…
-
2
votes1
answer407
viewsQ: Bootstrap problem with Slick Boot boot and modal
Hello, I’m doing a project for a client where I’m using a modal of bootstrap and inside this modal has a Carrousel using Slick Carrousel, however I’m not sure why but it’s not starting when opening…
htmlasked Gabriel Silva 49 -
0
votes1
answer115
viewsQ: Post thumbnails are not showing
Why is not appearing the thumbnail in my Wordpress post? I added the add_theme_support( 'post-thumbnails' ); in functions.php but still not showing up, my code in cont <?php // Styling Tip! //…
-
0
votes0
answers505
viewsQ: Autoplay youtube video on mobile
I wonder how I can put the youtube video in autoplay on mobile, because it is not working, on mobile it is not in autoplay, do not run the video without having to press. My Script. <script> //…
-
0
votes0
answers104
viewsQ: Send attachment to email without mail function and phpmailer
I wonder if it is possible to send an attachment in php without using the mail function and without using phpmailer, because for some reasons I do not have the password or the login of smtp, I could…
phpasked Gabriel Silva 49 -
1
votes1
answer85
viewsQ: Problem with flash games cache
I’m monitoring a site in a college project and I realized that, the moment I open a certain game, it gives an error, varying the error from game to game, some do not load, some take too long to…
-
-1
votes2
answers221
viewsQ: Doubt to Link form in PHP to send by email
I have a small problem at the time of connecting the contact form to be sent by email, it is not sending by email and I could not understand the reason for this, follows below the html code with the…