132 Posted Topics
Re: window.setInterval(yourfunctionhere, 10000); function yourfunctionhere() { #do something } | |
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? | |
Re: can you give the db table structure of the table involved. | |
Re: 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 … | |
Re: > 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 | |
Re: `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 … | |
Re: i surfed arrond the internet and i found this useful http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/ | |
Re: maybe browser development tools coul help you finding the error =) lots of error as i use you code =) got find it. | |
Re: 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 … | |
Re: http://help.dottoro.com/ljobgruv.php | |
Re: 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 … | |
Re: 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 | |
Re: you could see this link [Click Here](http://www.daniweb.com/software-development/vbnet/threads/263300/password-encryption-vb.net) ![]() | |
Re: 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; } | |
Re: max-width: 100%; height: auto; | |
Re: how about `select id from songs where lang='Telugu' group by title` | |
Re: I also found this link... [Click Here](http://www.tripwiremagazine.com/2012/11/wordpress-gallery-plugin.html) hope it could help | |
Re: can you make this out of the while loop `function remoteFileExists($url)` `{ some codes here...........}` | |
Re: 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 … | |
Re: 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 | |
Re: Bitbit was right.. thanks dude i have the same problem too... | |
Re: http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/298894/use-the-javascript-variable-in-php | |
Re: 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"] … | |
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.  | |
Re: value attribute is not needed in textarea use this instead <textarea> <?php if(isset($_POST['description'])){echo htmlentities($_POST['description']);}?> </textarea> ![]() | |
Re: maybe there's an error to you php code check out line 14 if(isset($_SESSION["userid"])) { i guest this needs a closing =) | |
Re: please in your every table structure put a primary key | |
Re: use this instead.... replace date to timestamp...; hope it will help =) ALTER TABLE table_name MODIFY COLUMN column_name TIMESTAMP DEFAULT CURRENT_TIMESTAMP; | |
Re: try this link. [tutorilzine](http://tutorialzine.com/2010/10/ajax-web-chat-css-jquery/) | |
Re: http://www.actionscript.org/forums/showthread.php3?t=161566 | |
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 =) | |
Re: try adjusting its font size div.ui-datepicker{ font-size:9px; } | |
Re: 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';"/>` | |
Re: //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; } } | |
Re: Hi can you rephrase your problem i really dont understand =) | |
Re: your <script></scipt> tag where your var beaches recides should be inside the while loop of your php and use what urtrivedi said ![]() | |
Re: 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 … | |
Re: 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/ | |
Re: 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/) | |
Re: 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. | |
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... … | |
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 … | |
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 … | |
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..... | |
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), … ![]() | |
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 … | |
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, | |
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 … |
The End.