Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags
Member Avatar for BlueCharge

Hello Everyone, Thanks for reading, I have a string containing the html content of another file on my server, the content of this file is different depending on the $_GET['id'] as it's a PHP file. However, this file contains <div> tags and other things which mess up the result of …

Member Avatar for diafol
0
88
Member Avatar for BlueCharge

Hello, Basically, I am trying to loop though an OPF document which is an XML document to link 2 children of different nodes together. If I do not use an if statement in the second for each loop, I can display all children from <manifest>, however I need the if …

Member Avatar for BlueCharge
0
263
Member Avatar for BlueCharge

Hi, I have a root domain on my server which contains all the directories of clients and personal websites, but all these sites are indexed in Google with not only thier given domain e.g. **site.com** but also **rootdomain.com/site.com** and I do not want this, all I want is the actual …

Member Avatar for MarPlo
0
83
Member Avatar for BlueCharge

Hi Everyone, I have built my own forums and currently they are displayed in the order of newest posted (id DESC). What I want to do is keep this order however, if there was a topic which was created months ago that is not on the first page for example, …

Member Avatar for BlueCharge
0
98
Member Avatar for BlueCharge

Hello Everyone, Thanks for taking your time to look at my post. I am having a problem with my PHP file which is giving me the following error whenever a header("Location: ") is used and the set_cookie function: Warning: Cannot modify header information and it always says the output was …

Member Avatar for SweatCoder
0
205
Member Avatar for BlueCharge

Hi thanks for reading, got the following code, was working and not it is not. I want timers for each item, timer countdown being pulled from MySQL. Thanks. [CODE] <script type="text/javascript"> <?php $selectTimers = mysql_query("SELECT * FROM auctions ORDER BY itemID DESC"); while($fetchTimers = mysql_fetch_array($selectTimers)) { $itemID = $fetchTimers['itemID']; $itemYears …

Member Avatar for Airshow
0
202
Member Avatar for BlueCharge

Hello Everyone, I am currently using windows media player to stream my shoutcast radio. I have been able to use javascript for my custom controls to keep with my site layout and now i want to show what is playing on the webpage with javascript. I would also like this …

Member Avatar for twiss
0
138
Member Avatar for BlueCharge

Hello Everyone, I am just wanting to know how I would display an image at the top left of a DIV container and have text going down the right of it and then when it gets past the image, the text the prints all the way across underneith the image. …

Member Avatar for ansaripk
0
98
Member Avatar for BlueCharge

Hello Everyone, I have chosen to use Google Custom Search with my website and was given the following code, my question is, how can i pass a search query from my homepage which has a standard form on there to the search page which holds this code? I am given …

Member Avatar for BlueCharge
0
233
Member Avatar for BlueCharge

Hello Everyone, I have a quick question which is: I have a signature DIV in my forums and i want the maxium height of this DIV to be 100px but if the user has just chosen a small signature which does not reach 100px then i just want the DIV …

Member Avatar for almostbob
0
71
Member Avatar for BlueCharge

Hi, I am making a script that takes the file contents of another chosen file on the same server, everything in the file is pulled into a textarea including the PHP in the file. I want to know how to then save all this data to a PHP file (temporary) …

Member Avatar for diafol
0
373
Member Avatar for irphan

Hi, this is irphan . i am creating social networking site and need a friend system like facebook] . i don't have any idea aout this .can anyone help me?kindly tell me how many tables would require to manage friend system and how can i manage them. i am working …

Member Avatar for irphan
0
292
Member Avatar for sharkqt

Hello everybody :) for the past 3/4 months i have been learning nonstop in various subjects ranging from html css javascript ( also jquery framwork ) and php i have also been able to put up a static website ( using only htm and css ) after learning more about …

Member Avatar for pzuurveen
0
129
Member Avatar for BlueCharge

Hello Everyone, I have some code which i use for BB codes in my forums. It works fine but I want to be able to not show the links if the user is not logged in. So below is the code I'm using for all BB codes used and the …

