132 Posted Topics

Member Avatar for techyworld

window.setInterval(yourfunctionhere, 10000); function yourfunctionhere() { #do something }

Member Avatar for JorgeM
0
126
Member Avatar for code739

hi, i have a table in database that contains birthday column varchar()- i choose varchar because ecoder could input birthday like 1. 1993-14-03 2. 1993-03-14 3. March 14 4. March 14,1993 5.etc.... Now my problem i want to detect what month is their birthday could some help me?

Member Avatar for code739
0
227
Member Avatar for sagisgirl
Member Avatar for sagisgirl
0
527
Member Avatar for perfectionist91

perhaps you could check the error for every `mysql_query($sql);` try inserting `or die(mysql_error())` like `mysql_query($sql) or die(mysql_error()` so you could track if there is an error on you query.. cause you put incrementations as you fetch data then as you said there is also no data displayed =) just try …

Member Avatar for broj1
0
361
Member Avatar for davy_yg

> Notice: Undefined index: filed name in C:\xampp\htdocs\Innovation\script_shop\stock.php are your prefering from arti18 code? did you just copied the error above cause i notice `filed name` instead of `field_name` its either you mispelled it or the columns doesnt match

Member Avatar for radhakrishna.p
0
244
Member Avatar for syria718

`success:function(e){` e is the return value from the php file for example `passProtectionCheck.php` where you gonna gor through the get process `echo "Success";` from `passProtectionCheck.php` as you echo "Succes" is the return value of an ajax request try to alert(e); onsuccess of an ajax request then there will be a …

Member Avatar for radhakrishna.p
0
225
Member Avatar for Vincentas

i surfed arrond the internet and i found this useful http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/

Member Avatar for mattster
0
177
Member Avatar for gudads

maybe browser development tools coul help you finding the error =) lots of error as i use you code =) got find it.

Member Avatar for code739
0
118
Member Avatar for moomal.razak

ok lets think of a db design that has a one two one relation ship maybe table_1 has column firstname and table_2 could have column gender is not consider as one to one relationship becuase in a table gender one gender could have assign to any person. So lets start …

Member Avatar for code739
0
90
Member Avatar for Thermalnuke
Member Avatar for hudhasama

maybe what baig772 sayin is insert those lines he post from booking.php. as i cant see you only use $next. maybe @ first should be line this $next=$_POST['next'] but does not make since cause the school values has diffirent name so it should be like this $next=$_POST['school'] should be receiving …

Member Avatar for hudhasama
0
504
Member Avatar for daniel.conlinjr.1

seeing from you code maybe in this line $obj->add_content($_POST); remove `$obj->` because your not dealing on an object you just declare a function

Member Avatar for daniel.conlinjr.1
0
295
Member Avatar for fawza

