- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
[CODE]Hello daniweb Friends, i found my question's answer "How to Make a Hindi WebSite in PHP". You Can use Wordpress to make a Hindi website After instllation of Wordpress CMS Download a Wordpress Plugin name "HindiWriter1.1.zip". and put this in "plugins" Folder of your installed Wordpress CMS. Now login to …
[CODE]<?php header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=extraction.csv"); header("Pragma: no-cache"); header("Expires: 0"); require_once( "db.php" ); $query = "SELECT * FROM name ORDER BY last"; $result = mysql_query($query) or die(mysql_error()); echo "ID,First,Middle,Last,Email\r\n"; //header while($row = mysql_fetch_array($result)){ echo "\"$row[id]\",\"$row[first]\",\"$row[middle]\",\"$row[last]\",\"$row[email]\"\r\n"; //data } ?>[/CODE]
How can i get Traffic for my new website <snipped url> i think this is not looking KOOL. Suggest me
Hello DANIWEB Friends, Anybody help me for making a website in HINDI (PHP).. my plan is i give a simple link or tab to change website languge Hindi to English OR English to Hindi. please help me
Can a .htaccess file to Change this URL [url]http://www.myhealthidea.com/index.php?article=Natural-Health-Supplement&article1=Natural-Beauty-Care[/url] To [url]http://www.myhealthidea.com/Natural-Health-Supplement/Natural-Beauty-Care[/url] Not only this URL all URL Rewrite as [url]http://www.mywebsite.com/category/subcategory[/url] Please Please Help Me......
Thanks Jkristos, but you can suggest me --- i want all the URL Like [url]http://www.myhealthidea.com/category/subcategory[/url] ------ /category/subcategory ----- please suggest me for " [B].htaccess[/B] " Help Me
If U Have (Joomla Version 1.5.0) please Folow These Points :- 1. First of all Download a Extension Zip Folder from "http://extensions.joomla.org/" if ext. Name like "com_mtree-159.zip" = "com" means Components, if ext. Name like "mod_ghop_categories.zip" = "mod" means Modules 2. login to [url]http://localhost/joomla/administrator/[/url] OR [url]http://127.0.0.1/joomla/administrator/[/url] (joomla is your main …
Please Guide to me my website url is: [url]http://www.myhealthidea.com/index.php?article=Natural-Health-Supplement&article1=Herbal-Energy-Boosters[/url] and i want to like this as: [url]http://www.myhealthidea.com/Natural-Health-Supplement/Herbal-Energy-Boosters[/url] Help Me
Hello, Here is a simple table less form [code=html]<form action="http://www.mywebsite.com" method="post"> <div style="width: 35%;"> <br /> <span style="width: 20%;">User Id : </span> <span><input type="text" type="user_id"></span> <br /> <span style="width: 20%;">Password : </span> <span><input type="password" name="user_id"></span> <br /> <span style="width: 20%;"> </span> <span><input type="submit" name="submit" value=" Login "></span> </div> </form>[/code] …
Hello,[B][COLOR="Red"] ohtechie [/COLOR][/B] here is the solution of your problem n i hope u understand this. ## this is your page where gose horizontal menus [code=html]<html> <head> <title>Home</title> <link href="menu.css" rel="stylesheet" type="text/css"> </head> <body> <div id="navcontainer"> <ul id="navlist"> <li id="active"><a href="#" id="current">Item one</a></li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a …
Hi, i have a simple idea about[COLOR="red"] "Css on Different resolution"[/COLOR], See Example Below:- [code=html]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Css on Different resolution</title> <script type="text/javascript"> if(screen.width==1024) { document.write("<link rel='stylesheet' type='text/css' href='style_1024.css' />"); // this css runs in only 1024 resulation } else { document.write("<link rel='stylesheet' type='text/css' href='style_other.css' …
The End.