No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
How to make square with title in the freme. Somthing like this where title is "advertesment": [ATTACH]13574[/ATTACH]
How to get the IP address of the Client (visitor of the website) I tryed with theese codes: [CODE]Request.UserHostAddress; and Request.ServerVariables["REMOTE_ADDR"][/CODE] But both gave me back the serrver IP :(
Hi, I'm using web service wich return DataSet object . [CODE] localhost.Default Mse = new localhost.Default(); DataSet ds = Mse.GetData(); GridView1.DataSource = ds; GridView1.DataBind(); [/CODE] How to set GridView control to be sorted by ID column (DESC) on page load?
Hello to all. I have application where users are able to login. I use database for users. I want to get real-time currently logged users.For example if there are 5 online users and one of them close web browser, at the same moment online users to be 4. If I …
I'm getting data form sql table in DataSet object. How to make theese results to slide horizontal in marquee? All rows to be in one line in the marquee. Thanks
Hi, I'm making litle CMS with PHP+Mysql. Can you tellme measures for prevention for SQL Injections ?
I'm looking theese tutorials [URL="http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html"]http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html[/URL] I can't understand the second tutorial, can somebody explain me? How it take "ipod-nano" , from wich parameter?
I have administration part of my web site. But it will have only one user who will login in the page.My question what is more safely from attacks ? The user and password to be stored in mysql database or directly in .php file ?
Hi to All. I have this code: [CODE=php]$query = " SELECT *FROM tabela WHERE persons LIKE '%$search%'[/CODE] For example I have row in persons column which contains "John William Smith" If I type in search filed "John William" or "William Smith" it will return result. But how to make to …
[QUOTE=almostbob;993829][code=sql]select * ( Concat(string1,' ',string2) as searchme ) from table where searchme like "$search"[/code]text string single space between the columns else you get BrownCow which wont match brown cow[/QUOTE] This doesn't work. It give me query error. What is "searchme" ? Variable wich contain result from Concat, or it is …
The End.
ultras1