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
Ranked #4K
~1K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for ultras1

How to make square with title in the freme. Somthing like this where title is "advertesment": [ATTACH]13574[/ATTACH]

Member Avatar for emhmk1
0
60
Member Avatar for ultras1

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 :(

Member Avatar for Kusno
0
92
Member Avatar for ultras1

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?

0
57
Member Avatar for ultras1

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 …

Member Avatar for ultras1
0
93
Member Avatar for ultras1

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

0
62
Member Avatar for ultras1

Hi, I'm making litle CMS with PHP+Mysql. Can you tellme measures for prevention for SQL Injections ?

Member Avatar for koldex
0
168
Member Avatar for Shanti C

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?

Member Avatar for ultras1
0
416
Member Avatar for ultras1

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 ?

Member Avatar for smartness
0
125
Member Avatar for ultras1

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 …

Member Avatar for ultras1
0
100
Member Avatar for ultras

[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 …

Member Avatar for nav33n
0
129

The End.