Posts
 
Reputation
Joined
Last Seen
Ranked #609
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
91% Quality Score
Upvotes Received
11
Posts with Upvotes
10
Upvoting Members
10
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
7 Commented Posts
~135.31K People Reached
Favorite Tags

116 Posted Topics

Member Avatar for vegaseat

"Never trust a computer that you can't throw out of a window" - Steve Jobs "Windows, because like cars, not everyone wants to build theirs from scratch" - Unknown

Member Avatar for Reverend Jim
15
13K
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for vegaseat

The band Seether was originally known as Saron Gas , but were forced to change their name when they went international to prevent drumming up of bad memories.

Member Avatar for vegaseat
11
9K
Member Avatar for debasisdas

If there is something worth doing, it's only worth doing after 11 am

Member Avatar for James_28
8
17K
Member Avatar for eantz

Hi there, The problem is that your site is obviously running on an apache server so when the page loads, it parses your post as php instead of as plain text, this is actually a security flaw as your site should convert all special characters (that aren't disallowed) from a …

Member Avatar for advertigo.net
0
338
Member Avatar for Kusno
Member Avatar for sachin.e
0
542
Member Avatar for ayesha789

Hi there, it can't be done solely with php, you need javascript to pull the actual resolution initially, but after that you can store it in a cookie and use php to access it Put this script on your home page [code=javascript] <script language="javascript"> window.location.href = "resolution.php?width=" + screen.width + …

Member Avatar for dados
0
8K
Member Avatar for MattTheHat

Hi there, have you tried: <div id="blah" onclick="window.location = 'Your reference here'"> <a href="You can leave this blank">Your text here</a> </div>

Member Avatar for Killspree2012
0
24K
Member Avatar for julio gomez

Hi there, The problem is that you are calling javascript from inside your php which is outside of it's name space. What you gotta do is in your php file : echo "<script>fcnX('home.php')</script>"; in the middle of your head section and the function will automatically be called when the page …

Member Avatar for KEN74
0
569
Member Avatar for adkool

FireFox is King!! It would take about 5 times longer to do my job if it wasn't for Firebug (the plugin, if you've never heard of it check it out!!) But due to the resounding majority of pc users sticking with the stock standard IE, my boss requires me to …

Member Avatar for crunchie
2
895
Member Avatar for moerpheus

Use a file area like this [code] <input type="file" name="upload[]" >[/code] then in you php script [code] foreach($_FILES['upload'] AS $file) { //HERE YOU DO YOUR FILE SAVING //For the file array } [/code]

Member Avatar for nagarjuna.king
0
244
Member Avatar for apple123456

*Sighs nostalgically* I remember when I studied C++, that is some crazy s**t right there. Luckily I was able to escape it in my fourth year before it shattered my fragile little mind :P

Member Avatar for Portgas D. Ace
0
514
Member Avatar for theighost
Member Avatar for pritaeas
0
4K
Member Avatar for Menster

Hi All, I'm having a bit of a problem with a service I'm developing. I have a CGI script sitting on my server (Ubuntu 10.0.4) which obviously receives it's requests on port 80, and the incoming requests arrive on port 8083 which is out of my control. So I have …

0
138
Member Avatar for sneekula

The human race will be destroyed by de-evolution: Where stupid people outbreed smart people (as is currently happening) to a point where the human gene pool is reduced to the depth of a teaspoon at which point they'll all stab/bite/set fire to/blow each other up -or- due to the lack …

Member Avatar for bumsfeld
2
934
Member Avatar for lisan28

Hi there, Try changing your style for #content, set attribute overflow to scroll. Hope this helps

Member Avatar for Arkinder
0
1K
Member Avatar for Menster

Hi Guys, I'm in the process of developing an ActiveX control which is designed to check the status of an installation and the config of that installation if it is there. I'm 5/6ths of the way there, but in one of my steps, I rely on a 3rd party DLL's …

0
98
Member Avatar for eXceed69
Member Avatar for The Dude
Member Avatar for The Dude
Member Avatar for elamigosam

Sure do, What you need to do is the following: 1) Create a list of all of the attributes of your mysql table you would like to sort the table by. 2) Organize these into a switch statement at the top of your page in php, eg: [code=php] $sortby = …

