Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~10.3K People Reached
About Me

please disregard any stupid comments i make, i am extreamly ADD and i willllll doseeeee offffffff while typing

PC Specs
ubuntu server/apache, php4, mysql5/custom build + hp pavilion tx1000 laptop/vista 32
Favorite Tags
Member Avatar for sam1

hi, I am creating a form for user to update their details which is saved in the database. So far i can show their details in the form where i have a submit button but the updating part doesnt work(it doesnt update at all). here is the code: [CODE] <html> …

Member Avatar for diafol
0
3K
Member Avatar for naju
Member Avatar for MrPixel

Hey folks, Long story short. I've been looking around all day for a script that would detect the height of one div (can't be predefined because of dynamic text content), and set a second div as that same height. I found a few forum topics about scripts I thought could …

Member Avatar for bulletcatcher
0
320
Member Avatar for hunkychop

does anybody know a mysql query that i can use in my php document that will return the number of rows their are in a table? thanks, i cant find it in the MySQL mannual

Member Avatar for amit_kuetcse2k5
0
186
Member Avatar for knight fyre

I'm new to Javascript but not new to programming. I find JS more time consuming because I have to manually search line by line for a single error. In C++ or C the compiler tells me the exact line number of the error or at least what the error is …

Member Avatar for helioptra
0
268
Member Avatar for aran87

Hello im new to the world of php, ive been designing a webpage in ma spare time and ive got to a stage where im stuck its basically ticking checkboxes and inserting them into the next page somehow using the $post method not sure how to do it. But the …

Member Avatar for coboldeveloper
0
150
Member Avatar for dudegio

Hello everyone! Im new to the language Php and i need your help. Please help me on how to generate a text document or an *.xls file using Php. Data to be generated are taken from the database. Thanks and hoping for your response.

Member Avatar for candlelight
0
118
Member Avatar for hunkychop

i have searched the web for awhile on this... i wrote a script that will format certain words as the user types [INDENT](ex. when the user types MTrak the text is replaced with <b>MTrak</b>)[/INDENT] i need to know how to view the formatting in a text box, not the tags. …

Member Avatar for zasyatkin
0
330
Member Avatar for ctoz

Hello, New poster here: just starting with PHP, slow learner, not finding what i want in online manual (prolly me, not the manual). I've found an extremely simple js library which does exactly what I want: in "index.htm", you click on "div#1" and the text in "div#0" is updated from …

Member Avatar for hivenk
0
109
Member Avatar for The Dude

Hi guys... This is a petition against the [b]live[/b] skinning of cats,dogs and other animals in China. [b]Please be aware if you click on the video it is VERY GRAPHIC - the most disturbing,graphic video ever[/b] [url]http://www.animalsaviors.org/index.html[/url] Please take a few minutes and help try to make a difference..... Thank …

Member Avatar for >shadow<
1
279
Member Avatar for hunkychop

