1,244 Topics

Member Avatar for
Member Avatar for vinay7868

I have designed my own template and now i want to add that template to opencart so that i can use the ecommerce features of the open cart so can any one explain me how is it possible or else give me the link of best website which gives me …

Member Avatar for vibtune.scoobie
0
209
Member Avatar for mak96

[CODE=php] <?php //get the variables $var = $_POST['query'] ; $trimmed = trim($var); $table = $_POST['table']; //make connection $conn = mysql_connect('localhost','root','123') or die("Error:".mysql_error()); mysql_select_db('sutilities',$conn) or die("Error:".mysql_error()); //delete temp search table $del_table = "drop table search"; #mysql_query($del_table) or die ("Error:".mysql_error()); // Create a MySQL table in the selected database #mysql_query("CREATE TABLE search( …

Member Avatar for honeymehta
0
866
Member Avatar for NuGG

- I have a [URL=http://kings-head-inn.com/form/]form[/URL] and I need to send an email automatically to the person who submitted the form. - The form sends the information to an email address when submitted. - The form contains an email address field which will contain the email address of the person who …

Member Avatar for Brenda_1
0
437
Member Avatar for ebutin

I’m a beginner web developer and I’m looking for place where you can find free template. Can you give me some recommendations? My close friend gave me an advice, that I should check [Gavick](http://www.gavick.com) offer. Have anybody heard of it?

Member Avatar for ebutin
0
268
Member Avatar for praveendasika

[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID …

Member Avatar for Abdhesh_1
0
343
Member Avatar for arifsaroha

Hello everyone, I want to make a website for movies, can any one tell me how can i do the followings .... 1 - will i use xml file for movie path? if yes then how can i use xml file. 2 - is this possible that the record of …

Member Avatar for arifsaroha
0
192
Member Avatar for Borderline

Firstly, I apologise if this is in the incorrect area of the forum, wasn't entirely sure where it would fit in. This is my first attempt at WordPress, having previously built basic html/css/php/mysqli sites using templates. I'm struggling with the items below, and hoped someone may be able to point …

Member Avatar for gabrielcastillo
0
247
Member Avatar for VasquezPL

Hi Guys, I have a big problem. I want to merge two oft/msg outlook templates. when I try to open my oft/msg outlook template with: Outlook.Application oApp = new Outlook.Application(); Outlook.MailItem newMail = (Outlook.MailItem)oApp.CreateItemFromTemplate(path); newMail.Display(); It works - pictures are visible.. The problem is that I need to merge two …

Member Avatar for cgeier
0
762
Member Avatar for nathan.pavlovsky

Hello! I was creating a custom array class as an exercise in my exploring of class and function templates. Here's my header file: #include <iostream> template <typename el> class Array { friend std::ostream &operator<<(std::ostream&,const Array&); friend std::istream &operator>>(std::istream&,Array&); public: Array(const int& arraySize=0); //set all members of array with size arraySize …

Member Avatar for mike_2000_17
0
8K
Member Avatar for GlenRogers

I have a simple form to search a table for the search term entered into that form. $query = $_GET['term']; $min_length = 1; if(strlen($query) >= $min_length){ $query = htmlspecialchars($query); $query = mysqli_real_escape_string($link, $query); } Here the variable 'query' is the search query posted using the get method from the form. …

Member Avatar for GlenRogers
0
242
Member Avatar for minghags

Hello! I have a problem with sorting mysql queries into pages. So i wanna set every query that is passed to screen to be divided with 30 rows per page. Here is what i come up with: <?php $con=mysqli_connect("*","*","*","*"); // MySQL connect if (mysqli_connect_errno()) { echo "MySQL: no connection! " …

Member Avatar for Adrian_5
0
447
Member Avatar for HoverportMedia

Howdy Daniweb, I've been doing some research and granted, there's some evidence that changing your template design in Wordpress can hurt your SEO, but there's little to no indication that pre-designed / template purchased websites are not optimzed properly, which can hurt your SEO. Does anyone have any insight to …

Member Avatar for vsmash
0
152
Member Avatar for bradly.spicer

I am trying to make it so that the snippet below automatically creates extra pages to show me all the followers I have on my Twitch Channel. At the moment I have it at 25, but it does cap at 100. How can I make it so that it automatically …

Member Avatar for Kyle Wiering
0
808
Member Avatar for ahmedzahir
Member Avatar for ecleary

Hi, I'M using the simple grid theme and I want to add a LinkedIn social media button on the top right that linkS to my LinkedIn profile. Most of the other main networks are built in to the theme So that you only have to add a link to your …

Member Avatar for Bob Hensley
0
309
Member Avatar for Sumith Asanka

Hi Guys I have asp.net 4.0 application that is running perfect on my local iis server, but when i host it on web server, it is throwing me this error, Parser Error Message: Theme 'Blue' cannot be found in the application or global theme directories. how can i sort out …

Member Avatar for JorgeM
0
231
Member Avatar for diafol

Hi, I know I've asked questions pertaining to the site design before, but I'm curious as to the overall theme. We seem to have a lot of different styles, some I think may be left over from the previous incarnation of DW. There seems to be a lot of flat/block/square-edged …

Member Avatar for diafol
0
319
Member Avatar for baig772

**Problem** I need an jax pagination in YII, The problems are * its not showing the required results for the first time. ie. it is showing the complete result * When clicked on more, it again shows the complete result below that section as it is **What Needed** * i …

0
159
Member Avatar for Udeme_1

I am very confused with the pagination system of my site, the site consist two services android games and movies but in each they all have their categories for example the android games has categories as follows: * ANDRIOD GAMES * 1. Arcade 2. Sports 3. Action 4. Adventure 5. …

Member Avatar for iamthwee
0
223
Member Avatar for Clarence Weldy

Hello Guys, I am creating a personal portfolio website and wanted to use this theme [Eleven v 1.3](http://www.nulledlistings.com/?p=4233), or you guys have some other recommendations. If so, please share the same.

0
127
Member Avatar for grakovski

Here is online demo - http://cs-bg.info/news/archive/ I want to show my news like that. (like archive for each year) I want to work with epoch time. Thanks for any help.

Member Avatar for diafol
0
304
Member Avatar for abhijit_2

i am trying to develop my theme and problem about add slider in header so plz tell me how to add image slider in theme

Member Avatar for gabrielcastillo
0
184
Member Avatar for rb1234567

I am having trouble getting my drop down navigation menu to work. The main issue is when I zoom out in Google Chrome, the menu starts wrapping and dropping to a 2nd line, causing all other divs on the page to wrap too. I have searched across the internet to …

Member Avatar for JorgeM
0
295
Member Avatar for saucy6969

hi there, This is my first go doing a wordpress site and its causing me some confusion. I know how to create all the pages I need and thats going smoothly. I cant seem to get the main navigation buttons in my header to move...expand...anything really except line up in …

Member Avatar for london-G
0
173
Member Avatar for andi-dev

<div class="datagrid"><table> <thead><tr><th>header</th><th>header</th><th>header</th><th>header</th></tr></thead> <tfoot><tr><td colspan="4"><div id="paging"><ul><li><a href="#"><span>Previous</span></a></li><li><a href="#" class="active"><span>1</span></a></li><li><a href="#"><span>2</span></a></li><li><a href="#"><span>3</span></a></li><li><a href="#"><span>4</span></a></li><li><a href="#"><span>5</span></a></li><li><a href="#"><span>Next</span></a></li></ul></div></tr></tfoot> <tbody><tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr class="alt"><td>data</td><td>data</td><td>data</td><td>data</td></tr> <tr><td>data</td><td>data</td><td>data</td><td>data</td></tr> </tbody> </table></div> CSS .datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #36752D; -webkit-border-radius: …

Member Avatar for diafol
0
362
Member Avatar for iCubes12

Hi, i am new to this forum and Email Markting professional from India, New Delhi working with **[iCubes](http://www.icubes.in/index.php)** which is the Best Email Marketing compaies of India and, here to share my email marketing knowledge withyou all and moreover to interact with any professional of email marketing about my queries.

Member Avatar for Amol555
0
199
Member Avatar for baig772

Hi Any one ever wrked on live helper chat? [This](http://livehelperchat.com/) This is following template structure may be symfony or smarty and I am looking to change some form labels, but cannot figure out where to chage? Thanks in advance for help

Member Avatar for baig772
0
218
Member Avatar for Indians

Recently i've rewritten my code to PDO from mysql query. Insert, fetch, update, delete everything working fine. But, pagination not displaying in my page. Before i've used mysql query. In that time pagination worked perfectly. Now, i've changed my codes into prepared statements. pagination not dispalying i don't know what …

Member Avatar for bops
0
306
Member Avatar for Emad_3

Hey Experts >>>>> Please help me out .... i want this type of grid to be generated horizontally ... but unfortunately in asp.net gridview is not showing horizontal options ..... another interesting fact is that all the products shown in this page is UNIQUE ... and Pagination is also included …

Member Avatar for pritaeas
0
164
Member Avatar for Amr87

I have function that creates textareas fields on the fly upon a click on a link I want to convert these textareas into tinymce wysiwyg here is the code $("body").delegate("a.add_tab","click",function(e){ e.preventDefault(); var uniq = $(this).attr("uniqid"); add_tab_ui($(this),uniq); }); function add_tab_ui(elem,uniq){ var content = "<div class='wrapTab'><label >Tab Title:<input type='text' name='tab-title-"+uniq+"' id='tab-title' value='' …

Member Avatar for Amr87
0
1K

The End.