Member Avatar for BlueCharge
0
106
Member Avatar for BlueCharge

Hi Everyone, I have made my own forums/site which is working out quite well. The only problem I'm having is when people edit there topic or if I edit the news. The current topic or news is loaded into a textarea including all the line breaks which were instered via …

Member Avatar for Borzoi
0
103
Member Avatar for BlueCharge

Hello Everyone, i am wanting to build a leaderboard for my site for the members gamerscore on Xbox LIVE. I know how to fech from a MySQL database, etc but this is the hard bit. So the users table in MySQL contains their gamertag and i want to pull that …

Member Avatar for BlueCharge
0
107
Member Avatar for BlueCharge

Hello everyone. I currently have a while loop that pulls all members to a page if the username begins with the selected letter. We have a lot of members now and the "usernames beginning with "a" are quite alot. So i need to be able to have a way to …

Member Avatar for rajarajan2017
0
187
Member Avatar for BlueCharge

Hi Everyone, I am currently trying to list a leaderboard for refferals. The table is set up with the following columns: id | refferer | user So obviously if someone reffers someone else they will be in a new row so there are multiple rows per person. I am trying …

Member Avatar for boorsekala
0
133
Member Avatar for BlueCharge

Hi everyone, So i have the following code which is used so i don't have to have .php at the end of my files and also more importantly to view members profiles by having there username after my domain. Unfortunately if the user has a space in their name you …

Member Avatar for sourcebits
0
147
Member Avatar for BlueCharge

Hi everyone, I have had the current users sessions set up for three days now and today for no reason what so ever the sessions have now stoppped working. I have no idea but if i echo the session it shows but wont pass through pages on my site. Please …

Member Avatar for whiteyoh
0
89
Member Avatar for BlueCharge

Hello everyone! Okay so i am quite far into my website and suffering a annoying problem. What i want the code to do is to get all the achievements from the table 'achievementsList' and then match the ones that are in there with the ones that the user has. The …

Member Avatar for BlueCharge
0
88
Member Avatar for BlueCharge

Hi Everyone, Basically i have a reward system on my website as Achievements. On the acievements page i want to display the achievment images that are unlocked and the locked image if the user has not unlocked them. The following code works but still brings back the following error: [QUOTE] …

Member Avatar for diafol
0
92
Member Avatar for BlueCharge

Hello Everyone, I am currently working on a gaming website and am currently trying to parse the friends page on Xbox.com. Unfortuntaley though i thought that if i logged into xbox.com and then tried going to the page i made it would work, i was wrong. So i need to …

0
72
Member Avatar for BlueCharge

Hi Everyone, I have a page that displays information from a mysql database. The information is taken from the members table where the id is in the url e.g. [url]http://www.clancorner.net/tounament.php?go=MW2&[/url][B]id=2[/B]. And that works perfectly, pulls ou all the information i asked for. Unfortunatley i now need to just echo "Invalid …

Member Avatar for BlueCharge
0
124
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

Member Avatar for diafol
0
98
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

Member Avatar for kevinwcaulfield
-1
79
Member Avatar for tqmd1

Numbers Only Textbox Dear Programmers I want to make a routine named “NumberOnly” [CODE]Private Sub TextBox4_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox4.KeyPress ‘Here I want to call the function as Numbersonly End sub[/CODE] All textboxes must accept numbers data on which I call this routine Supose I …

Member Avatar for TomW
0
172
Member Avatar for JAM1011

Hey all, I am a bit lost. I need something tje user can type in data to such a parts QTY cost etc. There are no predefined parts list so the user can enter any part name/Number and there is no limit to amount of parts that can be entered. …

Member Avatar for akulkarni
0
113
Member Avatar for jlego

i am trying to test if a form is open or not, i thought the following was working: [code] if frmname.isdiposed = false then call frmname.somefunction [/code] but it doesnt work like i thought it did basically what im trying to do is determine if a form is open or …

Member Avatar for kvprajapati
0
133