915 Topics

Member Avatar for
Member Avatar for siva28

Is PHP using to develop BLOg based that is CMS site or not? please reply...

Member Avatar for Stefano Mtangoo
0
102
Member Avatar for saybabs

I need someone to please advice me, which one is better in designing a website, dreamweaver or the CMS(Content management system.) Thanks for your usual contribution.

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for manu555

[CODE]<?php require_once 'library/config.php'; require_once 'library/functions.php'; if(isset($_SESSION['sql_view'])) { $sql_view=$_SESSION['sql_view']; $result = dbQuery($sql_view); extract(dbFetchAssoc($result)); }else { //header('Location: index.php'); } $FileName ="view.doc"; header('Content-Type: application/word; name="word"'); header('Content-Disposition: attachment; filename="' . $FileName . '"'); header('Content-Type: application/word;'); ?> <!--<form id="frmSample" name="frmSample" method="post" action="" enctype="multipart/form-data" onsubmit="return ValidateForm()" >--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="11%"></td> <td …

Member Avatar for jogesh_p
0
166
Member Avatar for blaaam

Hi! I have question, is it possible from web page change information in php file? If it is then how? I tryed search google, but nothing. For exemple : I open settings page in my browser and there i have section Background color : <and here have input tag> and …

Member Avatar for diafol
0
173
Member Avatar for Garidius

Hi everyone, My first post here, I'm newbie in web developement and I hope somebody could help me answering my doubts below. As my thread title, 1-) What does it mean keep it a website from jumping and how to do it (in general)? 2-) Is something like search all …

Member Avatar for Garidius
0
144
Member Avatar for Chett

Hi. I've been following the Build a CMS in an Afternoon tutorial at [url]http://www.elated.com/articles/cms-in-an-afternoon-php-mysql/[/url] . The CMS works great but the only thing it's lacking is pagination. The article archive displays the list of all of the articles that are in the database, but I want to be able to …

Member Avatar for diafol
0
73
Member Avatar for gonidelux

who can tell me witch template is this : [url]http://www.tocka.com.mk[/url] [URL="http://www.tocka.com.mk"]http://www.tocka.com.mk[/URL] i think it is on Wordpress but i dont know the name !

0
80
Member Avatar for Tariq12010

Hi Sir, My name is tariq , i am intrnee developer in my company . i have project EPS which i will make using joomla cms mvc so i need help more because i am intrnee please must be help me any one thank you very for this kind of …

Member Avatar for Tariq12010
0
99
Member Avatar for mrhankey

hi, i am looking at a way of integrating an email system where users can check their own email from within the system and email from it. basicaly within the cms they should have the ability to login to their pop3 email if possible. only problem is that the cms …

Member Avatar for mrhankey
0
77
Member Avatar for lps

Good day, I am currently starting to use wordpress for better CMS and I wish to learn more about the framework. Any advises on what website I should refer to? I have download several framework to dig into but in the end I am still confused. Any reply is appreciated. …

Member Avatar for lps
0
236
Member Avatar for mingis

Newbie question sorry! I have read the documentation on apache.org and I understand the basics, but the way rules interact with each other is confusing me! I have the following .htaccess file, it checks whether a file or directory exists and ignores it if it does (because the page can …

Member Avatar for decade
0
117
Member Avatar for hao001

[CODE]#include<iostream> #include<cmath> using namespace std; void getChoice(int& choice); void getInput1(double& foot, double& inche); void getInput2(double& meter, double& cm); void convert1(double foot, double inche, double& meter, double& cm); void convert2(double& foot, double& inche, double meter, double cm); void showResult1(double foot, double inche, double meter, double cm); void showResult2(double foot, double inche, …

Member Avatar for hao001
0
2K
Member Avatar for twistercool

I am a CMS Developer but am not well in PHP. So I might need your help here.. error: Notice: Undefined variable: handler in C:\wamp\www\TESTING\components\com_rsappt_pro14\rsappt_pro14_front_desk.php on line 34 source of error: [CODE]defined( '_JEXEC' ) or die( 'Restricted access' ); // Load configuration data //include( JPATH_SITE . "/administrator/components/com_rsappt_pro14/config.rsappt_pro.php" ); include( JPATH_SITE."/administrator/components/com_rsappt_pro14/config.rsappt_pro14.php" …

Member Avatar for cwarn23
0
256
Member Avatar for twistercool

error 1: Trying to get property of non-object in C:\wamp\www\TESTING\components\com_rsappt_pro14\rsappt_pro14_user_gad_fd.php on line 83 error 2: Trying to get property of non-object in C:\wamp\www\TESTING\components\com_rsappt_pro14\rsappt_pro14_user_gad_fd.php on line 86 error 3: Undefined index: ppsubmit in C:\wamp\www\TESTING\components\com_rsappt_pro14\rsappt_pro14_user_gad_fd.php on line 327 (This is a joomla module error) source: [CODE]<?php defined( '_JEXEC' ) or die( 'Restricted …

0
75
Member Avatar for Nguafack

Fatal error: Call to a member function query() on a non-object in C:\wamp\www\socials\chapter11\registry\mysqldb.class.php on line 240 here is the code: [CODE] <?php /** * Database management / access class: basic abstraction * * @author Michael Peacock * @version 1.0 */ class Mysqldb { /** * Allows multiple database connections * …

0
80
Member Avatar for webster99

I took a look at this list, [url]http://www.hongkiat....-carts-best-of/[/url], and hoped that someone could help narrow the selection down. I will want to use it to allow users to place like 1-3 different types of orders - I don't need 1000 or even 10 products to sort through and list. I'm …

0
48
Member Avatar for stranger_on_way

I have a site in which two wordpress cms are installed. One in root directory while other one in news directory. So when i add link of [url]www.xyz.com/forums[/url] in [url]www.xyz.com/news[/url] it becomes [url]www.xyz.com/news/forums[/url]. Please help with this improper url redirection

0
69
Member Avatar for raaif

I have created a contextmenu (cnt_hys) and am adding items to it as program runs based on the user input in textbox1. when the user clicks button1 the contextmenu shows up and when the user clicks an item on the contextmenu strip i want to get the text of the …

Member Avatar for raaif
0
7K
Member Avatar for bostonselkirk

I'm trying to implement paginaton on the article archive but I can't seem to get [code]$_SERVER['PHP_SELF'][/code] to return the page that I need - I sort of know why but can't seem to solve the problem. The archive page is located at [url]http://localhost/cms/index.php?action=archive[/url] and so when I use PHP_SELF it …

Member Avatar for bostonselkirk
0
456
Member Avatar for yujesh

Hi, I want to build a site which should sell content or article of research paper and there photograph. So, i want to use CMS for this site. I want to use cms instate of creating my own because i am not perfect in creating my own eCommerce site by …

0
67
Member Avatar for vivek4020

Hi Everybody, I recently did an iOS project. I did the database part only so i couldn't delve much deeper into the project. It basically does something like this. There is a content management server. There is a nice web based UI through which we add/remove content(Product and its details). …

0
71
Member Avatar for HemantPHP

I have one server with zend application and for that application I want to create CMS (using drupal). So problem is how can I put both drupal & zend source. [url]www.domainname.com[/url] (which working into zend framework). Now I want to create CMS for this [url]www.domainname.com[/url] & zend application run which …

0
62
Member Avatar for AnkurThakur

Hello Guyz :cool:, I am [B]Ankur Thakur[/B], a Student living in [B]New Delhi, India[/B]. I am currently doing [B]B. Tech Computer Science Engineering[/B], a 4 Year Course, from PDM College of Engineering, Bahadurgarh. I have completed my Primary and Secondary Education from KV Shalimar Bagh. I miss my Old School …

0
91
Member Avatar for mike2098

Hi I have been looking for a easy to use CMS in order to sell some software products moodle and sitefinity can anyone suggeat any alternatives I have 4 or 5 applications to sell I would like to have a forum for discussions and a sales page where I can …

0
46
Member Avatar for elcubanoluis

I have never worked with mysql. I need to design a few pages for a website that allows certain people to log into the page and be able to update or change the info manually without having to use any html editing software are any programs. How is this done? …

Member Avatar for pritaeas
0
103
Member Avatar for AbhishekBiswal

What I am upto: I am tryin' to develop a Blog CMS. There is a Database named blog in which there's a table named posts. The posts table has these fields: post_id, post_title, post_url, post_time, post_category, post_desc, post_username. Here, post_username is the username of the user who posted this post. …

Member Avatar for urtrivedi
0
197
Member Avatar for web_master

I am using Joomla v1.7 and the mod_mainmenu is now mod_menu (I think, because there is no mod_mainmenu in the modules folder). In my site I have two menus like most sites, one in the header and another one in the footer. The header menu is a lot more complex …

Member Avatar for blocblue
0
88
Member Avatar for NeoNe

Hi to everyone I’m wondering how to make some simple checkbox for multiple data delete from mysql I found some tutorial on net but don’t work. I tested it without changing anything and doesn’t work. I’m wondering did programmer test it before he posted that tutorial ? Here is a …

Member Avatar for sammry
0
877
Member Avatar for masterjiraya

In my full program. I managed to finish my own thesis project from a certain bookshop company. It's features has: 1.) CMS ( Catalog, Gross Revenue, Number of Users, Number of Orders, Contact details of customers, Multiple admin Accounts, update-able Currency Foreign Exchange (from Oanda.com), paypal module, one-to-one and one-to-many …

Member Avatar for masterjiraya
0
328
Member Avatar for AycheKay

I'm a manual coder and I don't generally use any CMS or frameworks. I'm looking for some examples and ideas on a base style sheet. To clarify, if you're starting a new project what would your basic, clean stylesheet look like? I'm just trying to build my own clean stylesheet …

Member Avatar for ndeniche
0
107
Member Avatar for mdpepper

Hi guys! I am at the very end of a 3 month project and have encountered an issue right at the last hurdle. I am using my companies content management system to display a web page. The web page is information regarding a certain species of animal, and the content …

0
89
Member Avatar for shahbaz13

Hi, I am trying to display images from my db with the following code.. [CODE] <?php include_once("scripts/connect.php"); if ($q == "All Images") { $sql = mysql_query("SELECT * FROM gallery"); $q = "All Images"; } else { $sql = mysql_query("SELECT * FROM gallery WHERE caption LIKE '%$q%'"); } $limit = 7; …

Member Avatar for shahbaz13
0
104
Member Avatar for Mountain Leader

recently my site was hacked, and in short period of time I changed my site from Joomla CMS to html. In the process lots of urls are still 404s. I know i need to manage URLs but what does Good URL structure exactly means, relating with google SEO.

Member Avatar for adam70
0
40
Member Avatar for kairoland

I'm adding an extension to my Wiki - or, at least trying to. I'll reiterate, I'm using Mediawiki. For the most part I can figure things out on my own but I've rarely used MySQL other than making databases for CMS and forums. I've completely new to creating tables and …

0
122
Member Avatar for AmieCutie

So I have a client that is interested in something like this, well to be more specific... A login area of a website, it could be it's own application/page, doesn't necessarily have to be integrated into the website. A person can login or register. The admin can add content to …

Member Avatar for ddymacek
0
164
Member Avatar for coolzero

need help on this; I want to have the textbox4 to have the sum of columns based on their employee Id. I have this code but kept getting error. strsql = "SELECT emp_id, COUNT(acdcalls) FROM CMS WHERE emp_id= '" & TextBox1.Text & "'" oledbcon.Open() Dim cmd As New OleDbCommand(strsql, oledbcon) …

Member Avatar for Naveen2961
0
2K
Member Avatar for samsons17

Hi, i am working on this project that using wordpress cms platform.. I am really frustrated right now to find way to remove the default avatar of wordpress site that being set up to user during registration process. As u know, when we are registering to a site which working …

Member Avatar for samsons17
0
73
Member Avatar for pjh1985

Hi, I am developing a CMS based website which also has a flash gallery, the gallery accepts only xml data as input so i am using info from a database to output the required xml using php. I am setting the page that is currently being viewed using a session, …

Member Avatar for decade
0
267
Member Avatar for Nahiyan

Hi, I am making a mini cms for managing my website and to increase my php skills so I wrote some code to give out the result of a query by using mysql_result(..,..,..); but when I tried to echo it out, the php code which is stored in my database …

Member Avatar for leakbali
0
205
Member Avatar for sarithak

Hi Team, I have 2.6 years of exp in PHP tech(complete exp on core php,mysql,javascript)... 8 months back i resigned my job due to marriage.. now i am trying to get job on PHP...but now without any CMS/ZEND there is no calls for core php. so.. i m trying to …

0
64
Member Avatar for bow103

Hi all been working on this for a couple of days. I want to upload 4 image names to the mysql database and upload the images to a folder on the local server. I also want to display my images that goes with the text data. So far I can …

Member Avatar for bow103
0
380
Member Avatar for arun2006th

My past couple of days was like a nightmare. My site was suspended twice for over using CPU quotas, so it went offline for 2 days. I am using Joomla CMS and I have a installed plugin to boost my keyword which shows some search terms from the meta keywords …

Member Avatar for suni123
0
199
Member Avatar for iamthwee

OK a lot of developers out there use CMS to design their clients' websites. Among them wordpress seems to rank amongst the top five and I can totally see why. This thread is for all the useful resources you know of using wordpress. I'll start this one off. An absolute …

0
99
Member Avatar for kpatel4991

Hello Everyone, I am Karan Patel from India.I am presently a Computer Engineering student.I am in my 5th semester. I want to develop an application in PHP.So will you please guide my all the required knowledge to do that? I have knowledge of HTML,CSS,Javascript and Joomla CMS. So what should …

Member Avatar for diafol
0
92
Member Avatar for joomlaoscommerc

joomla website 100% Secure Guarantee, here i am trying to describe how to secure your sire winch is powered by joomla or wordpress or drupal or any cms where admin panel available. you just assign that from which ip this site will give opportunity to administrator login here the code …

0
61
Member Avatar for rajeesh_rsn

Hi, I m a php coder and I likes Joomla , Codeinniter etc... Now I got a freelance project like this ([url]http://www.indiaglitz.com/channels/malayalam/[/url]) Which need an admin Portal , daily updates and a small discussion forum etc .... I m bit confused with which is the best framework or CMS best …

0
81
Member Avatar for mustafaneguib

Software: MN Tech Solutions Content Management System Software Version: 0.0 Developer: MN Tech Solutions Programmer/Designer: Mustafa Neguib (Founder of MN Tech Solutions) ok guys here it is . the project that i have been working on for the past two weeks. i have already got the green light from the …

Member Avatar for megadata
0
142
Member Avatar for dineshswamy

i have an web project asssigned in my college . it is just to create a website to host events , such as quiz , puzzles , basically a website that has a functionality like topcoder.com. Im totally confused what tool to be used . i know php better. but …

Member Avatar for aerofly5
0
132
Member Avatar for sujimon

Hi, I would like to know the correct procedure to deploy windows application in VS-2005. There are some specific issues I am facing after deploying the project to the client machine. - I have a CMS (ContextMenuStrip) in one of my forms associated with a TreeView and its not showing. …

Member Avatar for sujimon
0
120
Member Avatar for roachae

My code is below. Lines that are not indented are debug lines or things I've been trying to get this to work. Basically, the 'filename' hidden input's value is not setting so on submit, the code that checks the $_POST values is returning an error because 'filename' is missing. This …

Member Avatar for roachae
0
120

The End.