No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hello There, I am Using This code to backup mysql database from my hosting server. [CODE]#!/bin/bash # # MySQL Backup Script # VER. 2.5 - http://sourceforge.net/projects/automysqlbackup/ # Copyright (c) 2002-2003 wipe_out@lycos.co.uk # # This program is free software; you can redistribute it and/or modify # it under the terms of … | |
Hello There, I M having Problem with Getting Page Name With JavaScript in WordPress. I have Used This Code To Get Page Name In WordPress. [CODE]function GetCurrentPageName() { //method to get Current page name from url. //return page name in small . var sPath = window.location.pathname; var sPage = sPath.substring(sPath.lastIndexOf(‘/’) … | |
Re: Hiiee Use This Query [CODE]$sql="SELECT * FROM users WHERE username="'.$username.'" AND password="'.$password.'" ";[/CODE] InStead Of This [CODE]$sql="SELECT * FROM users WHERE username='$username' AND password='$password'";[/CODE] Check & Let Me Know If U Find Anything Else. Do It For All Queries In Ur File. That Will Work. Thanks. ScmSimplyBest | |
Re: Hello ElegantElephant, Please Provide Some Of Ur Code...or Post Ur Whole Problem Code here So we can figure it Out !! :) Thanks !! | |
Hello Guys, I m Building A Chat Application..in which i have 2 different user types like Admin & Merchant...I Have Taken User type A for Admin & M for Merchant...First I have Created Only Single LogIn Form for both user types & given DropDown So that If He Selects Merchant … |
The End.