Member Avatar for leela83
1
250
Member Avatar for deckchairboy

Seen on t-shirt: Front: Only you can prevent forest fires! Back: Which is great, because I've got other stuff to do.

Member Avatar for bumsfeld
1
371
Member Avatar for Menster

Hi guys, Bit of a strange problem here. I've been working on a CMS for a client where they can preview work that they've done in a div-tag which is inside the "Admin" template for the back-end. My problem is this: After the user styles all of their content accordingly …

Member Avatar for MJ Pieterse
0
164
Member Avatar for Menster

Hi guys, I am trying to create an application to serve on the web which is an integration of a java application and some php for mostly presentation functionality. Has anybody here successfully done anything like this before, and if so how? Please help. In dire need here. Thanks in …

Member Avatar for kireol
0
185
Member Avatar for matthewl

My record is 4. But you can only use multiple computers if you have multiple lengthy tasks to do, such as uploading multiple websites using ftp or doing s/w installations.

Member Avatar for jbennet
0
300
Member Avatar for sim_pack

[quote]The browser won't accept that sort of url because the browser will treat the /../ as a folder called .. [/quote] I'm sorry, but that's just plain false. It is possible to access other folders on a server (even below/above the root directory if they aren't protected properly). I've done …

Member Avatar for almostbob
0
321
Member Avatar for tomtetlaw

I still use Google for all of my own searches (research etc.) but when we do SEO reports for our clients, they like to see their rankings on Google, Bing and Yahoo. So we sort of have to use it from time to time.

Member Avatar for kaninelupus
0
605
Member Avatar for Menster

Hi there, I'm busy trying to build an interface where users can create a sort of collage with images that they upload. I know it is possible to get the position of a DHTML element relative to the screen, the problem is I need the coordinates relative to a main …

Member Avatar for Menster
0
141
Member Avatar for Menster

Hi there peoples, This is a currency converter, built with a combination of javascript and php, which uses an XML feed from [url]http://www.ecb.int/[/url] to get up to date exchange rates. I know the xml handling is not very elegant, but it is functional :) Additions/comments/corrections welcome

0
272
Member Avatar for mameth
Member Avatar for yozhang

Hi there, In php.ini, change both "max_execution_time" and "max_input_time" to 0. This removes the limit & lets them run indefinitely. Alternatively you could set them dynamically from inside your script using ini_set().

Member Avatar for yozhang
0
247
Member Avatar for matthewl
Member Avatar for BigDan531

Hi there, You could try the following function: imagefill ( resource $image , int $x , int $y , int $color ); Where $x and $y are the top left coordinates where the filling starts, and just fill the image with white.

Member Avatar for Menster
0
100
Member Avatar for mundetas

Hi there, The problem is that php is pre-processed, ie all of the php code is run before a page is served to the client and therefore, you cannot add interactivity to a page (like with the onXXXX event handlers of html elements) with php. You need to use a …

Member Avatar for Menster
0
135
Member Avatar for quickbird

Hi there, I think the problem probably lies with your sanitizing methods. When you insert (or update) the data into the database, make sure that you run the function "addslashes()" on the text from the editor before putting it into your sql. And then when you retrieve it from the …

Member Avatar for quickbird
0
104
Member Avatar for rahul8590

leviathan is right, this would be easiest to do with a simple javascript function: [code] function disableCheckBox(checkbox1, checkbox2) { if (document.getElementById(checkbox1).checked == true) { document.getElementById(checkbox2).disabled = true; } else { document.getElementById(checkbox2).disabled = false; } } [/code] and then for your checkboxes: [code] <input type="checkbox" id="chk1" onchange="disableCheckBox('chk1','chk2')" /> <input type="checkbox" id="chk2" …