you could see this link [Click Here](http://www.daniweb.com/software-development/vbnet/threads/263300/password-encryption-vb.net)

Member Avatar for Rahul47
0
260
Member Avatar for Kullercode

you should count the character of the input first var x = document.getElementById("input").value; var len = x.length; if(len>=8){ alert("Text must be lower than 8 letters") return false; }

Member Avatar for rholdbataller
0
178
Member Avatar for Proglearner
Member Avatar for rayidi
Member Avatar for noman90

I also found this link... [Click Here](http://www.tripwiremagazine.com/2012/11/wordpress-gallery-plugin.html) hope it could help

Member Avatar for code739
0
163
Member Avatar for hankmeyer

can you make this out of the while loop `function remoteFileExists($url)` `{ some codes here...........}`

Member Avatar for code739
0
329
Member Avatar for TonyG_cyprus
Member Avatar for bangla

i got your code and its working on mine maybe you should try to test if the function being called .. as connected to the event... please check if theres an error on your script for client side if you are using a firefox browswer press 'control+shift+j' to show the …

Member Avatar for Bachu
0
118
Member Avatar for bangla

Because you have an element that has the same id which is f2.. javascript only read one id... try to change second f2 to f4 then in you javascript include f4 on the innerHTML stuff

Member Avatar for Bachu
0
470
Member Avatar for bnitishpai
Member Avatar for code739
0
206
Member Avatar for bangla

http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/298894/use-the-javascript-variable-in-php

Member Avatar for bangla
0
84
Member Avatar for missy_mi

you should check if $_GET["txtKeyword"] is set. see you code in line 7 `if($_GET["txtKeyword"] != "")` error will occur if you will try to read or put this index to a condition becuase this index might not be found.. as your code says there will be an instance that `if($_GET["txtKeyword"] …

Member Avatar for broj1
0
180
Member Avatar for code739

please help me on this layout see the attached file as you seen from the attached file in the first column there are names now i want to have this colum freese like it is static on the table. ![image2](/attachments/large/3/image2.JPG "image2")

Member Avatar for code739
0
250
Member Avatar for hwoarang69

value attribute is not needed in textarea use this instead <textarea> <?php if(isset($_POST['description'])){echo htmlentities($_POST['description']);}?> </textarea>

Member Avatar for diafol
0
251
Member Avatar for cdays

maybe there's an error to you php code check out line 14 if(isset($_SESSION["userid"])) { i guest this needs a closing =)

Member Avatar for simplypixie
0
173
Member Avatar for Diogo Martinho
Member Avatar for bepese

use this instead.... replace date to timestamp...; hope it will help =) ALTER TABLE table_name MODIFY COLUMN column_name TIMESTAMP DEFAULT CURRENT_TIMESTAMP;

Member Avatar for code739
0
149
Member Avatar for Olyboy16

try this link. [tutorilzine](http://tutorialzine.com/2010/10/ajax-web-chat-css-jquery/)

Member Avatar for code739
0
91
Member Avatar for Azmah
Member Avatar for code739

Hi guys, im kind of curious, is there a query or some way to fuse two colums like `select a.col1,b.col1 from table1 a left join table2 b on a.id=b.table_a_id` then as a result i want to display only one column containing a.col1,b.col1 thanks =)

Member Avatar for code739
0
294
Member Avatar for Farhad.idrees
Member Avatar for hwoarang69

you could try this one `<input type="text" name="password_txt" id="login_password_text" class="login_field" value="" onfocus="this.style.border='1px solid red';" onmouseout="this.style.border='1px solid black';"/>`

Member Avatar for <M/>
0
189
Member Avatar for missy_mi

//try your achor like this echo "<a href='javascript:confirm_download('".$_POST['quo_file']."')'>Download</a>"; //then embed this function to your javascript function confirm_download(link){ if(confirm('Are you Sure?')){ document.location = link; } }

Member Avatar for missy_mi
0
274
Member Avatar for dannybarh
Member Avatar for dannybarh
0
134
Member Avatar for tibormarias

your <script></scipt> tag where your var beaches recides should be inside the while loop of your php and use what urtrivedi said

Member Avatar for diafol
0
299
Member Avatar for MGadAllah

Yah I really agree Notepad++ really a great text editor for me. for me Notepad++ being a lingtweight text editor will help you to focus more on your coding, cause you dont have to scratch your head waiting till it loads. An notepad++ now really have more plugins that helps …

Member Avatar for MGadAllah
0
291
Member Avatar for GilbertB

These would help for your responsive develipment of your site you could use some(resize the browser screen and make it as size of the mobile screen you want observed the magic =) 1140 grid system : http://cssgrid.net/ Foundation : http://foundation.zurb.com/ Skeleton : http://www.getskeleton.com/ Bootstrap: http://twitter.github.com/bootstrap/

Member Avatar for code739
0
85
Member Avatar for designershiv

you could use some [1140 grid system](http://cssgrid.net/) [Foundation](http://foundation.zurb.com/) [Skeleton](http://www.getskeleton.com/) [Bootstrap](http://twitter.github.com/bootstrap/)

Member Avatar for code739
0
185
Member Avatar for tenorjazz
Member Avatar for Pervex

have you tried to test as it loads it enters to the function onload if not try putting an alert to the function to test it really enters to the function.

Member Avatar for code739
0
199
Member Avatar for code739

Hi fellas, i have this situation i have an field that ask for a mobile number like: `Mobile number <input type="text"/>` now i want that instead of the input type, the user could choose a certain mobile code like +63 and its prefixes or is there any librirary for this... …

Member Avatar for radow
0
64
Member Avatar for code739

Hi guys i have a problem here i have and input type file which will be containing an image file <input type="file" onchange="validate(this)"/> now my code below work in its extension detection but if it is invalid the input file still have i value i want it that if the …

Member Avatar for code739
0
3K
Member Avatar for code739

Hi guys i got a problem, I have a page requesting rows from the other page via ajax the data that will be return includes a field for date, then use datepicker, my problem is the return data doest read datepicker from jquery cause it is retrieved via ajax heres …

Member Avatar for JJenZz
0
3K
Member Avatar for code739

Hi guys, Im just confuse...heres the situation Im having photo uploads in php.., before uploading temporary file will be created my question is where can you find the temporary file, @the web server(where your php app is runnin) or @the client PC(where the uploading session is done) thanks in advance.....

Member Avatar for code739
0
230
Member Avatar for code739

hi fellas, Im using javascript framework in uploading image via ajax but the problem is $_FILE is empty here s my code: <form action="upload.php" method="post" enctype="multipart/form-data" id="upload" name="upload"> <input type="file" name="file" id="file" style="border:none"/></center> </form> js var url = 'upload.php'; new Ajax.Request(url, { method: 'post', contentType: 'multipart/form-data', encoding: 'UTF-8', parameters: $('upload').serialize(true), …

Member Avatar for LastMitch
0
153
Member Avatar for code739

hi fellas, need some brilliant idea, i want to get the firstname,lastname,middlename of the employee below using javascript. ________________________ Atty.Jan Rex Camvarijan Rex Uy Cambarijan Rex Cambarijan Rex Ma.Rex B. Cambarijan ||| Rex del Rosario __________________________ what i really want is how could i separate lastname firstname middlename in those …

Member Avatar for code739
0
174
Member Avatar for code739

Hi guys, Could somebody help me in decrimenting the letters cause code like below exists $let = 'A'; for($x=1;$x<256;$x++){ echo $let++.'-'; } //output: A-B-C-D-E....... i just wonder how about decrimenting it like $let--; but it didnt work does anayone has the idea on how to generate $let-- thanks,

Member Avatar for singhboy
0
203
Member Avatar for code739

good day fellas, i just curios if there such thing as like below: style.css @media handheld, only screen and (max-width: 767px) { ->link to another css file } cause actually i want to detect if its a mobile then it will link to another stylesheet that i made for mobile …

Member Avatar for sjiinfotech
0
121

The End.