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
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
58
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
86
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
55
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
88
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
59
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
164
Member Avatar for Shanti C

Im shanti.. I am developing one dynamic site , here my product display page is like products.php?prod_id=1 It means the products under first category are displayed.. but i want my url like products/categoryname.html..something like this, with my category name...which will spiderable format.. Please help me to do this... All helps …

Member Avatar for ultras1
0
402
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
122
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
97
Member Avatar for ultras

I have two columns with stirngs ( "String1" and "String2) . How to make string inputed in text field ($search) to be comparative with sum of the both strings ("String1String2") Something like as: [CODE]" SELECT id, string1, string2, FROM table WHERE string1+string2 LIKE '%$search%' "[/CODE]

Member Avatar for nav33n
0
126