Member Avatar for almostbob
0
129
Member Avatar for ithelp

None that I know of. Pretty much anything that grows in less than a year, will die (and in this case turn into a brown ooze) in less than a year unless you preserve it somehow.

Member Avatar for dweddi
0
133
Member Avatar for mayo_tech11

Full moon. What type of wood is Ron's original wand (handed down from some brother, broke in 2nd book)?

Member Avatar for ditz
-1
105
Member Avatar for jephthah

Hmm, didn't even know that such a thing was possible/necessary till I saw this thread.

Member Avatar for annbytes
0
221
Member Avatar for sfrider0

Hi there, I think the problem might be that you never assign values from the $_POST array into your variables ($login, $passwd, etc.) Unless you do this in your include('../vars.php'). But other wise your variable will always be empty.

Member Avatar for sfrider0
0
167
Member Avatar for NicAx64

I agree with VernonDozier, if you are a perfectly normal and healthy individual, you aren't going to commit suicide over getting you cellphone confiscated/ scolded for taking a call. And if you do, I don't think that its likely that you were going to last too long anyway.

Member Avatar for josh2
0
282
Member Avatar for ditz

If a fat chick falls over in the forest, and nobody is around. Do the trees laugh?

Member Avatar for shadwickman
1
161
Member Avatar for sanjaypandit

Hi there, What you need is a little javascript to make this work, the following is an example: [code=javascript] var value1 = document.getElementById('list1').options[document.getElementById('list1').options.selectedIndex].value; var value2 = document.getElementById('list2').options[document.getElementById('list2').options.selectedIndex].value; var value3 = value1 + '--' + value2 + '-'; document.getElementById('text_box).value = value3; [/code] Just put this code between some script tags at …

Member Avatar for sanjaypandit
0
111
Member Avatar for BigDan531

Hi there, The problem is where you are checking your $result against the $md5Pass, what you are doing is running the query and storing the result set in $result, but we aren't done yet, that $result only contains a pointer to a result set in memory and not the actual …

Member Avatar for pritaeas
0
97
Member Avatar for serkan sendur

I think I know the anger of which you speak, I too get furious over trivial things especially people who don't understand why their e-mail isn't working when their mailbox is full, and many other similar examples of not only ignorance but complete lack of a will to learn (this …

Member Avatar for ~s.o.s~
0
381
Member Avatar for The Dude

Dude, do you regularly browse the internet with no other cause except to find something interesting? Much Respect.

Member Avatar for MosaicFuneral
0
140
Member Avatar for zenix

Hi there, I'm not too experienced with the gd libraries so forgive me if i'm wrong, but I think the problem is that the libraries can not spawn a picture out of nothing (unlike the php functions for files like fopen()) I would recommend creating the three .png images first, …

Member Avatar for zenix
0
846
Member Avatar for vegaseat

[QUOTE=Ene Uran;916456]Now students in computer science, engineering and medical sciences, that are used to writing their own programs, are more inclined to use Linux.[/QUOTE] I'm sorry maybe I'm confused, but please show me one med student that knows more about a pc than how to switch it on and Google …

Member Avatar for kaninelupus
0
634
Member Avatar for kdhare

Hi there, in order to set the action of the form in response to a user selecting something from the drop down list, you will need to use javascript, try this : [code=php] $sql = "SELECT prodMFG FROM productDetail WHERE prodMFG != '' GROUP BY prodMFG"; // (1) $result = …

Member Avatar for kdhare
0
605
Member Avatar for whiteyoh

Hi there, Enclose the phrase post_text in single quotes, like this: [code=php] echo $rows['post_text']; [/code] That should sort out your error :)

Member Avatar for Menster
0
208

The End.