Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi -
Return To Merchant Error pay-pal
Hello Everyone, I am using the express check
by harish.dobal
Tags
How to Solve PHP Connectivity Error with MySQL
<?php
if(isset ($_POST['Signup']))
{
$file_name = $_FILES['image']['name'];
$file_tmp =$_FILES['image']['tmp_name'];
$file_ext=strtolower(end(explode('.',$_FILES['image']['name...
Convert SQL Query into Laravel?
SELECT *
FROM jobs
WHERE published = 1
AND (created_at between '2017-05-12 00:00:00' and '2017-05-13 00:00:00'
OR created_at between '2017-05-10 00:00:00' and '2017-05-12 00:00:00'
OR created_at between '2017-05-05 00:00...
How To Record Urls Loading on iFrame Into MySql Db ?
Programmer Experts,
I'm embarking on an interesting project to gain work experience in php. Just stuck on one thing and wondering if you can help.
You probably used Team Viewer. This is where I create a Team Viewer session and...
How To Add More Than One Entry On A Single Cell/Array Where Each Entry Is Separated By Commas?
Programming buddies,
I'm back online after nearly 2wks of offline. Gonna be harassing you guys again and more this time. Eeek!
Anyway, right now, I'm trying to build a script that adds multi-entries into the same single cell MySQLsq...
query roll back
hey ci experts can you help me plz
where im making mistake....
my query is not roll backed although im setting the first parameter in the $this->db->trans_start(TRUE); as TRUE
the queries are only rollback when i remove the $this->db-...