Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for scmsimplybest

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 …

Member Avatar for scmsimplybest
0
1K
Member Avatar for scmsimplybest

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(‘/’) …

Member Avatar for scmsimplybest
0
79
Member Avatar for niths

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

Member Avatar for phpuser
0
286
Member Avatar for ElegantElephant

Hello ElegantElephant, Please Provide Some Of Ur Code...or Post Ur Whole Problem Code here So we can figure it Out !! :) Thanks !!

Member Avatar for saiprem
0
84
Member Avatar for scmsimplybest

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 …

Member Avatar for scmsimplybest
0
169

The End.