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
~920 People Reached
Favorite Forums

7 Posted Topics

Member Avatar for Sanket_s

I'm working on small PHP project. i have data in following text COMPANYgreenwayLOCATIONmumbaiPHONENO2222457sÿû)wÕ !$&),.0368:=@BEHJMORTWY\_acgikmqsux{}€‚…‡ŠŒ’”—šœž¡¤¦¨«®°²µ¸º½ÀÂÅÇÊÍÏÑÔ×ÙÛßáãæéëíðóõ6r¯€$ÀF€CwÕ_âT useful values i want to get from text COMPANYgreenway LOCATIONmumbai PHONENO2222457 remaining text is useless for me i want to store those values in database so what i need to do to get those values..?

Member Avatar for chrishea
0
84
Member Avatar for kokfui

to do this you need something like date and time or Auto increment field.. by using them you can create query to get data in descending order with limit 0,1

Member Avatar for kokfui
0
161
Member Avatar for abhi10kumar
Member Avatar for Usmaan

Try this code very simple to understand just customize background colurs as you want [CODE]<html> <head> <style type="text/css"> <!-- .topmenu { border-bottom-width: thick; border-bottom-style: groove; border-bottom-color: #666; height: 20px; padding: 2px; } <!-- your menu class --> .topmenu a { background-color: #666; border-bottom-width: medium; border-bottom-style: groove; border-bottom-color: #FFF; float: left; …

Member Avatar for Sanket_s
0
132
Member Avatar for Sanket_s

i recently create script for google style dropdown search give name as "SearchPuppy".. [IMG]http://i56.tinypic.com/35k1t7k.gif[/IMG] script working fine. hope you guys like to develop more functionality in it. you can download it [URL="https://sourceforge.net/projects/searchpuppy/files/"]here[/URL] also give your valuable feedback after using it ..

0
58
Member Avatar for Sanket_s

i want to take text from <li> selected from user as cookie value.. but help me to set [B]Var[/B] [I]selected [/I] as cookie value please suggest correction in this code [CODE] <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jcookie.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("li").click(function() { var selected = $(this).html(); }); $.cookie("selection",selected); alert($.cookie("example")); }); …

Member Avatar for Sanket_s
0
98
Member Avatar for imti321

Look your query [code]$query = mysql_query "SELECT * FROM `users` WHERE username ='$username'";[/code] as you say your login information stored in phplogin DB so use this simple query [code]$query = mysql_query "SELECT * FROM phplogin WHERE username ='$username'"; [/code] i think it will work;

Member Avatar for Sanket_s
0
159

The End.