Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
85% Quality Score
Upvotes Received
7
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #1K
~9K People Reached
PC Specs
Linux
Favorite Tags
Member Avatar for vjcagay
Member Avatar for vegaseat
-1
4K
Member Avatar for abhi10kumar

How I can create Pop-up Login window on a particular page. If user login successfully, the back page will refresh.

Member Avatar for jalpesh_007
0
226
Member Avatar for sri.

i have a lot of mysql data (2 Lakhs data) how to collect data with in a seconds ? any idea thanks in advance

Member Avatar for diafol
0
261
Member Avatar for kartiki.mahadik

how to add email adress validation code so the validation will dispaly after immideately entered email adress in text box of email adress

Member Avatar for tyson567
0
134
Member Avatar for kiel19

Dear all, I would like to design a Quiz/ Test Application like Pass 4 sure, but I am stack on how I should store; (a)The Question, (b) The Answer and explanation ,(c) the multiple choice answers, and finally the (d) the Image for some questions that will have questions relating …

Member Avatar for steelshark
0
115
Member Avatar for tmcculloch
Member Avatar for steelshark
0
147
Member Avatar for Tazz-99

Hello, Have you seen the URLs with a "/" after the file name? EG: game.php/items I'm wondering how you can use this data after the "/". I'm assuming this is PHP as URL variables are PHP. any ideas? Thanks :)

Member Avatar for steelshark
0
92
Member Avatar for BestJewSinceJC

I have html similar to this [CODE]<span><a href="link"><img.. /></a></span>[/CODE]. In IE and Firefox, when the image is clicked, it highlights a box around the image. From that point on the box remains around the image. I don't want any highlighting effects whatsoever. How can I use css or an inline …

Member Avatar for steelshark
0
94
Member Avatar for steelshark

Hi, I have a problem using the AJAX toolkikt TextboxWatermarkExtender. It does not show up on my page. I have set up the code as follows: [CODE] <tr> <td> Name: </td> <td> <asp:TextBox ID="name" runat="server"></asp:TextBox> <asp:TextBoxWatermarkExtender ID="nameField" runat="server" WatermarkText="Section name" TargetControlID="name"> </asp:TextBoxWatermarkExtender> </td> <td> <asp:RequiredFieldValidator ID="nameVal" runat="server" ErrorMessage="Please give in …

Member Avatar for vadmkp
0
121
Member Avatar for sshaham1

How do websites like facebook and formspring dynamically make links for their new users? for example, if i sign up on formspring and my username is USA1992, the link to my profile is formspring.me/USA1992 how do websites do that?

Member Avatar for steelshark
0
68
Member Avatar for Acute

In facebook or twitter time of post is changing every minute on every post. Any idea how to make it?

Member Avatar for steelshark
0
88
Member Avatar for Borzoi

I'm currently building a website for a small charity and they've asked me if it was possible to make an admin area where they could access some of their work when they're out and about so they don't have to fill in forms twice. I can do this as I …

Member Avatar for Borzoi
0
169
Member Avatar for tcollins412

I am a programmer and i use 64-bit windows 7 as my OS and i need a free localhost server i can work on my PHP and perl on. I also need it to have MySQL PHPmyAdmin. If anyone has any ideas, please let me know. Thanks :D

Member Avatar for jlego
0
133
Member Avatar for bjeffries

I don't know if this is more efficient or if it is just as quick to just code out a new page. But what I was wondering is how you create an index page and call on a new page, but the url usually says something like: index.php?page=contact instead of …

Member Avatar for bjeffries
0
144
Member Avatar for Orthodox73

Hello, I have table with test results. Every user have 3 records in the table RESULTS Table RESULTS contains fields USERID (int), TEST_POINTS (int), TEST_TIME (int); I need query to sort up results, but only the best result per user. Best result for user is one with MAX points for …

Member Avatar for smantscheff
0
118
Member Avatar for DJSAN10
Member Avatar for steelshark
0
89
Member Avatar for Awah Mohamed

hello people i am new to oop , well , i am good in the normal php but i started oop today and now i am getting too many errors . check the class_lib.php bellow , it has my classes and mainly the database connectors .: [CODE] <?php class db …

Member Avatar for P0lT10n
0
166
Member Avatar for stevanity

C# and VB.NET are very easy and very powerful languages to develop Windows applications. there are no fundamental advantages or disadvantages between then coz they both support every .net feature. But the point lies in the ease of use and the syntactical readability. I prefer C# more becoz it resembles …