what i want to do is this: [CODE] function foo(param1, param 2){ [INDENT]this.bar=function(){ [INDENT]this.intervalID=setInterval(this.fbar,5000);[/INDENT] } this.fbar=function(){ [INDENT]//(do stuff with the properties of "this" alert(this.intervalID);[/INDENT] } [/INDENT] }[/CODE] but setInterval will not carry over the properties of "this". when this happens: [CODE] var apple=new foo(5,27); apple.bar(); [/CODE] i need apple.fbar(); to …

Member Avatar for ~s.o.s~
0
1K
Member Avatar for kaushik259106

Guys check this site.. [url]http://symbian.mobilethemes.com/downloads/info/24346.jsp[/url] If you are not logged in.. it gives a IE tool bar saying "You are not logged in."similar like the ActiveX warning of IE.. Any idea how this was done..

Member Avatar for phper
0
141
Member Avatar for feiticer

Could someone explain why it's a good idea to have blank index.html or maybe not blank in every folder on the site?

Member Avatar for tarsem
0
87
Member Avatar for nikesh.yadav
Member Avatar for hunkychop

i have looked at many regex charts and tutorials but i still cant get preg_match_all do what i need it to do. i need to return this example: [INDENT]param1,$config{}[/INDENT] from this string [INDENT] $new_config{param1,$config{}} [/INDENT] note: none of the data in the string has anything to do with php the …

Member Avatar for hunkychop
0
68
Member Avatar for hunkychop

is there a way to create a function that uses values from the statement inside of brackets. ex. [CODE=php] myFunction(){ //data here } [/CODE] if not, what i am trying to do is get a html tag and check/modify without having it inside of a variable or echo tag. for …

Member Avatar for hunkychop
0
121
Member Avatar for sukhy_1

Hello ive got a login form and when each person log's in i want there details to appear automatically in textboxes what kind of code do i require?? is it sessions not sure, there details are stored in a table called students in mysql database table :)

Member Avatar for hunkychop
0
94
Member Avatar for husna_feza

dear guys out there...can u guys help me on how to inverse 3x3 using php.. i get really confuse wit it since i an a newbie with this php..help me guys!!!:'(

Member Avatar for hunkychop
0
77
Member Avatar for DWSandyS

I am new to Dreamweaver, and stumped. Though I can do it easily with frames I cant get CSS to allow user to click on one of several thumbnails in a left column and show larger image of the clicked thumb in the main area of the SAME page. Is …

Member Avatar for hunkychop
0
75
Member Avatar for raywood5

I want to us a simple HTML drop down lists (<select name="menu"....) as a quick jump between a couple of different html pages. I was able to come up with the script to have the pages jump to the URLs. However, I was hoping to have the current page dynmically …

Member Avatar for hunkychop
0
188
Member Avatar for Inny

I want to override the maxlength (chars) seetings below for my board, however [B]I dont have direct access to the templet[/B] . Is there a way to script it to increase maxlength? [code]<tr> <td colspan="2" class='pformstrip'>Topic Settings</td> </tr> <tr> <td class='pformleft'>Topic Title</td> <td class='pformright'><input type='text' size='40' maxlength='50' name='TopicTitle' value='' tabindex='1' …

Member Avatar for Inny
0
99
Member Avatar for tilto

Hi, i have my site looking like this : [code] html> <head> <title>Toller Titel</title> <link rel="stylesheet" type="text/css" href="layout.css"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script language="JavaScript"> <!-- button1= new Image(); button1.src = "bilder/menue/menue1.jpg" button2= new Image(); button2.src = "bilder/menue/menue2.jpg" button3= new Image(); button3.src = "bilder/menue/menue3.jpg" //--> </script> <div id="menue"> <div style="text-align: …

Member Avatar for hunkychop
0
162
Member Avatar for Inny

Is there any way to count users in my chatroom and display whos chatting using javascript or ajax? code in php below has issues, but this is what it should do. <?php $chatnames = file('http://client11.addonchat.com/scwho.pl?id=292747&plain=1'); $indx = count($chatnames); $indxcom = $indx - 1; if ($indx == 0) { echo "<b>No …

Member Avatar for digital-ether
0
388
Member Avatar for jeffasbrand

I have a need to force all items in a listbox to become selected before I force a submit. I need something to select everything in a listbox called SpacesServed: $("#form1").submit( function() { . . . code goes here . . . } ); Any ideas?

Member Avatar for jeffasbrand
0
103
Member Avatar for mjs301

I'm hoping one of you javascript guru's can help me because i'm new at javascript!!! I need to return the score from my function and have it emailed with the test results. How do i do it? here is the code: (i know it's mickey mouse but it took me …

Member Avatar for DangerDev
0
89
Member Avatar for hunkychop

how could i call a javascript function through an url like> [CODE]http://localhost/?functionname.params[/CODE] i get how to do a link but i need to know if it is possible through an url. if it is not posible with just javascript, php scripts will do thanks!

Member Avatar for DangerDev
0
182
Member Avatar for dev.cplusplus

Hi to all, I was wandering if I can do the following thing: I need a page that I can input a piece of script: e.g. [code] <script> function Test(mystring) { if (mystring !="") alert("OK"); else alert("NotOK"); } </script> [/code] And click a button and run the script in the …

Member Avatar for hunkychop
0
63
Member Avatar for hunkychop

this is fixing to drive me off a cliff!!! i got a static ip asigned to my modem. i have a linksys router hooked directly to my modem. I have a linux server hooked directly to my linksys router. How do i get the static ip to go to my …

Member Avatar for hunkychop
0
67
Member Avatar for hunkychop

i wrote this script and i cant get any ouput from it. [code] $time = $_POST['time']; $budget = $_POST['budget']; $visual = $_POST['visual']; $update = $_POST['update']; $custom = 0; $stream = 0; $easyup = 0; $selfup = 0; $upserve = 0; if($time == "deadline"){ $custom = $custom + 1; } if($time …

Member Avatar for Anonymusius
0
84
Member Avatar for hunkychop

i need a script that would tell the server to fwrite every other request, not every time. anybody got an idea?

0
62