1,165 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for AngelEyes

I installed this php with captcha email form on my website --> http://reusableforms.com/d/d4/php-email-form-with-captcha I have it working. :) But there are two things that I want to change. (1) I want to change the color of the submit button. I have semi done that with the following code: .btn { …

0
301
Member Avatar for jyotiu

Hi all I am a beginner and i was wondering can we write a code in PHP by which we can enter keyword in search box of any website and submit. so there will be 2 inputs to this php function: [CODE] function enter_keyword($website_url, $keyword) { } [/CODE] It will …

Web Development php
Member Avatar for AngelEyes
1
3K
Member Avatar for gahhon

I am using Netbean IDE 8.1 to build the website. I build a very simple website with simple Javascript function, window.alert(). Upon my testing, I put the button triggered function in the javascript but the function is not triggering. If I put the function under the HTML, it does triggered …

Member Avatar for gentlemedia
1
2K
Member Avatar for dwlamb

I am a novice at JavaScript an jQuery. I am writing a project and trying to incorporate $(this) to read a data attribute. Once the data attribute is determined and assigned to a variable, I intend to use that to access other form elements. Instead of reading the data attribute …

Web Development javascript-jquery
Member Avatar for Dani
1
1K
Member Avatar for rpv_sen

Hi I am trying to create a login page from my existing Wordpress Database with custom php file. can any one please help me.

Web Development php wordpress
Member Avatar for asimegusta
0
1K
Member Avatar for FarrisFahad

I want to redirect my users to my mobile site. My mobile site is in a subfolder instead of a subdomain. Here is how I want it to work ... Request sent to: https://www.picturepunches.com/hot Redirect to: https://www.picturepunches.com/mobile/hot I also don't want to effect the images on that page. So I …

Web Development apache
Member Avatar for Australia_1
0
5K
Member Avatar for ranjanj2me

Sir can you please send me an example to upload an image to the server (with user defined file name and display message if name exist) at specific folder "images" and save its path to the mysql database. And again display the images uploaded on the server folder by using …

Member Avatar for happygeek
0
5K
Member Avatar for Andsello

I'm trying to create a multicolor table (composed by buttons) where every X seconds a thread change the color of its button. The first thing I did was manage the threads with a semaphore, but then I realized that maybe it wasn't necessary since I want that each button changes …

Web Development java
Member Avatar for JamesCherrill
0
298
Member Avatar for shiva tiwari

**fetch the record from the datsbase through specified query string ** public void get_student() { if(Request.QueryString["empId"]!=null) { int id = Int32.Parse(Request.QueryString["empId"]); sql = new SqlConnection(con); sql.Open(); string retriew = "select * from emp where emp_id="+id; SqlDataAdapter adapter = new SqlDataAdapter(retriew, sql); adapter.SelectCommand.CommandType = CommandType.Text; hfid.Value = id.ToString(); DataTable dt = …

Web Development asp.net
Member Avatar for Reverend Jim
-1
300
Member Avatar for ngonix

Hello good people, I am having an issue with including subreports, lists and table datasets in the main report using jasper reports since i want to include two separate sql queries in my report. I am using the same connection to my database for both the main report and the …

Web Development php
Member Avatar for Partner_1
3
1K
Member Avatar for sjeggels

Hello everyone. I have recently downloaded a free bootstrap website and amended the code to fit my requirements. Check it out here: http://www.kougavisitor.co.za The website renders right on various size screens but seems to break on mobile divices. I am looking for help to fix the code for mobile rendering. …

Web Development css-bootstrap html-css php
Member Avatar for sjeggels
0
534
Member Avatar for GenX_1

Hello All. I am new to Daniweb. I was wondersing if there are people who could help me with CouchCMS, a PHP based content management system. I am held up in an issue where I want to generate the receipts of fees being paid by the students. So by perspective …

Web Development javascript php
Member Avatar for rproffitt
0
439
Member Avatar for davy_yg

var valtgl = $("#val-tgl").val(); var dateori = new Date(valtgl); I would like something like this: Tuesday, 2 October 2018 instead of: Tue Oct 02 2018 07:00:00 GMT+0700 (Waktu Indonesia Barat) Any clue how to?

Web Development javascript
Member Avatar for pty
0
303
Member Avatar for soomro_moon

whats the coding of combo box in php????????? can any one tell meplzzzzzz

Web Development php
Member Avatar for hardik
-1
3K
Member Avatar for XamiK

The End.