Member Avatar for UsSy
-1
210
Member Avatar for Haz425

Users, I have a slight problem, because I have little experience and wisdom in the art of PHP I need someone to help me who does have knowledge of such. My problem is this: I am wanting to create another website, however, the website I want to create needs to …

Member Avatar for lyrico
-1
179
Member Avatar for MarounMaroun

Hello guys, I'm a 2 year computers engineering student. I'm a good programmer in c, c++ and java. MY mission is to create a software(with a graphical interface) that handles an electronics shop. My software should know how to insert an item, to delete it, to check if expired or …

Member Avatar for everhett.raman
0
121
Member Avatar for lit108

I have a php script running which is checking that information in a form has been entered and that the form hasn't been by passed however when submit is clicked and the script is run I get the last error message saying 'You must complete the form' even though the …

Member Avatar for cossay
0
181
Member Avatar for Awah Mohamed

hey ppl how is everything okay , i want ask if i can create a next page automatically by using mysql?? i mean is there is any code that can check for the next page after it displays the previous one . it is somehow comp[licated for me to explain …

Member Avatar for steelshark
0
142
Member Avatar for Awah Mohamed

wt is wrong here ?? it usually gives me this error : Parse error: syntax error, unexpected $end in /home/a2354076/public_html/cats/programming/includes/topics.php on line 34 here is the code : [CODE] <!-- header ends --> <!-- content begins --> <div id="main"> <div id="right"> <a href="http://www.000webhost.com/" onClick="this.href='http://www.000webhost.com/326472.html'" target="_blank"><img src="http://www.000webhost.com/images/banners/468x60/banner13.gif" alt="Free Website Hosting" width="468" …

Member Avatar for Awah Mohamed
0
159
Member Avatar for ankit.pandey3

[CODE]<?php require_once('upper.php'); require_once('database.php'); if(isset($_COOKIE['LoginIdCookie'])) { echo '<h4>Welcome '.$_COOKIE['LoginIdCookie'].'</h4>'; } else{ echo '<h4>Events</h4>';} $result=mysqli_query($dbc,"select * from events") or die('Not Connected'); echo "<html> <body>"; echo "<form method='post' action='EventParticipator.php'>"; echo "<u><h4>Please tick events in which you want to participate</h4></u>"; /*echo "<table cellspacing='0' cellpadding='15'> <th><b>Event Title:</b></th> <th ><b>Event City:</b></th> <th><b>Content:</b></th> <th><b>Images:</b></th> <th><b>Event Date:</b></th>";*/ //while($row=mysqli_fetch_array($result)) …

Member Avatar for richieking
0
162
Member Avatar for prathameshz

hi.... whenever i use the header in php this error is occure. whats the solution of this error Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\simple.php:11)

Member Avatar for prathameshz
0
184
Member Avatar for nikita.chandra

hi! in my project textboxes and radiobuttons are generating at runtime. And my problem is that i want only that textbox to be enabled if radiobutton in front of that text box is selected. name of each element is generating at runtime as number of textboxes is not fixed. please …

Member Avatar for steelshark
0
75
Member Avatar for steelshark

Hi, I was wondering if it is possible to create thumbnails automaticly from images when they are uploaded to the server?I would need a seperate file for the thumbnails... Does anybody have any clue of this?I was thinking in the direction of jquery but i dont know for sure :) …

Member Avatar for Taywin
0
80
Member Avatar for thejoej

I use a search engine on my web site [url]www.barmirrors.com[/url] I got it from Search Site Pro. It opens the search results in the same window thus making it hard to get back to where you came from. I would like the search results to be dispalyed in a new …

Member Avatar for thejoej
0
204
Member Avatar for ahmedeqbal

Friends, I’ve list of categories with url look like this ‘index.php?cat_id=1,2,3’ I want to rewrite my url as ‘demo-page.html’ However I want to be use here my page title in url page. How its possible? Waiting for reply...

Member Avatar for theausum
0
124
Member Avatar for badbanky

Hi!! Evri1. I gat a bit of a problem dat i need solved i register at freehost site e.g x10. But whenever i try 2 upload a file 'tutorial.php' mi accunt gets blocked. Nd den a message is sent to me saying i ve broke their terms of service by …

Member Avatar for badbanky
-1
130